Nagarro (Round 1) Java Developer Interview Experience (6+ years)

Поделиться
HTML-код
  • Опубликовано: 5 май 2024
  • Welcome to Code With Roy !!
    Here, we dive deep into the world of IT, covering a wide range of topics including Core Java concepts, Spring Boot, Microservices, Java interview experiences for both freshers and experienced professionals, and insights into the dynamic IT life.
    Whether you're just starting your IT journey or looking to enhance your skills and knowledge, you'll find valuable content tailored to your needs. Our main goal is to provide comprehensive resources, tutorials, tips, and real-world experiences to help you succeed in the ever-evolving technology field.
    🎯 Ready to ace your interviews and level up your career? Book a personalized 1:1 mentorship session with me!
    In this exclusive mentorship program, you'll get tailored guidance and expert insights to help you excel in your interviews and achieve your career goals. Whether you're preparing for a job interview, seeking career advice, or aiming for professional growth, I'm here to support you every step of the way.
    Book here ⬇️
    topmate.io/debjeetroy
    Connect with us on LinkedIn for professional networking and updates: [LinkedIn Digital Debjeet]( / digitaldebjeet )
    Join our Telegram channel for discussions, Q&A sessions, and exclusive content: [Telegram Channel](t.me/+sBtqK4uYxBswNWZl)
    Don't forget to hit the subscribe button and turn on notifications so you never miss out on our latest uploads. Thank you for joining us on this exciting journey through the IT world!

Комментарии • 38

  • @AshayGawane
    @AshayGawane 5 дней назад

    The impl of security in role based access control is an older version. In later versions after Spring boot 2.7 we make bean of SecurityFilterChain and configure other components

  • @BiswajitAdhikary_99
    @BiswajitAdhikary_99 12 дней назад +1

    in flatmap concept you can write this way also --> List result= lst.stream().flatMap(s->Arrays.stream(s.split(""))).collect(Collectors.toList());

  • @imaginedragon2167
    @imaginedragon2167 21 день назад +3

    Thanks brother, it was really helpful.

  • @RN-jo8zt
    @RN-jo8zt 20 дней назад +1

    are they particular asking to use java 8 stream,lambda.. for solving competitive coding questions?

    • @codeWithDebjeet
      @codeWithDebjeet  20 дней назад

      Yes.. Any questions that can be done using streams they are focusing to do using streams only.

  • @yoshitamahajan353
    @yoshitamahajan353 8 дней назад +1

    Can u please make video consisting of the points which need to be studied for java 7 plus year experience..

  • @saketsourav31
    @saketsourav31 5 дней назад

    Wasn't there a coding assessment for Nagarro before Technical Round ?

    • @codeWithDebjeet
      @codeWithDebjeet  5 дней назад

      I went through referral. It didn't happened for me

  • @sagardas09
    @sagardas09 18 дней назад +2

    your customexception class must extend Exception class, then only the parameterized super call makes sense.

    • @debjeetroy
      @debjeetroy 18 дней назад

      Yes you are right

    • @sagardas09
      @sagardas09 18 дней назад +1

      @@debjeetroy i really appreciate what you are doing, its very helpful for many of us trying to clear an interview. But i think the answers could have been more researched.
      You don’t need to throw any exception from your custom exception class as I understand.
      Also a response from a @controller class always need a view to be displayed, whereas a @restcontroller class response doesn’t need a view, you can simply hit the url and json response will be displayed in browser unlike @controller class.

    • @debjeetroy
      @debjeetroy 18 дней назад

      @@sagardas09 Thank you for your feedback. I will surely work on it. As per my knowledge if you are making your own custom exception and if you are not using @RestControllerAdvice feature of Spring boot to handle exceptions then you have to throw exception from that custom class to inherit all the properties and make that class eligible to get thrown from other class when thrown from method definition using throw new class("message"). I hope I understood your query properly and it will be good if you can give a use case when we are creating custom exception class but not extending it. I will also learn that. Thank you. .... And yes difference between Controller and Rest controller can be many and yours one is right as well. Thank you for explaining it.

    • @sagardas09
      @sagardas09 18 дней назад

      @@debjeetroy a @restcontrolleradvice or @controlleradvice is for globalexception handler. Here you are talking about a custom exception class. No need to get into spring mvc here i guess its plain old java
      It is simply like this…
      class MyException extends Exception {
      Public MyException(String msg){
      super(msg)}}

    • @sagardas09
      @sagardas09 18 дней назад

      @@debjeetroy a @restcontrolleradvice is to be used creating a global exception handler. There may be more than one custom/normal exceptions defined in a global exception handler.
      But here we are talking about a custom exception handler, its simply plain old java. No need to bring spring concepts here.
      Its like..
      class MyException extends Exception{
      public MyException (String msg){
      super(msg)}}

  • @nitinsharma5817
    @nitinsharma5817 13 дней назад

    Great Content..

  • @subhashreesahoo5760
    @subhashreesahoo5760 16 дней назад

    Hi , was any dsa questions asked ? Any further round ?

    • @codeWithDebjeet
      @codeWithDebjeet  16 дней назад

      That didn't focus on advance level dsa. Basic dsa questions on Map, Collections, Array and String will help.

  • @AkashDeep-bg2is
    @AkashDeep-bg2is 11 дней назад

    How much time nagarro takes to reveal the result of the first technical round? Do they also send rejection email if one has not cleared the interview?

    • @codeWithDebjeet
      @codeWithDebjeet  11 дней назад

      They take 2-3 days depending upon the project. They don't send any rejection mail. You have to do the followup

  • @anantsinghal891
    @anantsinghal891 12 дней назад

    at 15:13 it will the print max salary without any doubt

  • @PS-cc4xw
    @PS-cc4xw 12 дней назад

    After explaining, do practical on IDE plz

    • @codeWithDebjeet
      @codeWithDebjeet  12 дней назад +1

      Sure.. As it was just interview experience so didn't explained practically.

    • @PS-cc4xw
      @PS-cc4xw 11 дней назад

      @@codeWithDebjeet
      Ok!! where do u work? i need a job very much in IT field... could u help me plz? It has been 2 yrs of completing my btech

    • @anilnayak5642
      @anilnayak5642 11 дней назад

      No need to put extra effort for showing on ide. Let the interviewees practice on their own. Your content is very good and keep publishing more videos like this .

  • @rohanyadav7327
    @rohanyadav7327 17 дней назад

    Bhai kitne ka package laga ? Remote option bhi mila hai kya ?

    • @codeWithDebjeet
      @codeWithDebjeet  17 дней назад

      It varies from project to project for remote option. Package is 20+

    • @codeWithDebjeet
      @codeWithDebjeet  14 дней назад

      @@suryapratap8386 Thank you for your kind words.

  • @Whoishet
    @Whoishet 4 дня назад +1

    Thumbnail se ambati raidu laga

  • @yogeshchoudhary6839
    @yogeshchoudhary6839 21 день назад

    Hay bhaiya please guide
    i am cdac noida mca 2025 batch student .

    • @codeWithDebjeet
      @codeWithDebjeet  21 день назад +1

      Hi Yogesh... May I know what help you need? I will be more than happy to help you.

    • @codeWithDebjeet
      @codeWithDebjeet  21 день назад +1

      Hi Yogesh... May I know what help you need? I will be more than happy to help you.

    • @yogeshchoudhary6839
      @yogeshchoudhary6839 21 день назад

      ​@@codeWithDebjeet bhaiya yhi per messagae kru ya ..!

    • @codeWithDebjeet
      @codeWithDebjeet  21 день назад

      You can ping in linked in.. Debjeet Roy is name there