Typical Android Layouts (What's the best way to lay element vertically etc.). Android Lifecycle. LinkedList vs Arrays.
MISSING VALUE Interview Questions
6,572,946 interview questions shared by candidates
Print a binary tree level by level
How do you find the kth smallest number in a binary search tree.
Regular expression and strStr. I was not able to give KMP algorithm to strStr
I don't think there are any very difficult questions. You should always ask clarifying questions if something is not clear. I had to ask many clarifying questions.
Except experience related questions I was asked coding question and I was supposed to write the solution to the problem in any programming language in a simple web-based code editor. The question was: given and array of positive integers and another integer find whether there is a consecutive range in the array, so that the sum of integers in the range is equal to the given number. They put an emphasis on delivering working, efficient solution. In my opinion this kind of interview requires a thorough preparation.
Take a paragraph as Input and output the top three most repeated words
Given an array a contains all digits 0-9 a = [1, 4, 2, 1] # which represents 1421 Add one to the number and return the array return a = [1, 4, 2, 2] # which represents 1422
Write a function to multiply two arbitrarily large integers.
Are you comfortable working as a team?
Viewing 4161 - 4170 interview questions