You are on page 1of 5

Re: Nagarro Placement Papers

Submitted by abhinna on Thu, 2007-04-05 07:28.

NAGARRO SAMPLE PAPER ON 23rd SEPTEMBER 2006


.
The Pattern of the paper was:
1. Aptitude( 50 Questions)- +3 for correct answer, -3 for incorrect answer( 1:30 hr)
2. Four questions of programming in c++, questions were:( 1:30 hr)
a) Bubble sort through recursion
b) Display Pattern:
1
23
4567
8 9 10 11 12 13 14 15

c) Perform the functionality of 2-D array through 1-D array and in it the functions to be
performed were:
(1) Display the array in 2-D format
(2) Display a particular element
(3) Display a particular row
(4) Display a particular column
d) Give an efficient program for string matching like:
Text: this is the code in the text which you have to search by code
Pattern: Code
Count the no. of occurrences of the pattern to be searched
This was the paper held on 23 September,2006 . they shortlisted only 10 for various institutes. I
was also having my name in those shortlisted candidates. The cut off was (80+ IN APTITUDE,
8+ IN TECHNICAL). They called us for the interview on 9 October,2006 .
On 9th they again took a technical test of four new programming questions to be developed in c+
+, The questions were:
a) suppose u r given a 4*3 rectangle like (take these values from user)
Now u have to calculate the no. of squares in this rectangle like:
No. of squares of dimension 1 is 12
No. of squares of dimension 2 is 6
No. of squares of dimension 3 is 2
No. of squares of dimension 4 is 0
Total no. of squares are 20.
b) Suppose u r given a string. U have to find the occurance of the characters A-Z in that string.
Each character must appear in the string and must appear only once. If It that occurs in string
more than one time return 1 showing it is a perfect string otherwise return 0 showing it is not a
perfect string.
c) Suppose u r given 10000 marks. U have to pick up top 20 top marks from them and display it
on the screen.(Use the optimal sorting algorithm)
d) Suppose u have a chess board. U have to insert 8 queens on the chessboard in the style that the
queens don’t intersect in the diagonals, columns and rows. If they intersect return 1 else return 0.
(that is no more than one queen should be present either in row or column or diagonals.)
If the queen is inserted at a position in the chessboard, its count is 1.
Then the next round was technical interview. The interviewer was very cool and friendly. He just
asked some general questions and then u have to justify the code that u have written in the test
line by line. If he is satisfied from our code then HR interview is only a formality.
6 out of 10 made it through, but unfortunately I couldn’t clear the technical interview.

• Login or register to post comments

Re: Nagarro Placement Papers


Submitted by abhinna on Thu, 2007-04-05 07:30.

NAGARRO PAPER ON 19th SEPTEMBER 2006 AT GURGAON


