Tip 1 : Focus on Data Structure and algorithm that bring confidence and help you to choose your domain
Tip 2 : Work on projects as much as you can that brings experience in you
Tip 3 : work on Aptitude because many people focus only on coding and not work on Aptitude and interview practices in return not get placement
Tip 1 : Write only for that projects which you can answer properly on interview
Tip 2 : Do not write much more about your hobbies and certification.
1st round aptitude 30 minutes(medium 35 questions)
2nd reasoning 30 minutes(easy 35 questions)
3rd coding round 1 hrs(3 question 1 easy, 2nd medium, 3rd very difficult)



(i) If the input string is 'CodeGeek', the output should be CdGk after removing ‘o’ and ‘e’.
(ii) If the input string is 'Odinson', the output should be 'dnsn' after removing ‘o’ and ‘i’.
4th technical interview approx 45mins(DBMS, selenium, basic of testing, DAA, Data Structure, Code )
What is selenium, testing life cycle, oops concept







Merge Sort Algorithm -
Merge sort is a Divide and Conquer based Algorithm. It divides the input array into two-parts, until the size of the input array is not ‘1’. In the return part, it will merge two sorted arrays a return a whole merged sorted array.

The above illustrates shows how merge sort works.
It is compulsory to use the ‘Merge Sort’ algorithm.
Ask personal questions, about office, branches in countries, about myself, why choose Nagarro
Ask personal questions, about office, branches in countries, about myself, why choose Nagarro

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What does HTML stand for?