i
Nagarro
Filter interviews by
I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.
Prepare moderate DSA questions on list, queue map
I was interviewed in Nov 2021.
Round duration - 20 minutes
Round difficulty - Easy
50 Logical ability, mathematical and image patterns questions are to be done in 20 minutes. A minimum cutoff has to be cleared. (ask your recruiter)
Tip – majority questions are of image pattern, so try to solve those first as they take lesser time
Round duration - 90 minutes
Round difficulty - Easy
Ninja encountered an encoded secret message where each character from 'A' to 'Z' is mapped to a numeric value (A = 1, B = 2, ..., Z = 26). Given a numeric sequence (SEQ) de...
The problem involves decoding a numeric sequence back into a valid string based on a given mapping of characters to numeric values.
Use dynamic programming to keep track of the number of ways to decode the sequence at each position.
Consider edge cases such as '0' and '00' which do not have valid decodings.
Handle cases where two digits can be combined to form a valid character (e.g., '12' corresponds to 'L').
A few days back, Ninja encountered a string containing characters from ‘A’ to ‘Z’ which indicated a secret message. For security purposes, he encoded each character of th...
The problem involves decoding a numeric sequence into a valid string using a given mapping of characters to numbers.
Use dynamic programming to count the number of ways to decode the sequence.
Consider different cases for decoding single digits and pairs of digits.
Keep track of the number of ways to decode at each position in the sequence.
Return the final count modulo 10^9 + 7 as the answer.
Round duration - 180 minutes
Round difficulty - Easy
Since I applied for senior frontend role (React), I was asked questions on following topics – Javascript (easy, medium, hard), HTML, HTML5 api, CSS, SVG, React (easy, medium, hard), UI/UX related
A very lengthy and tiring round.
Round duration - 20 minutes
Round difficulty - Easy
Tip 1 : Learn more about technologies
Tip 2 : Practice some coding questions
Tip 3 : View previous interviews of the companies
Tip 1 : Just write the best points highlighted
Tip 2 : Write only what you know and prepare well
I applied via Naukri.com and was interviewed before Nov 2021. There were 3 interview rounds.
In aptitude test they asks reasoning, logical and technical questions
What people are saying about Nagarro
Nagarro interview questions for designations
I applied via Company Website and was interviewed before Apr 2023. There was 1 interview round.
There were total 62 questions. 20 aptitude, 40 React MCQs and 2 JS based coding questions
Get interview-ready with Top Nagarro Interview Questions
I applied via Recruitment Consulltant and was interviewed before Jul 2022. There were 4 interview rounds.
Basic questions you can practice becoz time is less
Coding questions include simple moderate tough
I was interviewed before May 2021.
Round duration - 180 mins
Round difficulty - Medium
It was aptitude & english then coding round
Create a program that counts and prints the total number of specific character types from user input. Specifically, you need to count lowercase English alphabets, numeric digi...
Create a program to count lowercase alphabets, digits, and white spaces from user input until '$' is encountered.
Read characters from input stream until '$' is encountered
Count lowercase alphabets, digits, and white spaces separately
Print the counts of each character type as three integers separated by spaces
Round duration - 60 Minutes
Round difficulty - Easy
Online coding round 3 questions were there leetcode easy
You are provided with the root node of a binary tree comprising N
nodes. Your objective is to output its preorder traversal. Preorder traversal of a binary tree is per...
Implement a function to perform preorder traversal on a binary tree given the root node.
Create a recursive function to traverse the tree in preorder fashion.
Visit the root node, then recursively traverse left subtree, followed by right subtree.
Store the visited nodes in an array and return the array as the result.
Example: For the input tree [1, 2, 3, 4, -1, 5, 6, -1, 7, -1, -1, -1, -1, -1, -1], the preorder traversal o
Round duration - 60 Minutes
Round difficulty - Easy
They tested my basic data structure knowledge
Static variables and classes in OOP are used to store data that is shared among all instances of a class.
Static variables are shared among all instances of a class and retain their value throughout the program's execution.
Static classes cannot be instantiated and are used to group related static members together.
Example: In a class representing a bank account, a static variable could be used to store the total number o...
Round duration - 60 Minutes
Round difficulty - Medium
It was more about technical knowledge and problem solving skills
I can design a login page for Facebook with user input fields for email/phone and password, a 'Login' button, and 'Forgot password?' link.
Include user input fields for email/phone and password
Add a 'Login' button for submitting credentials
Include a 'Forgot password?' link for password recovery
Design the page with Facebook branding and color scheme
Round duration - 30 Minutes
Round difficulty - Easy
General question and CTC discussion
The CTC offered for this position is competitive and includes salary, benefits, and bonuses.
CTC includes salary, benefits, bonuses, and any other perks offered by the company.
It is important to consider the overall compensation package, not just the base salary.
Negotiation for a higher CTC may be possible based on experience and skills.
Example: CTC for this position ranges from $100,000 to $120,000 per year.
Tip 1 : DSA Level 1 is must
Tip 2 : Focus on core
Tip 3 : Be confident
Tip 1 : Know everything whatever you mentioned in resume
Tip 2 : Mention projects details properly
I was interviewed before Jun 2021.
Round duration - 267 Minutes
Round difficulty - Medium
It was from home only. 12+180+75 minutes. I could solve the problems within given time and with all tests passed. I am not able to recall now , but based on OOPS, C# SQL , ADO. net, WPF , Design principle, I forgot the number of MCQs
Given a string (STR
) of length N
, you are tasked to create a new string through the following method:
Select the smallest character from the first K
characters of STR
, remov...
The task is to transform a given string by selecting the smallest character from the first K characters and appending it to a new string until the original string becomes empty.
Iterate through the string while there are characters remaining
For each iteration, select the smallest character from the first K characters
Remove the selected character from the original string and append it to the new string
Repeat until the or...
Your task is to determine the minimum number of elements that need to be removed from an array 'ARR' of size 'N' such that all the remaining elements are distinct. In simpler t...
Find the minimum number of elements to remove from an array to make all elements distinct.
Iterate through the array and keep track of the frequency of each element using a hashmap.
Count the number of elements that have a frequency greater than 1, as those need to be removed.
Return the count of elements to be removed.
Round duration - 45 minutes
Round difficulty - Medium
OOps, C#, WPF, SQL , Design Principles, etc
Tip 1 : During preparation speak out loud
Tip 2 : Be Consistent
Tip 3 : Understand you project well and try to figure out what can be asked from it
Tip 1 : Add only those skill which you know
Tip 2 : Add project description in crisp , i think this is what I updated after which I started getting calls
I applied via Naukri.com and was interviewed in Jul 2021. There were 5 interview rounds.
I applied via Naukri.com and was interviewed in Jul 2021. There were 5 interview rounds.
Some of the top questions asked at the Nagarro Senior Software Engineer interview -
The duration of Nagarro Senior Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 27 interviews
4 Interview rounds
based on 115 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