Tip 1 : Please go through with basics of data structure and algorithm.
Tip 2 : For me only as I was applying for only Android role so need to have expertise on that.
Tip 1 : Resume should focus on the technical skills.
Tip 2 : Resume should be short and only contain important topic around you.



It was easy to easy solve that question so no explanation for this.


Subsequences of string "abc" are: ""(empty string), a, b, c, ab, bc, ac, abc.
I was unable to solved that problem.
What is the life cycle of Android activity?
Explain Sensors in Android.
Not a particular one because they have asked many problems around android development.
What are the features of Android architecture?
List the languages used to build Android.
What is the use of Bundle in Android?
Not a particular one because they have asked many problems around android development.
How was your previous work experience?
Draw a low level design( tic tac toe ).
Yeah that was quite difficult. But manages to survive as all the questions were practiced before.



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
How do you remove whitespace from the start of a string?