Q: Algorithm questions for the initial phone interview
Android Manager Interview Questions
10,452 android manager interview questions shared by candidates
Life cycle of android..
On technical call questions were more about previous experiences on what I did and how I approached something and what was hard and what was easy. And at the end of trial day I walked them through my code and explained what and why I decided something and got few questions on that.
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
Basic coding ques
- Você gosta ou não de trabalhar? Por que eu quero pessoas que venham aqui pra trabalhar! Tá entendendo?
Basics of Android, and Discussion about projects.
1. Add two array integers together- Add 432 + 128 but as [2, 3, 4] + [8, 2, 1]. The integer is represented as the reverse in the array where the last right hand digit is in the 0th position. 2. Increase the value of an integer by 1. Basically, add 1 to 129 where the integer in the array is as above. 3. Multiple two integers in array form. That is, 432 * 128 with the items in reverse. Note: Each of the arrays can not be greater than 9 but can be of any size under that.
Viewing 1421 - 1430 interview questions