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.
Ingeniero De Software Android Interview Questions
8,350 ingeniero de software android interview questions shared by candidates
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.
given 2 sorted arrays with sizes 2n and n, need to merge them
You're implementing a photo sharing app that uses system notifications. When the user gets a photo and taps on the notification, what does the app call?
Viewing 1551 - 1560 interview questions