Nagarro Interview Questions September 2018
Round 1: 50 basic IQ testing questions to be done in 12 minutes.
Round 2: Second round was coding round on platform like hackerrank, or geeksforgeeks online compiler.
there were 3 questions. If any of the questions passes all the test cases, then he is eligible for the next round.
Questions were:
- find HCF of given n numbers.
- Two strings s1 and s2 were given. check if s1 is palindrome of s2.
- find the majority element i.e. an element which occurs more than half the length of array times. e.g. if we have an array [2, 3, 4, 2, 5, 2, 2, 2]. Here length of array is 8. and 2 occurs 5 times. and 5 > 8/2 i.e. 4. so print 2. In all other cases, return -1;
- I was out after second round.
- Hope this will help you.
Please Login to comment...