Saturday, October 31, 2009

Nagarro Interview of Diwakar Bhardwaj

Round 1: Technical writing (Programming) paper (1:30 hrs):
1. Write a function to find the third highest element in an array
int findThirdHighest(int[] array);
2. Write a function to sort an alphanumeric string with correct order of sorting for numerals e.g., “A2” will come before “A10”
3. Given an m sized integer array, write a function to check continuous elements in it i.e. for any n the elements should be {n, n+1, … n+m-1} For example, array = {4,5,7,3,6} returns true and array ={1,2,3,5,4,7} will return false with missing element as 6.
4. Given a string you have to find longest palindrome in it.

Round 2: Math and analytical (1 hr 40 questions) with negative marking:
20 very basic questions on simple math like area, volume, geometry, trigonometry, ratio/proportions, profit/loss sell price/cost price wale questions.
20 questions to test your analytical ability.

Technical interview:
Apart from discussing each and every question of the coding paper he discussed Permutation of word, path searching in a maze, rotation of matrix by 90 degree

HR interview:
Very basic HR questions jo sabse poochte hai
1. About yourself.
2. Your family.
3. Why Nagarro?
4. Your hobbies and interests.
5. What projects have you done?
6. Where do you rank yourself in your class?
7. Which technology would you like to work on?
8. Are you placed?

No comments:

Post a Comment