Tip 1 : Practice DSA daily
Tip 2 : Deep dive into core topics
Tip 1 : Highlight your key skills
Tip 2 : Do prepare everything you mentioned in your resume
Easy level questions were asked from data structures like array, linked list, Strings, sorting and Android basics with Kotlin.



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.
Interview was in the evening and was it was a coding round.



normal traversing approach of linked list
normal HR and salary related questions
Tell me about yourself.
Why do you want to work for our company?
What is your biggest achievement so far?

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