i
Nagarro
Filter interviews by
Clear (1)
I was interviewed in Dec 2020.
Round duration - 90 Minutes
Round difficulty - Easy
Find the N-th term of a Geometric Progression (GP) series given the first term A, the common ratio R, and the term position N.
The general form of a GP se...
Calculate the N-th term of a Geometric Progression series given the first term, common ratio, and term position.
Iterate through each test case and apply the formula A * R^(N-1) to find the N-th term
Use modular arithmetic to handle large calculated terms by returning the result modulo 10^9 + 7
You are provided with a singly linked list where each node contains a single character, along with a string 'STR'. Your task is to remove all occurrences of the stri...
Remove all occurrences of a given string from a singly linked list by starting from the end of the list.
Traverse the linked list from the end to the beginning to efficiently remove the string occurrences.
Check for the string 'STR' in each node and remove it if found.
Continue checking for new occurrences of 'STR' after removal to ensure all instances are removed.
Return the head of the modified linked list after processi
Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This...
Find the length of the longest strictly increasing subsequence in an array of integers.
Use dynamic programming to keep track of the length of the longest increasing subsequence ending at each element.
Iterate through the array and update the length of the longest increasing subsequence for each element.
Return the maximum length found in the dynamic programming array as the result.
Tip 1 : Write only relevant skills on resume and prepare for them.
Tip 2 : Practise atleast 150 Questions.
Tip 3 : Practise for Aptitude Topics too.
Tip 1 : Mention at least 2 Projects on your resume.
Tip 2 : Never fake your resume.
I applied via Campus Placement and was interviewed in Apr 2021. There was 1 interview round.
Quicksort is a sorting algorithm that uses divide and conquer approach to sort an array.
It selects a pivot element and partitions the array around the pivot.
It recursively sorts the sub-arrays created by partitioning.
It has an average time complexity of O(nlogn) and worst case time complexity of O(n^2).
Abstraction can be achieved by hiding unnecessary details and only exposing essential features.
Identify the essential features of the system
Hide unnecessary details by encapsulating them
Use interfaces to define essential features
Implement the interfaces to provide functionality
Example: A car's interface is the steering wheel, pedals, and dashboard. The engine and transmission are encapsulated.
Example: A software interf...
What people are saying about Nagarro
I applied via Company Website and was interviewed before Mar 2021. There was 1 interview round.
Nagarro interview questions for designations
The duration of Nagarro Associate Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 18 interviews
5 Interview rounds
based on 164 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