i
Nagarro
Filter interviews by
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
There were multiple aptitude questions including small coding questions.
A simple calculator program that can perform basic arithmetic operations
Create functions for addition, subtraction, multiplication, and division
Take user input for numbers and operation choice
Display the result of the operation
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,
What people are saying about Nagarro
I was interviewed 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
Nagarro interview questions for designations
I applied via Campus Placement and was interviewed before Feb 2023. There was 1 interview round.
Get interview-ready with Top Nagarro Interview Questions
I applied via Campus Placement and was interviewed in Mar 2022. There was 1 interview round.
Decorator is a design pattern that allows behavior to be added to an individual object, either statically or dynamically.
Binary tree is a tree data structure in which each node has at most two children.
A tree is a data structure consisting of nodes connected by edges. A binary tree is a specific type of tree with at most two children per node.
A hash map is a data structure that maps keys to values for efficient lookup.
I was interviewed before May 2021.
Round duration - 90 minutes
Round difficulty - Medium
Round duration - 90 minutes
Round difficulty - Easy
Given a string STR
, transform the first letter of each word in the string to uppercase.
STR = "I am a student of the third year"
"I Am A Stu...
The function takes a string as input and transforms the first letter of each word to uppercase.
Split the input string into individual words using spaces as delimiters.
For each word, convert the first letter to uppercase and concatenate the rest of the word.
Join the modified words back together with spaces to form the final transformed string.
Round duration - 20 minutes
Round difficulty - Easy
Tip 1 : Practice more and more questions in your preferred programming language(atleast 2-3 a day)
Tip 2 : Be clear with data structures and its uses based on the given situations
Tip 3 : Java and OOP concepts should be very clear
Tip 1 : Do not mention projects/technologies that you are unsure of
Tip 2 : For the projects that you wish to mention on the resume, make sure you know all the hows and whys about the technology and implementation of your project
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
I was interviewed in Jul 2017.
Some of the top questions asked at the Nagarro Associate Engineer interview -
The duration of Nagarro Associate Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 23 interviews
5 Interview rounds
based on 192 reviews
Rating in categories
Associate Staff Engineer
2.9k
salaries
| ₹0 L/yr - ₹0 L/yr |
Staff Engineer
2.9k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Engineer
2.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
1.1k
salaries
| ₹0 L/yr - ₹0 L/yr |
Engineer
896
salaries
| ₹0 L/yr - ₹0 L/yr |
Deloitte
Cognizant
TCS
Accenture