Tip 1 : Practice basic coding questions
Tip 2 : Revise Data Structures
Tip 1: Include unique projects based on new technologies
Tip 2: Do not add unnecessary details like 10th marks etc.
There were two sections in the aptitude round. The first is the aptitude test, and the second was the technical test.
There were 25 questions in the aptitude section ( Objective type)
There were 15 questions (of the objective type) centered on computer science topics in the technical part (OS , DBMS, and OOPS).
What is a deadlock?
Round 1 lasted for an hour, and then there was a 150-minute coding round with five questions (3 questions were of SD level and 2 questions were of CSD level).
For SD and CSD, the difficulty of the questions ranged from Easy to Medium to Hard.
Array, Strings, and Stack were the topics of the first three questions.
The final two questions came from the Graph and DP.



Both the strings have only lowercase English alphabets.
There may be more than one correct solution, you have to return any one of the possible solutions.



Both the strings have only lowercase English alphabets.
There may be more than one correct solution, you have to return any one of the possible solutions.
I joined the meeting. I was asked to introduce myself before the interviewer started asking me questions.
Discussed final year project.
Difference between a doubly linked list and a circular LL.
Vectors vs. an array.
Recursion vs. DP and its Application.
Time complexity and binary search implementation.
Directed graphs and undirected graphs differ from one another.
Queue vs. Stack.
I'll explain the code I used in the coding round and its time complexity
On the next day in the evening, an HR interview was also planned online. They posed straightforward queries.
Describe yourself to me.
Why do you wish to move from the civil engineering field to software?
Describe the projects listed on your resume.
What are your knowledge and motivations towards Nagarro?
Do you currently hold a letter of offer?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?