Nagarro

Career Details
Eligibility:

Engineering Degree with 60%

Selection Process:

Written
GD
Interview

Entry Package:
2.3
Organization Details
Industry:
IT/Software, Hardware
Company Profile :

Nagarro provides outsourced software development services to companies ranging from early stage startups to Global 50 market leaders, helping them achieve their strategic goals. For ISVs, Nagarro offers full product lifecycle services, from architecture, design, development and integration to implementation and support. Nagarro’s offshore product development offerings combine specialized technical skills with Projistics™, a proprietary project management tool, to ensure quality, security and control in distributed development environments. Our technical teams have significant experience in both open source and proprietary platforms, and work with our clients to implement the most efficient engagement and software product engineering models based on specific requirements.

Nagarro also provides custom software development services for a variety of industries. Our experienced engineers work to develop specialized software to meet our clients’ business requirements. Strong domain expertise, combined with more than a decade of software application development experience, has helped Nagarro to become a strategic development partner for our clients. For the manufacturing industry, we provide custom solutions used to perform mission critical operations in industries ranging from aircraft engines to metals and mining. These help improve process quality and optimize supply chain. For the pharmaceutical industry, Nagarro offers custom software solutions for R&D, sales and marketing and finance that increase collaboration and efficiency and provide improved ROI.

The written exam consisted of 25 general maths questions on trigonometry, circles, area, perimeter, mensuration, time, work, distance etc ques.
and aptitude consisted of 4 ques with several parts. they wer twisty ques including the puzzle test ques given in R.S.Aggarwal verbal-nonverbal book....

The second written exam included 4 coding ques which wer to be written in C++. It was something like this:
Instructions:
1.The code should emphasize on min time and then min memory requirements.
2.The time limit was 1hr 30min.

Ques1: Given an array containing k nos in the range 1..n and another scratch array of size n. Write an program to remove the duplicates from the array.

Ques2: Given a table of the form:
Product Sold on
A 1/1/1980
B 1/1/1980
C 1/1/1980
A 1/1/1980
B 1/1/1980
C 2/1/1980
A 2/1/1980

There are 30 products and 10,000 records of such type. Also the month period during which sales happened is given to u.

Write the program to display the result as:
Product Month No. of copies
A January 12
A February 15
A March 27
B January 54
B February 15
B March 10
C January 37

Ques3: Definition of priority queue was given. We have to implement the priority queue using array of pointers with the priorities given in the range 1..n.
The array could be accessed using the variable top. The list corresponding to the array elements contains the items having the priority as the array index.
Adding an item would require changing the value of top if it has higher priority than top.
Extracting an item would require deleting the first element from the corresponding queue.
The following class was given:
class PriorityQueue
{
int *Data[100];
int top;
public:
void put(int item, int priority); // inserts the item with the given priority.
int get(int priority); // extract the element with the given priority.
int count(); // returns the total elements in the priority queue.
int isEmpty(); // check whether the priority queue is empty or not.
};
We had to implement all these class functions.

Ques4: An array of size 5X5 is given to us. The elements from 1 to 25 are to be inserted in the array, such that starting from a particular position for an element i, the next element i+1can be inserted only at the mentioned positions (u,v), and if these all positions are occupied then it returns giving a count of how many positions have been occupied in the array:
(u,v) = (x+/-3 , y)
(u,v) = (x , y+/-3)
(u,v) = (x+/-2 , y+/-2).

Example: if the starting element is 1 with the given positions (1,2), then next element 2 can be placed at any one of the positions marked with *.
_ _ _ _ _
1 _ _ _ *
_ _ _ _ _
_ _ * _ _
* _ _ _ _

Function to be implemented is fun(int start, int end) where start and end will give the start and end coordinate of first element i.e. 1.

There wer three interview rounds: 2 tech interviews and one HR.
In the first tech interview ques from C/C++, operating systems and DBMS wer asked. they emphasised on RDBMS.. also some puzzles wer asked.

The second tech interview, we had to explain the codes which we wrote in the written exam and some optimizations to be done with them.
The third HR round was just a formality... every thing about ur life, ur parents, ur success, ur good times, bad times, wat made u happy, ur strengths, weakness, ur life experience and so on....

0
No votes yet

They have same two

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 remeber 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 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.

All the questions are to the best of my knowledge. Theyll surely help U.

Post new comment

The content of this field is kept private and will not be shown publicly.
 
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><a> <em> <strong> <small> <sup> <sub> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <h2> <h3> <h4> <img> <br> <br /> <p> <div> <span> <b> <i>.
  • Lines and paragraphs break automatically.

More information about formatting options