Android Developer Intern Interview Questions

8,369 android developer intern interview questions shared by candidates

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.
avatar

Software Engineer - Android

Interviewed at Dunzo

3.3
Aug 17, 2020

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.

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");
avatar

Software Engineer/Android

Interviewed at Evernote

4.2
Aug 1, 2014

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");

Viewing 1041 - 1050 interview questions

Glassdoor has 8,369 interview questions and reports from Android developer intern interviews. Prepare for your interview. Get hired. Love your job.