Who do you know in the Android Community?
Android Manager Interview Questions
10,454 android manager interview questions shared by candidates
Create a class hierarchy to classify numeric values with interface Number. Define subclasses WholeNumber and RealNumber. WholeNumber has subclasses EvenNumber and OddNumber. For each integer in the inclusive range 0 to 10 descending, create a new instance of the appropriate number subclass and add it to an STL structure that supports efficient insertion and retrieval. Efficiently iterate your container and print the numeric value and whether the object is an EvenNumber, OddNumber, or RealNumber for each object. Efficiently locate the object with the smallest value not less than 9.5 and print its value. All your interactions with objects should be through the Number interface.
How EventBus works?
Suppose you are creating a screen that shows lists and grids of images. What would you use for it? What about smooth scrolling? What about network requests?
talk about your projects and experience
Q: Data Structure questions for the technical round. Q: Real-life scenario asked for System Design for Mobile App offline and server communication.
Algorithm question related to sorting
Puzzle of 25 horses (there are 25 horses, you have to find fastest 3 by using min number of race, 5 horse per race is permitted).
No Tech Round
Very detailed technical questions about specific functions within the Linux kernel.
Viewing 1581 - 1590 interview questions