Tip 1 : Practice aptitude questions as much as possible
Tip 2 : complete atleast one project from end to end so that you can explain without any help, and ensure you have correct knowledge of technology you used in that
Tip 3 : prepare yourself for atleast one programming language and why you have choosen that
Tip 1 : be precise and to the point and keep it 1 pager if possible
Tip 2 : keep only relevant stuff and don't keep any fake information be it project or any other
Tip 3 : make it readable as it only takes 7 second to read a resume
It was in the morning around 10 am
It was Aptitude test
Aptitude and quantitative questions
Number Of MCQs - 120
Tip 1 : practice as much as possible
Tip 2 : remember the formula and procedures to sole it
Early morning around 10 am
Group panel was there for technical, managerial and hr



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.
Technical interview
Early morning
It was technical interview along with hr round



A 'deep copy' of a linked list means we do not copy the references of the nodes of the original linked list, rather for each node in the original linked list, a new node is created.
Java questions

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: