Skip to content
Related Articles
Open in App
Not now

Related Articles

Nagarro Interview Questions September 2018

Improve Article
Save Article
Like Article
  • Last Updated : 05 Sep, 2018
Improve Article
Save Article
Like Article

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.
My Personal Notes arrow_drop_up
Like Article
Save Article
Related Articles

Start Your Coding Journey Now!