Hi,
They have same two papers:
1. Aptitude ( 50 Questions in 90 mins.) Objective
2. Technical (4 Questions in 90 mins.) Subjective
In Aptitude paper there are two portions first mathematics and second general awareness. About
5 questions are on English sentences.
In mathematics 10 questions are of ticnomatry, hight and distance, profit and loss etc.
The questions which i remember were like
* If f(x) is divided by (1+x)/(1-x). What is the value of x?
* (sin x - cos x)2 =0. what is the value of tan x?
* If a person got 20% profit on sale of an item after giving 10% discount. What is the advertise
price of the product?
* How much cost should a seller increase the cost of a product so that he can earn 15% profit
after giving 20% discount.
In general ability there are some questions of relations, traveling sales man problem, or some
kind of reasoning.
In technical test there is no option of language like C++, VB, Java. There are 4 questions. You
have to solve them in C++.
Those questions are:
* There is a magic square matrix in such a way that sum of a column or a row are same like
352
433
325
sum of each column and row is 10.
you have to check that matrix is magic matrix or not?
* you have to implement a 2 dimensional array by one dimensional array.
* you have to make a middle node of doubly link list to the top of the list.
* There are 100 students in a class. The management keep information in two tables. Those two
tables are given like
Roll no Name Age
001 ABC 15
002 XYZ 14
and
Roll No Subject Marks
001 Math 75
001 Physics 55
002 Math 68
001 Hindi 69
They want the information like this
Roll No Name Hindi Physics Math Total
001 ABC 69 55 75 199
002 XYZ 68 74 84 226
And
Roll No Subject Highest
001 Math 98
007 Physics 84
021 Hindi 74
All 275
All information is kept in structure in main memory.
You have to find last two tables.
What is the least value of x (integer) for which 5/x is an integer?
ladder sliding question from tenth R.S. AGGARWAL
question on PQxQT = PT2 theorem in circles
What will be the max power of 12 dividing 50! (fifty factorial)?
simple question from chords of a circle
CAT level question on Work, Speed Time Distance.(in total 4 questions)
cyclic quadrilateral.
If A is 20% less than B then by how much percent B is more than A?
Simple question on SI,CI
If A and B has salary ratio 3:5 and Expenditure Ratio 2:3 have same savings and total A+B
income equals 10000. Calculate B's Savings?
Angles question in circles.
2 quests from PERMUTATIONS and COMBINATIONS.
What will be the Last Digit of 3458367x9267846?
question on calculating no. of factors.
This much i can help u about maths (25 questions) now the rest 25 were on Analytical Reasoning
(15) and Deductive Logic (10)
AR has 3 question each of it has five parts.In total 15 quests.
Deductive Logic was damn simple and 10 quests.
Now comes the technical part.
5 questions in 60 mins.difficult + easy.
Three languages are given C++, Java, VB
You have to choose one out of three.
I've chosen C++
Q1. A Class Structure was given with function names only.
Using one dimensional array make the functionality of two dimensional array?
We have to write the function body and the main program which calls them.
the function attributes and return type was given.
some already defined variables were also there.
Q2. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss
of D.
Then write a program using the Database such that if an employee name is Asked to Display it
also display his bosses with his name.
For eg. If C is displayed it should also display D and E with C?
Q3. Arrange Doubly linked list in the ascending order of its integral value and replace integer 5
with 7?
Q4. Three tables were given and we had to link them.
Q5. It was an operator overloading question I don't remember it much.

• Login or register to post comments

Re: Nagarro Placement Papers


Submitted by abhinna on Thu, 2007-04-05 07:30.

NAGARRO PAPER AND PATTERN ON 6th JULY 2006 AT NAGARRO, GURGAON


Hi,
This is the latest nagarro pattern i've seen in 2006.
They have same two papers:
1. Aptitude ( 50 Questions in 90 mins.) Objective
2.Technical (5 Questions in 60 mins.) Subjective
In Aptitude paper first twenty five from maths aptitude.
The questions which i remember were like
What is the least vaule of x (integer) for which 5/x is an integer?
ladder sliding question from tenth R.S. AGGARWAL
question on PQxQT = PT2 theorem in circles
What will be the max power of 12 dividing 50! (fifty factorial)?
simple question from chords of a circle
CAT level question on Work, Speed Time Distance.(in total 4 questions)
cyclic quadrilateral.
If A is 20% less than B then by how much percent B is more than A?
Simple question on SI,CI
If A and B has salary ratio 3:5 and Expenditure Ratio 2:3 have same savings and total A+B
income equals 10000. Calculate B's Savings?
Angles question in circles.
2 quests from PERMUTATIONS and COMBINATIONS.
What will be the Last Digit of 3458367x9267846?
question on calculating no. of factors.
This much i can help u about maths (25 questions) now the rest 25 were on Analytical Reasoning
(15) and Deductive Logic (10)
AR has 3 question each of it has five parts.In total 15 quests.
Deductive Logic was damn simple and 10 quests.
Now comes the technical part.
5 questions in 60 mins.difficult + easy.
Three languages are given C++, Java, VB
You have to choose one out of three.
I've chosen C++
Q1. A Class Structure was given with function names only.
Using one dimensional array make the functionality of two dimensional array?
We have to write the function body and the main program which calls them.
the function attributes and return type was given.
some already defined variables were also there.
Q2. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss
of D.
Then write a program using the Database such that if an employee name is Asked to Display it
also display his bosses with his name.
For eg. If C is displayed it should also display D and E with C?
Q3. Arrange Doubly linked list in the ascending order of its integral value and replace integer 5
with 7?
Q4. Three tables were given and we had to link them.
Q5. It was an operator overloading question I don't remember it much.
All the questions are to the best of my knowledge. They'll surely help U.
Well have good job and party!!

You might also like