A logical thinking question followed by a javascript question
Android Engineer Interview Questions
9,774 android engineer interview questions shared by candidates
develop two screens and connect with a server.
/* 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. */
coding challenge were from leetcode
mvvm etc
Why do you want to work with us?
SOLID principles
What is SavedInstance parameter in onCreate()? What is JSON. What is MVC? LayoutInflaters etc.
Basic Java oops, Android concepts and SOLID design principles in details. CICD, Android services, Kotlin co-routines and kotlin fundamental related
How different threads communicate with each other?
Viewing 7821 - 7830 interview questions