Perguntas simples sobre conceitos básicos de programação.
Android Lead Interview Questions
8,450 android lead interview questions shared by candidates
If you noticed some poor code in the middle of a sprint, would you stop to rewrite or would you focus on meeting the sprint deadline?
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.
How Activity life cycle work?
basic java and android questions
I was asked about the different types of intents in Android.
optimization of code again and again
There is a bug in SQL. If you try to access SQL processes at the same time then the SQL crashes. How can you fix this?
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");
Viewing 921 - 930 interview questions