How one class can use methods from other classes?
Junior Android Developer Interview Questions
8,375 junior android developer interview questions shared by candidates
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?
Explain the Scrum process in Agile Development?
Brute force, greedy algorithms
Assignment was tasked to be completed in a span of 5 days to test your knowledge on the latest android architecture and implementation such as dagger, rxjava, mvvm, recylcerview, room, and unit testing.
What are the pitfalls of AsyncTasks?
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
Viewing 91 - 100 interview questions