I applied through college or university. I interviewed at Nagarro
Interview
1 round -Online aptitude + Coding Test 2 round - Technical Interview 3 round- HR You should have DSA knowledge beforehand. An Uptill array (medium level) is necessary. Aptitude was easy, if you have basic quantitative skills you would be able to solve it. for the second round prepare for coding questions. I would recommend medium-level array and matrix questions. Pro tip: Don't mention anything you don't have knowledge about. You can't and should never trick the interviewer.
Interview questions [1]
Question 1
Find the number that occurred first and is repeated.
I applied through college or university. I interviewed at Nagarro (Bengaluru) in Jul 2022
Interview
The interview consists of 4 rounds , Aptitude and DSA based mcqs then followed by a Coding Round which consists of 5 questions, next with a technical round which involves questions on dsa, oops, os,etc and finally the HR round.
Interview questions [1]
Question 1
Questions asked involved Java based JDK,JRE,JVM, stack and queues , trees, hashmaps, etc.
I applied through college or university. I interviewed at Nagarro (Ondal) in Jun 2022
Interview
It was a approx. 15 min interview in which interviewer asked to solve 2 problems and code on an code editor.
the first problem was to sort the numbers in an O(n) time complexity.
the other one was to find string permutations are palindrome or not
Interview questions [1]
Question 1
sort the array consist of 0,1,2 in an O(n) time comlexity.
find the string permutations are palindrome or not .