Software Engineer Android Interview Questions

598 software engineer android interview questions shared by candidates

/* The problem: I'm working on a collaborative code editor between 2 people. I have the text synchronizing across both screens. However, I have run into the problem illustrated below. Text editors (Time 1) ----------------- --------------- ||cat | |ca|t | | | | | | | | | | | | | | | | | | | | | ----------------- --------------- Person A hits enter then: Text editors (Time 2) ----------------- --------------- | | | |n | ||cat | |cat | | | | | | | | | | | | | | | | | ----------------- --------------- Text editors (Time 2 Expected) ----------------- --------------- | | | | ||cat | |ca|t | | | | | | | | | | | | | | | | | ----------------- --------------- The content updates and the word cat shifts down a line. However, Person B's cursor is left in it's original position instead of moving down a line as expected. Implement the fixCursorRow method don't worry about updating the column. */
avatar

Software Developer Android

Interviewed at Yelp

3.2
Nov 14, 2016

/* The problem: I'm working on a collaborative code editor between 2 people. I have the text synchronizing across both screens. However, I have run into the problem illustrated below. Text editors (Time 1) ----------------- --------------- ||cat | |ca|t | | | | | | | | | | | | | | | | | | | | | ----------------- --------------- Person A hits enter then: Text editors (Time 2) ----------------- --------------- | | | |n | ||cat | |cat | | | | | | | | | | | | | | | | | ----------------- --------------- Text editors (Time 2 Expected) ----------------- --------------- | | | | ||cat | |ca|t | | | | | | | | | | | | | | | | | ----------------- --------------- The content updates and the word cat shifts down a line. However, Person B's cursor is left in it's original position instead of moving down a line as expected. Implement the fixCursorRow method don't worry about updating the column. */

Kotlin Coroutines, Jetpack Compose, MVVM, Main threads, How would you solve some state related bug issues (that was injected in my case study in order to see if I could solve it) What does suspend operator mean in Kotlin?? Log interceptors Networking issues, Composable Modules behavioral questions like How would u handle conflict with team members? When is the right time to think that I need help now? PR reviews Agile way of working, etc
avatar

Software Engineer - Android

Interviewed at Target

3.5
Jul 10, 2025

Kotlin Coroutines, Jetpack Compose, MVVM, Main threads, How would you solve some state related bug issues (that was injected in my case study in order to see if I could solve it) What does suspend operator mean in Kotlin?? Log interceptors Networking issues, Composable Modules behavioral questions like How would u handle conflict with team members? When is the right time to think that I need help now? PR reviews Agile way of working, etc

Viewing 491 - 500 interview questions

Glassdoor has 598 interview questions and reports from Software engineer android interviews. Prepare for your interview. Get hired. Love your job.