i
Nagarro
Filter interviews by
3 questions in 1 section and 2 qestions in another. All coding
Data structures are used in real life for organizing and managing data efficiently.
Storing and retrieving contact information in a phone book using a hash table
Organizing and searching for books in a library using a binary search tree
Managing a playlist of songs using a linked list
I applied via Company Website and was interviewed in Feb 2023. There were 4 interview rounds.
Medium to moderate level questions on profit loss, percentage etc
Medium to moderate question on array , string and HashMap
What people are saying about Nagarro
I applied via Company Website and was interviewed in Sep 2022. There were 4 interview rounds.
This round consisted of Aptitude and Computer Fundamental Questions.I don't remember exactly how many but I guess there were around 50 MCQ's. I might solved around 37+ correct questions.
This round consisted of 3 Coding Questions. 1 Easy Medium, 1 Medium and 1 Hard Question.Solved first two and passed only 3 test cases in the third question.
Given an array find if there are two elements are present that sum to target, else return -1
Iterate through the array and for each element check if target - element is present in the array
Use a hash table to store the elements and their indices for faster lookup
If no such pair is found, return -1
Nagarro interview questions for designations
I applied via Job Fair and was interviewed before Jul 2023. There were 3 interview rounds.
The coding round has 3 questions of easy-medium level .
Quick sort has worst case time complexity when the pivot element is either the smallest or largest element in the array.
Pivot element is the smallest or largest element in the array
Array is already sorted in ascending or descending order
Pivot selection strategy is not efficient
To check if a string can become a palindrome, count the frequency of each character. If there is at most one character with an odd frequency, it can be rearranged into a palindrome.
Count the frequency of each character in the string
Check if there is at most one character with an odd frequency
If yes, the string can be rearranged into a palindrome
Use two pointers, one moving twice as fast as the other, to find the middle element of a linked list in O(n) time complexity.
Initialize two pointers, slow and fast, at the head of the linked list.
Move the slow pointer one step at a time and the fast pointer two steps at a time.
When the fast pointer reaches the end of the list, the slow pointer will be at the middle element.
Get interview-ready with Top Nagarro Interview Questions
Simple Aptitude Questions
3 coding questions, easy to medium difficulty
I applied via Company Website and was interviewed in Aug 2022. There were 3 interview rounds.
40 question asked 25 questions from aptitude and 15 questions from data structure and some from computer fundamental's, questions are easy to medium.
3 Coding questions were asked in Coding round
First question from String
Second question from Array
3rd from Dynamic Programming
Find missing and duplicate numbers from N Natural numbers array
Iterate through the array and keep track of seen numbers using a hash set
For each number, check if it is already in the hash set. If yes, it is a duplicate. If not, add it to the set
After iterating through the array, the missing numbers are the ones not in the hash set
Alternatively, sort the array and check for duplicates and missing numbers
I applied via Company Website and was interviewed before Feb 2023. There were 4 interview rounds.
Basic aptitude questions, time duration within 60 minutes.
Five questions - two easy, three moderate level
I applied via Job Fair and was interviewed before May 2023. There were 2 interview rounds.
MCQs type questions in first round
2 section for coding round with 3questions in first and 2 in second
5 Interview rounds
based on 46 reviews
Rating in categories
Associate Staff Engineer
2.9k
salaries
| ₹10 L/yr - ₹35.2 L/yr |
Staff Engineer
2.7k
salaries
| ₹15 L/yr - ₹43.2 L/yr |
Senior Engineer
2.3k
salaries
| ₹6.1 L/yr - ₹25 L/yr |
Senior Software Engineer
1.1k
salaries
| ₹6.3 L/yr - ₹30 L/yr |
Software Engineer
941
salaries
| ₹3 L/yr - ₹12.2 L/yr |
Deloitte
Cognizant
TCS
Accenture