basic Concept of oops.
Android Engineer Interview Questions
9,765 android engineer interview questions shared by candidates
Pokemon project and some basic android interview questions
How one class can use methods from other classes?
Activity lifecycle, fragment lifecycle, etc
write a recursive function that solves the equation X[n] = X[n-1] + X[n-2] where X is an array that contains at least two integer values and the function should solve the question for the 3rd value in the array
How would your design a web crawler (what servers would you use, what database structure, what kind of data would you put in it, how do you handle recursion, how do you handle URL loops)? Next question was how to do a union of two sorted lists w/o using any language features like "list1.union(list2)"?
How to deal with a slacking coworker?
Brute force, greedy algorithms
If you nest a RelativeLayout inside a LinearLayout then which layout parameters will the RelativeLayout use? a. RelativeLayout.layoutparams b. Viewgroup.margin c. Viewgroup.layoutParams d. LinearLayout.layoutParams
Photo sharing app. user receives new photo and a notification is created and the user clicks on the notification. What do you attach to the notification to open the app and show the user the photo? a. intent b. photoIntent c. PendingIntent d. Service
Viewing 91 - 100 interview questions