I applied through university. The process took 3 weeks. I interviewed at Nagarro (Jaipur, Rajasthan) in Jun 2015
Interview
Nagarro has a good Interview process. It is tuff for few, challenging for many, and comfortable for some. I was comfortable with the Interview.
The process goes like this - Nagarro will come to your campus and will
1. Take an IQ Test (12 minutes and 50 questions) which is easy.
2. Objective questions on C, C++, Java, Data Structure, Database.
3. 3 subjective questions (Write prgrams on Paper)
After that Nagarro evaluates candidates based on above tests and asks to come for further processes. From this stage Knockout begins.
4. Again 3 subjective Programming questions (Harder than previous one)
5. Technical Interview. This is an exciting round, you will be asked that how you wrote code of the 6 programming questions. That discussion is meant to understand that if you are capable of handling problem and if you can find a better way to do that.
6. HR round. Usually, one who clears Technical interview round generally passes this one too.
Interview questions [1]
Question 1
Q1: 2 sets of the string is given to you. You have to find the common word.
Q2. String Anagram.
Q3. Sort an array having -1, 0, 1 values in O(n) time
It was an on campus Interview for the role of jr associate at nagaroo and it was held at college premises.
It was an on campus Interview for the role of jr associate at nagaroo and it was held at college premises.
I applied online. The process took 1 day. I interviewed at Nagarro (Gurgaon, Haryana) in Mar 2020
Interview
3- Phase interview
1. Written
2.Tech
3. Hr
Written exam had 3 questions 1 easy and two moderate.
After that tech interview was one on one in which interviewer asked about approaches in the written test, Complexity and if solutions can be more efficient. After that there were few questions based on data structure and algo (not so difficult) and an introductory HR round.
Interview questions [1]
Question 1
Written test have 3 simple questions based on DP, Hashmap, and greedy
I applied through university. The process took 2 days. I interviewed at Nagarro (Patiala) in Oct 2018
Interview
There was a pen and paper round first where 3 algorithmic questions were asked. After that there were 3 rounds of interview all of which were technical. In the pen and paper round, 1 question was asked that "Given a date in dd-mm-yyyy format return the next date in same format as string.". Another question was to solve an expression and return true or false. The expression only contains true, false, brackets, or and and operator.
Interview questions [1]
Question 1
Create a stack that does push, pop and getMax operations in O(1) time. getMax should return max of all elements in the stack.