Tip 1 : practice atleast 300 questions.
Tip 2 : practice data structures.
Tip 3 : revise your project.
Tip 4 : prepare most frequently asked interview questions.
Tip 1 : Mention your projects.
Tip 2 : Mention your achievements in the field of that job.
Tip 3 : Do not put false things in your resume.
The remember the timing it was about 2pm. The interview experience was really very good. The interviewer was very cool and calm. One thing that i want to tell you is that the interviewer asked me many questions but i was stucked in a question, then the interviewer asked me to take a deep breath and then give the answer. And guess what, i gave the right answer.
You are given 2 website A and B how will you convert A into B?



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.

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