1. He asked me baisc android questions. 2. MVVM and how we can call more than one api in mvvm. 3. Find the missing number 4. REST, Logical, Kotlin basics
Android Software Developer Interview Questions
8,372 android software developer interview questions shared by candidates
What is MVVM architecture and Data Binding?
coding question : in all three tech rounds they asked to solve a problem related to Yelp ,medium level , and asked the time and space complexity of solution . system design : they asked to suggest a solution for api design , basically server is sending some data , app side for different user the data should be shown in different sequence, design the api json structure.
Hackerrank question with reading and manipulating statistical data
Basic questions on past experience on Android
Do you know the some of the architectures that are common for mobile development? tell me about them
Phone call interview: Multiple choice question on Android (asyntask, activity life cycle, services...)
Basic android questions, which was after I was told it would be basic algorithm and data structure questions not android specific questions.
There is two series, One is input another is to sort order; input = "abc145bac" order_str = "abc" Sort the input based on order on "order_str" Example input = "abc145bac" order_str = "abc" Expected result : "aabbcc145"
You want to trigger an animation half a second after a user taps a button. The BEST way to do this is to: A. Call Timer.schedule and pass the animation as a TimerTask. B. Call Thread.sleep in the button’s ClickListener’s oncl1ck method. C. Call postDelayed on the appropriate Handler. D. Call setInterval on an Alarm created with AlarmManager.
Viewing 1551 - 1560 interview questions