Tip 1 : Projects are a must
Tip 2 : Practice data science theory
Tip 3 : Solve some problems on internet
Tip 1 : Crisp and clear
Tip 2 : You should know what you have written and be confident enough about it
Basic aptitude and coding question



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.
Used sliding window approach
It is a standard approach
It was technical plus HR interview


Standard Binary Tree Problem
Stay honest and reply with confidene

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