Nagarro Software interview experience Real time questions & tips from candidates to crack your interview

Associate Engineer

Nagarro Software
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
As I am looking for the opportunity to get selected in Nagarro. I applied to Nagarro through online portal on its website. Then after some days I got an email from Nagarro, and I have to give an online test that was the first round of elimination.
Application story
I have applied for Nagarro form their Carrer site Section in their website and after that I got a mail from Nagarro approx. 2-3 weeks later. In the mail there was a link for online assessment.
Why selected/rejected for the role?
I have selected in Nagarro because I Have answered all the thing that the interviewer had asked me. I explained the answers based on real world example. If your communication is good and you are able to explain the things that the interviewers had asked you that you definitely got selected. The interviewer not only looking for the knowledge but they also looking for the confidence of the applicant.
Preparation
Duration: 2 months
Topics: Data Structure, Oops, DBMS, SDLC, Exception Handling
Tip
Tip

Tip 1 : Deep Understanding of oops concept and Exception handling.
Tip 2 : In DBMS Read about normalization, SQL, JOIN, Relational Algebra and able to write some simple queries on database.
Tip 3 : In software testing read about basic of software testing basics and their types.
Tip 4 : Data structure: - In data Structure read about String, Array, Searching, sorting, HashMap, linked list, stack, queues.

Application process
Where: Other
Eligibility: No Criteria
Resume Tip
Resume tip

Tip 1 : Try to keep your resume neat and clean means do not mention such thing that you don't know about that.
Tip 2 : Mention any two Project that you have done in your college duration it will be good if you have one DSA based project.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date22 Jun 2022
Coding problem1

My test was in online mode from home, and it was held at 11 AM.

1. Buildings Projection

Moderate
15m average time
85% success
0/80
Asked in companies
Google incalibabaBritish Telecommunications

Ninja Land can be represented as a N * N grid in the XY plane. Each cell of this grid can have a building of some height.

You are given a matrix ‘GRID[][]’ of size ‘N’ * ‘N’, where ‘GRID[i][j]’ gives the height of the building at cell (i, j) in XY plane. Note, building at any cell (i, j) is represented as a cuboid that is an axis aligned with the axis ‘X’, ‘Y’, ‘Z’ and has the dimension 1 * 1 * GRID[i][j] along X, Y, Z-axis respectively.

Ninja views the projection of these buildings onto the XY, YZ, and ZX planes. A projection is like a shadow, that maps a 3-dimensional figure to a 2-dimensional plane. We are viewing the "shadow" when looking from the top, the side, and the front, in XY, YZ, ZX plane respectively.

Your task is to find and return the total area of all three projections. See the example for more clarity.

Note:
 ‘GRID[i][j]’ = 0, if there is no building at cell (i, j).
Example:
Consider the following 2*2 ‘GRID[][]’:
                [1, 2]
                [3, 4]

Its projection in XY, YZ, XZ plane is shown below -: 

alt text

Area covered in XY plane is 4, Area covered in YZ plane is 6, Area covered in ZX plane is 7, Thus the total area is 4 + 6 + 7 = 17.
Try solving now
02
Round
Medium
Face to Face
Duration30 minutes
Interview date28 Jun 2022
Coding problem1

The interview was started at 3PM

1. Find Duplicates In Array

Easy
15m average time
90% success
0/40
Asked in companies
OYOIBMAcko

You are given an array/list 'ARR' consisting of N integers, which contains elements only in the range 0 to N - 1. Some of the elements may be repeated in 'ARR'. Your task is to find all such duplicate elements.

Note:
1. All the elements are in the range 0 to N - 1.
2. The elements may not be in sorted order.
3. You can return the duplicate elements in any order.
4. If there are no duplicates present then return an empty array.
Try solving now
03
Round
Easy
HR Round
Duration10 minutes
Interview date4 Jul 2022
Coding problem1

The HR round was started at 4 PM.

1. Basic HR Questions

They take Introduction and about my family members and about the organization. What are your future goals?

Problem approach

Tip 1 : Keep Your Introduction proper.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
Associate Engineer
2 rounds | 3 problems
Interviewed by Nagarro Software
0 views
0 comments
0 upvotes
company logo
Associate Engineer
2 rounds | 3 problems
Interviewed by Nagarro Software
1512 views
0 comments
0 upvotes
company logo
Associate Engineer
2 rounds | 2 problems
Interviewed by Nagarro Software
918 views
0 comments
0 upvotes
company logo
Associate Engineer
3 rounds | 8 problems
Interviewed by Nagarro Software
1044 views
0 comments
0 upvotes