android test app with three different activities involving different common interview questions
Lead Android Engineer Interview Questions
8,360 lead android engineer interview questions shared by candidates
Given a linked list and a number k, reverse every k items in the list. for eg. if linked list is : 1->2->3->4->5->6->7->8 and k=3. Return : 3->2->1->6->5->4->8->7
4th skype (design round): - How will you design an app (client) & server to implement a word guess game. For e.g. app will ask user to guess the word (it will show blank spaces first equal to size of the word) one character one time. He will have 'n' chances to guess correct word. Based on the result, he will win or loose money (prize). Assume you have well defined payment & user registration system. Assume external systems required for this game already present. Just concentrate on designing the above core requirement
Where is the most secure place to store tokens in the Android application?
Quantos anos de experiencia você tem com android e mais especificamente com kotlin?
If we have a string of characters, how would we be able to count every occurrence of every distinct character?
Interviewer asked me to explain one android app.
Question on the home takeaway assignment: How could you update this custom view better?
Why Back Market?
There was a difficult question that involved building an additional feature on to the project that was submitted earlier.
Viewing 1471 - 1480 interview questions