Tip 1 : Have good projects mentioned in Resume
Tip 2 : Tell about SQL, Python also in Interviews
Tip 3 : Be good in GD very important
Tip 1: Have good Projects mention
Tip 2: Mention about SQL and Python also
1 Coding Question Medium to hard was there and a lot of Aptitude questions were there. Also some MCQs were based on Python and DB.



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.
I solved this problem by thinking step by step and taking mid and then working through that
This was a technical round with a DSA question asked and discussion on Projects and previous Interns that I did. And my turn was around 2:00 PM and it went well. Interviewer video was lagging but it was fine in my case, so Interviewer switched video off after some time



If the given list is {1 -> -2 -> 3} (which is sorted on absolute value), the returned list should be {-2 -> 1 -> 3}.
I explained 2 approached simply and then also explained about merge sort and then explained corner cases also.
General Round on GD in which we will be given a topic and we were asked to work upon and speak about that problem for 5minutes.
Is Technology a boon or a bane?

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