Can you show me how does the MVP pattern works?
Senior Android Engineer Interview Questions
2,428 senior android engineer interview questions shared by candidates
How would you find the minimum path sum in a binary tree?
Basic android project to improve upon by fetching orders and order details
Don't remember any out of the ordinary or extra hard question. Stuff senior android dev must have a good command over. No "how many golf balls can you fit in a Boeing 747" questions though, which was nice
Wide range of questions from RxJava to Android SDK.
First Phone Interview with recruiter: - Which of these standard Java collections is fastest to use if you want to find a specific element? An unsorted Vector TreeSet A sorted LinkedList - In which order are the Activity lifecycle methods called? onCreate, onStart, onResume onCreate, onResume, onStart onStart, onCreate, onResume - What are Android Fragments used for? Creating a modularized UI Optimizing the garbage collector in Dalvik Loading data from multiple endpoints - Which thread will process a Message posted to a Handler? The UI thread The thread that created the Handler The thread that created the Message - Which thread executes the Service onCreate method? The UI thread A background thread The thread specified in the inten - Is the IntentService destroyed after handling all queued intents? Yes No - When will the system call a Service onDestroy method? When it’s explicitly stopped, regardless of any existing bindings Only when the system needs the memory When it’s in a stopped state and no bindings exist - 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 Never - Which of the following apps does Android consider most important to keep alive? A hidden app with a started service A visible app without any services A hidden app without any services Skype Interview: Some Android and computer science questions, code review, hands-on coding - What's Activity? - What's Fragment? - What's content provider? - What's service? - What's bound service and started service? - What's intent service? - What's lint? - What are ways to pass data from activity to activity without using intent? - What's broadcast receiver? - What is time complexity? - What is the time complexity of a sorted array? - What is the difference between arraylist and linkedlist? - How do you keep your code clean? - What is polymorphism? - What's the difference between process and thread? - SOLID principles - Which design patterns did you use in your Android project? Explain. - A sort problem and it's complexity OnSite: Behavioral interview, white board/share and tell, system design System design: designing qr code reader, search White board: Removing duplicates without changing the order of the array and it's complexity
How to remove particular value from linked list without having no node reference to each other?
Have you ever had experience leading a developer team or managing a project?
4 assignment one was a movie application, which had around 4 screens and we had to display movie details and everything from themoviedb
About which technologies and whats is your experience about it?
Viewing 1321 - 1330 interview questions