The interview process for a technology trainee typically involves an online assessment, technical interviews covering programming basics and problem-solving, and HR rounds to assess cultural fit, communication skills, and career aspirations.
Interview questions [1]
Question 1
Given an unsorted array of integers, find the length of the longest consecutive element sequence.
You must write an algorithm that runs in O(n) time complexity.
Example:
Input: [100, 4, 200, 1, 3, 2]
Output: 4
Explanation: The longest consecutive sequence is [1, 2, 3, 4], which has a length of 4
I applied online. I interviewed at Nagarro in Jul 2021
Interview
It was a very good interview.. interviewer was very soft and majority questions was on java and datastructure and the question was asked on the coding round which was happened before the technical round
Interview questions [1]
Question 1
Diff between java and c++, constructors,oops concepts
I applied online. The process took 2 weeks. I interviewed at Nagarro (Ondal) in Apr 2021
Interview
Firstly, there is aptitude round with some technical questions.
Then there is coding round in which two questions of good difficulty level is there. There can be two coding rounds also.
Then there is Technical interview.
On clearing the technical interview there will be HR interview.
Interview questions [1]
Question 1
DSA, Oops, Database, Logical Reasoning questions, Language based specific questions