Round 1 Q1. Equal Pair Sum in Array. Q2. First occurrence of 1 in a stream of binary digit numbers. Q3. Print all decodings for the given encoded string. Round 2 This never happened as the company apparently had no vacancies just an hour before my scheduled interview which they cancelled.
Android Software Developer Interview Questions
625 android software developer interview questions shared by candidates
How much are you making?
Write codes that print abbreviate XML tags to stdout. For example, given the input "<div>hello<span></span></div>", your code should print out "<div>hello<span/></div>". You need to write codes for only of these three given functions: tagStart(), tagText(), tagEnd(). For the previous example, the following function calls will be made in order: tagStart("div"); tagText("hello"); tagStart("span"); tagEnd("span"); tagEnd("div");
Find the angle between hour hand and the minute hand on a clock.
If the UI thread is idle, and a background thread is busy-looping, when will the system display an Application Not Responding message? After 5 seconds After 10 seconds Neve
Is the IntentService destroyed after handling all queued intents? Yes No
The meeting never took place
How do you make network requests on Android?
What're the main features of OOP
concurency
Viewing 81 - 90 interview questions