Tip 1 : Be confident
Tip 2 : Read previous interview experiences
Tip 3 : Practice Oops with real life examples
Tip 1 : Mention atleast good projects
Tip 2 : Good with all the things mentioned in resume
It consists of 3 questions, mostly mathematical one's in my case.100 marks for every question.
Asked every question possible from resume



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.



In the given linked list, there is a cycle, hence we return true.

Asked usages of different queries. How to do same operation using two queries, nested queries and joins etc

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?