I applied online. The process took 4 weeks. I interviewed at Nagarro (Neu-Delhi) in Jun 2021
Interview
1. Online Aptitude Test
2. Online Coding Round
3. Technical Interview
4. HR Interview
Each and every round is the elimination round. So you can appear on coding round only if you can clear the aptitude test, similarly you can attend the technical interview if you clear the coding round.
The online aptitude test consists of two section - data structures algorithms and quantitative reasoning ability. All are MCQ based questions.
The coding round consist of 3 coding questions. 1 easy, 1 medium and 1 hard level. Languages allowed - C, C++, Java, Python.
Technical Interview is about 20 mins
HR Interview is about 10 mins
Interview questions [11]
Question 1
What is best sorting algorithm according to you. And why this is best algorithm?
Coding round with some basic programming questions using the language of your own choice. Can use JAVA, C++, Python at your convenience. After that the TR Round will be based on the language you used in the previous round. Finally, HR round.
I applied online. I interviewed at Nagarro in May 2021
Interview
Round 1 - Aptitude: Quite simple. Completed before an hour
Round 2 - Technical Round. 3 simple coding questions. completed within 30 minutes.
Round 3 - Technical Interview. This is where it all blew up. The interviewer was really rude. Didn't even reply to my greeting or even cared for any intro or name or turn on his camera. Just sent me a link to write programs. Programs were straightforward, of arrays and strings. After doing them all he asked basic DS questions about stacks and queues. In the end kept fixating on just one question which I told I didn't know and started insulting me for not knowing some textbook question. I guess thanks for the trailer of how the work culture of organization is. Got unsurprising rejection mail after 4-5 days asking for reapplying after 3 months period. But I had another interview and landed a better package within a week. I guess that interview was a good luck charm after all.
Interview questions [2]
Question 1
Program to find if all the words from string1 are present in string2 in same order.