i
Nagarro
Filter interviews by
There will be quant logical reasoning grammmer communication questions
In this round there wi be 3 coding ques to pass the test cases within 1 or 1.5 hrs of time
I applied via Job Portal and was interviewed before Feb 2023. There were 3 interview rounds.
Coding was moderate and the level was not too high but standard. Had required a good concept of DSA and hands on coding.
I applied via Campus Placement and was interviewed before Mar 2023. There were 4 interview rounds.
90 mints, reasoning , logical thinking, aptitude
60mints c, c++, python, java
I applied via Company Website and was interviewed before Oct 2022. There were 5 interview rounds.
60 min in 50 questions
90 mintues in 3 coding average level question
I applied via Campus Placement and was interviewed before Jun 2022. There were 5 interview rounds.
Some apti + techical mcqs easily available on internet
5 coding ques were there those who completed 3 fully correct were selected.
Removing a node from a linked list without head or tail pointer
Use the node to be removed's next node to copy its data and then delete the next node
Update the current node's next pointer to skip the next node
Remove the nth element from an array of strings
Use the splice method to remove the element at the specified index
Remember that array indices start at 0
Example: array.splice(n, 1) will remove the element at index n
Quick sort has O(n log n) time complexity on average, O(n^2) worst case. Merge sort has O(n log n) time complexity always.
Quick sort has an average time complexity of O(n log n) due to its divide-and-conquer approach.
Worst case for quick sort occurs when the pivot element is either the smallest or largest element in the array, leading to O(n^2) time complexity.
Merge sort always has a time complexity of O(n log n) due t...
My favorite programming language is Python because of its simplicity, readability, and versatility.
Python is known for its clean and readable syntax, making it easy to learn and understand.
Python has a large standard library and many third-party libraries, allowing for rapid development of a wide range of applications.
Python is versatile and can be used for web development, data analysis, machine learning, automation, ...
I appeared for an interview in Jul 2021.
Round duration - 60 minutes
Round difficulty - Medium
2 coding questions
Afternoon test
Proctored
Find the number of trailing zeroes in the factorial of a given number N
.
The first line contains an integer T
representing the number of test cases.
Each of the...
Count the number of trailing zeros in the factorial of a given number.
To find the number of trailing zeros in N!, count the number of factors of 5 in the prime factorization of N.
Each factor of 5 contributes to a trailing zero in the factorial.
For example, for N=10, there are 2 factors of 5 in the prime factorization (5 and 10), so there are 2 trailing zeros.
You are given a number of stairs, N
. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. ...
The problem involves finding the number of distinct ways to climb to the Nth stair by taking one or two steps at a time.
Use dynamic programming to solve this problem efficiently.
The number of ways to reach the Nth stair is the sum of the number of ways to reach the (N-1)th stair and the (N-2)th stair.
Handle large inputs by taking modulo 10^9+7 to avoid overflow.
Example: For N=3, there are 3 ways to climb to the third s...
Round duration - 30 mins
Round difficulty - Medium
Afternoon interview
I was asked OOPS, OS, DBMS, DS and Algo questions.
Questions around my project
Questions around my internships
Round duration - 15 mins
Round difficulty - Easy
Just after interview, HR asked general questions like whether I am a team player etc
Tip 1 : revise interview questions for each topic
Tip 2 : be prepared to be asked anything from your resume including projects
Tip 3 : while practising coding, use notepad instead of IDEs
Tip 1 : keep it to the point, 1 page resume is enough for a fresher
Tip 2 : add important links like LinkedIn profile, leetcode profile
I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Mar 2021. There were 3 interview rounds.
There were 3 basic level coding questions on Arrays and String which can be easily done if you have some basic knowledge of DS
posted on 7 May 2022
I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.
Basic aptitude knowledge
Strong in java
Developed a web-based project management tool for a startup
Used React for the frontend and Node.js for the backend
Implemented user authentication and authorization using JWT
Integrated with third-party APIs such as Trello and Slack
Implemented real-time updates using WebSockets
Deployed on AWS using EC2 and RDS
I am a software engineer with experience in developing web applications and mobile apps.
Proficient in programming languages such as Java, Python, and JavaScript
Skilled in using frameworks like React, Angular, and Spring Boot
Experienced in working with databases such as MySQL and MongoDB
Familiar with Agile development methodologies and DevOps practices
The duration of Nagarro Associate Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 4 interview experiences
Difficulty level
Duration
based on 194 reviews
Rating in categories
Associate Staff Engineer
3.3k
salaries
| ₹10.2 L/yr - ₹36 L/yr |
Staff Engineer
3.3k
salaries
| ₹11.8 L/yr - ₹45 L/yr |
Senior Engineer
2.5k
salaries
| ₹6.3 L/yr - ₹23.6 L/yr |
Senior Software Engineer
1.2k
salaries
| ₹7.1 L/yr - ₹31 L/yr |
Software Engineer
1.1k
salaries
| ₹4.9 L/yr - ₹12.3 L/yr |
Deloitte
Cognizant
TCS
Accenture