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

  Рет қаралды 8,616

Code With Roy

Code With Roy

18 күн бұрын

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!

Пікірлер: 33
@BiswajitAdhikary_99
@BiswajitAdhikary_99 6 күн бұрын
in flatmap concept you can write this way also --> List result= lst.stream().flatMap(s->Arrays.stream(s.split(""))).collect(Collectors.toList());
@codeWithDebjeet
@codeWithDebjeet 6 күн бұрын
Yes.. This way is also possible!!
@imaginedragon2167
@imaginedragon2167 15 күн бұрын
Thanks brother, it was really helpful.
@codeWithDebjeet
@codeWithDebjeet 15 күн бұрын
I am glad you liked it
@nitinsharma5817
@nitinsharma5817 7 күн бұрын
Great Content..
@codeWithDebjeet
@codeWithDebjeet 7 күн бұрын
Thank you 🙏
@RN-jo8zt
@RN-jo8zt 14 күн бұрын
are they particular asking to use java 8 stream,lambda.. for solving competitive coding questions?
@codeWithDebjeet
@codeWithDebjeet 14 күн бұрын
Yes.. Any questions that can be done using streams they are focusing to do using streams only.
@yoshitamahajan353
@yoshitamahajan353 2 күн бұрын
Can u please make video consisting of the points which need to be studied for java 7 plus year experience..
@debjeetroy
@debjeetroy 2 күн бұрын
Yes Yoshita... Sure
@sagardas09
@sagardas09 12 күн бұрын
your customexception class must extend Exception class, then only the parameterized super call makes sense.
@debjeetroy
@debjeetroy 12 күн бұрын
Yes you are right
@sagardas09
@sagardas09 12 күн бұрын
@@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 12 күн бұрын
@@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 12 күн бұрын
@@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 12 күн бұрын
@@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)}}
@subhashreesahoo5760
@subhashreesahoo5760 10 күн бұрын
Hi , was any dsa questions asked ? Any further round ?
@codeWithDebjeet
@codeWithDebjeet 10 күн бұрын
That didn't focus on advance level dsa. Basic dsa questions on Map, Collections, Array and String will help.
@anantsinghal891
@anantsinghal891 6 күн бұрын
at 15:13 it will the print max salary without any doubt
@rohanyadav7327
@rohanyadav7327 11 күн бұрын
Bhai kitne ka package laga ? Remote option bhi mila hai kya ?
@codeWithDebjeet
@codeWithDebjeet 11 күн бұрын
It varies from project to project for remote option. Package is 20+
@codeWithDebjeet
@codeWithDebjeet 8 күн бұрын
@@suryapratap8386 Thank you for your kind words.
@AkashDeep-bg2is
@AkashDeep-bg2is 5 күн бұрын
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 5 күн бұрын
They take 2-3 days depending upon the project. They don't send any rejection mail. You have to do the followup
@PS-cc4xw
@PS-cc4xw 6 күн бұрын
After explaining, do practical on IDE plz
@codeWithDebjeet
@codeWithDebjeet 6 күн бұрын
Sure.. As it was just interview experience so didn't explained practically.
@PS-cc4xw
@PS-cc4xw 5 күн бұрын
@@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 5 күн бұрын
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 .
@yogeshchoudhary6839
@yogeshchoudhary6839 15 күн бұрын
Hay bhaiya please guide i am cdac noida mca 2025 batch student .
@codeWithDebjeet
@codeWithDebjeet 15 күн бұрын
Hi Yogesh... May I know what help you need? I will be more than happy to help you.
@codeWithDebjeet
@codeWithDebjeet 15 күн бұрын
Hi Yogesh... May I know what help you need? I will be more than happy to help you.
@yogeshchoudhary6839
@yogeshchoudhary6839 15 күн бұрын
​@@codeWithDebjeet bhaiya yhi per messagae kru ya ..!
@codeWithDebjeet
@codeWithDebjeet 15 күн бұрын
You can ping in linked in.. Debjeet Roy is name there
L&T Finance Java developer Interview for 6+ years of experience.
45:16
SHE WANTED CHIPS, BUT SHE GOT CARROTS 🤣🥕
00:19
OKUNJATA
Рет қаралды 11 МЛН
it takes two to tango 💃🏻🕺🏻
00:18
Zach King
Рет қаралды 20 МЛН
EPAM 3 Years Interview Experience | Java Spring Boot
22:36
GenZ Career
Рет қаралды 71 М.
My Best Advice After 20 Years of Programming Experience
13:15
Anthony GG
Рет қаралды 26 М.
SHE WANTED CHIPS, BUT SHE GOT CARROTS 🤣🥕
00:19
OKUNJATA
Рет қаралды 11 МЛН