Way2success
  Nagarro
 
# Paper 1

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 remeber 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 giveing 10% discount. What is the advertise price of the product?
    * How much cost should a seller incerease 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, trevelling 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

   
3     5     2
4     3     3
3     2     5
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 dimentional array.
    * you have to make a middle node of doubly linklist 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     Suject     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 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 quadilateral.
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 fuctionality 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.


JUL 2007
Firstly There was an Aptitute test (90 min) comparising two sections as follows:
1. Mathematical Ability Test - 25 Questions
2. Analytical Ability Test - 25 Questions

Mathematical Test:-
There ws questions from Mensuration (Circle, Rhombus, Square, Cube etc..), Trigonometry( Sin, Cos.. etc..), geometry (Circle's chord.. etc). Questions were above average level but they had given the list of formulae. So it was easy to solve..

Analytical Test:
This was comparatively easy one. There was 5 group of questions with instructions given for each...
1. quesions like.. A is father and have to children M & N of opposite sex.. B is the sun of M... etc... easy to solve if you are able to make a graph.
2. Than there was a question which were saying about the arrangement of books...Other questions was work group questions...In short Aptitude was ok..

Technical Ability Test:
This was difficult. three questions to be attempted in 60 min. The Complete Technical Paper was as follows:

Write the Pseudo code for the following:
1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion.
 public static int[] GetFrequency(int[] list)

2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages
The numbers from zero to nine are:
0  no
1  pa
2  re
3  ci
4  vo
5  mk
6  xa
7  ze
8  bi
9  so
Larger numbers are created by gluing the digit together.
For Examle 123 is pareci
Write a program that reads in a lojban string (representing a no less than or equal to 1,000,000) and output it in numbers.

3. Where now stands that small knot of villages known as the Endians, a mighty forest once stood. Indeed, legand has it that you could have stoodon the edge of the wood and seen it stretch out for miles, were it not for the trees getting in the way.
In one section of the forest, the trees stood in a row and were of hight from 1 to n, each hight occurring once and once only.
A tree was only visible if there were no higher trees before it in the row.
For example, if the heights were 324165, the only visible trees would have been those of height 3,4 & 6.

Write a Program that takes an array of integers representing the heights of the trees in the row as input and prints the list of the visible trees.
 

 
 
  Today, there have been 51 visitors (175 hits) on this page!  
 
This website was created for free with Own-Free-Website.com. Would you also like to have your own website?
Sign up for free