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

Associate Software Engineer

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

Interview preparation journey

expand-icon
Journey
I am pursuing BTech from electronics and communication branch and started solving dsa problems from my seventh semester onwards on Leetcode and hackerrank. I also started giving contest on Leetcode and codechef because this gave me a lot of problems solving ideas , concepts and speed . I also learned basics of of cs fundamentals from various online tutor websites like gfg , W3 schools, etc. I gave so many interviews but very few of them I have cracked , and from the rejections I learned alot
Application story
I had applied thorough my college portal . I got the link for my first round which was aptitude round along with 2 dsa problems.
Why selected/rejected for the role?
I was selected because I was well prepared for the rounds because of guidance from seniors . Also I was continuously solving coding problems which helped me alot to crack the interview.
Preparation
Duration: 3 months
Topics: Data structure, OOPs , Trees , linked list, graph, Dbms, computer networks , array, strings, stacks, heap, graph , dynamic programming
Tip
Tip

Tip 1 : Don’t forget to learn about the fundamentals like Oops, Dbms , computer network 
Tip 2 : Solve dsa question as much as you can
Tip 3 : Do participate in contests to be able to solve problems in the coding round within the limited time stamp

Application process
Where: Campus
Eligibility: No backlogs along with atleast 6 sgpa
Resume Tip
Resume tip

Tip 1 : Mention your projects along with link and credentials 
Tip 2 : Mention all the achievements and certificate you earned , mention your contest rank if it is good on any coding platform

Interview rounds

01
Round
Medium
Online Coding Interview
Duration210 minutes
Interview date8 Jul 2022
Coding problem1

It was divided into two parts first was for 60 minutes and there were 30ncq questions
And the next part was for 150 minutes and 3 coding problems were asked. I remember only 1.

1. Minimum Steps

Moderate
20m average time
80% success
0/80
Asked in companies
DirectiOracleWells Fargo

You are given an array ‘ARR’ consisting of ‘N’ integers. Your task is to make all the numbers equal. You decrease one of the largest numbers present in the array into a number that is just lower than the maximum number in one step.

For example:
You are given ‘ARR’ = [5, 2, 3]
In the first step, you can change 5 to 3, so the new array is [3, 2,3].

In the second step, you can change the 3 to 2, then the array is [2, 2,3].

In the third step, you can change the 3 to 2, then the array is [2, 2, 2] 

Hence the answer is 3.
Try solving now
02
Round
Medium
Online Coding Test
Duration25 minutes
Interview date19 Aug 2022
Coding problem2

It was held on Rakshabandhan around 11am and this was so impressive because occasion doesn’t means you stop working

1. N-th Node From The End

Easy
10m average time
90% success
0/40
Asked in companies
Thought WorksHikeAmazon

You are given a Singly Linked List of integers. You have to find the N-th node from end.

For Example
If the given list is (1 -> -2 -> 0 -> 4) and N=2:

example

Then the 2nd node from the end is 0.
Try solving now

2. Count Leaf Nodes

Easy
10m average time
90% success
0/40
Asked in companies
SamsungOlaSlice

You are given a Binary tree. You have to count and return the number of leaf nodes present in it.

A binary tree is a tree data structure in which each node has at most two children, which are referred to as the left child and the right child

A node is a leaf node if both left and right child nodes of it are NULL.

Try solving now
03
Round
Medium
HR Round
Duration10 minutes
Interview date23 Aug 2022
Coding problem1

I was for my intro first then about my projects I have done and the difficulties i had faced . I was asked about my strengths and weaknesses. Then i was asked for relocation in future if needed . And the round was over

1. Basic HR Questions

Strengths and weaknesses

What keeps you motivated?

Who is your role model?

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 Software Engineer
3 rounds | 3 problems
Interviewed by Nagarro Software
1695 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 4 problems
Interviewed by Nagarro Software
937 views
0 comments
0 upvotes
company logo
Associate Software Engineer
4 rounds | 5 problems
Interviewed by Nagarro Software
941 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 9 problems
Interviewed by Nagarro Software
33 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Software Engineer
3 rounds | 10 problems
Interviewed by Amdocs
2410 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 2 problems
Interviewed by Ernst & Young (EY)
2776 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 15 problems
Interviewed by Ernst & Young (EY)
2405 views
0 comments
0 upvotes