I applied through college or university. I interviewed at Nagarro (New Delhi) in Feb 2018
Interview
I applied through the college in february 2015.The process consisted of two rounds the first round of (technical + aptitude test) and the second round had a pen paper based coding round consisting of 3 quesstions.The first round had 25 aptitude questions, with easy to medium level questions regarding percentages,ratios,alligation and mixtures,family relation based logical reasoning etc. The technical part mainly had questions form sorting algorithms and their time complexities,data structures.
The coding round had three questions answers to which were to be written on paper, either in a code in java ,C,C++ or in pseudo code whatever the student is confortable in.
Interview questions [1]
Question 1
1.The is given an array with multiple occurrences of some numbers.you are required to print each number and the frequency of it's occurence.(It was mentioned that the code should be optimised).
2.Given a random string eg.abc "n a s a m a gb n a ui r th r y o".you are required to find if the word nagarro occurs in the string necessarly in that order.
3.Given an array of elements you are required to find the group of numbers that have a total sum of 10 .(The total numbers can vary).