2nd skype: - Lets say you have to build an activity (screen) which has a drop-down & once you select an item in the drop-down, it loads an image corresponding to that on the screen below. - How will handle cases where user is very rapidly changing his selection from the drop down
Mobile Software Engineer Interview Questions
2,718 mobile software engineer interview questions shared by candidates
Write a command line program that acts as a simple calculator: it takes a single argument as an expression and prints out the integer result of evaluating it.
Involved copying a linked list. The tricky part though was the objects in the list could refer to one another.
If one has a collection of N stock options vesting over P periods, describe algorithmically how one would come up with the data for a table listing how many options are awarded per period.
How do you get the depth of binary tree?
How do you implement push support in browsers which don't have one?
Given a tree with potentially multiple child nodes, write an algorithm that describes how you would completely reverse (or mirror image) the tree. That is, given a tree with a root node of A and three children, BCD, and two children of B named EF, he wanted to generate a new tree that looked like a root node of A, then DCB with "FE" being the reversed children under B.
The first interview is about personal questions
technical questions - c/c++, objective c
You are in a game of Russian Roulette with a revolver that has 3 bullets placed in three consecutive chambers. The cylinder of the gun will be spun once at the beginning of the game. Then, the gun will be passed between two players until it fires. Would you prefer to go first or second?
Viewing 11 - 20 interview questions