Open In App
Related Articles

Nagarro Interview Questions September 2018

Improve Article
Improve
Save Article
Save
Like Article
Like

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.
Whether you're preparing for your first job interview or aiming to upskill in this ever-evolving tech landscape, GeeksforGeeks Courses are your key to success. We provide top-quality content at affordable prices, all geared towards accelerating your growth in a time-bound manner. Join the millions we've already empowered, and we're here to do the same for you. Don't miss out - check it out now!

Last Updated : 05 Sep, 2018
Like Article
Save Article
Previous
Next
Similar Reads