- Tell me about your strengths/weaknesses - What do you see yourself to be in 5-10 years
Android Software Developer Interview Questions
47 android software developer interview questions shared by candidates
java collections , room database, scope functions in Kotlin, MVVM architecture etc.
How long have you been developing for Android? Do you have any published applications? How many downloads?
Allocating memory, When you run a program which is stored in the stack and which is stored in the heap
Please describe what is backpressure
Find some pattern of digits involving factors and multiples. Time performance matters.
What are definition and declaration in C? What is output of certain codes print array elements print a string pointer letter by letter
How to create a simple deadlock program using java
basic Java concepts and android activity life cycle.
/* 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. */
Viewing 31 - 40 interview questions