Open In App

Nagarro Interview Questions September 2018

Improve
Improve
Like Article
Like
Save
Share
Report

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:

  1. find HCF of given n numbers.
  2. Two strings s1 and s2 were given. check if s1 is palindrome of s2.
  3. 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;
  4. I was out after second round.
  5. Hope this will help you.

Last Updated : 05 Sep, 2018
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads