Developer Android Interview Questions

10,446 developer android interview questions shared by candidates

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
avatar

Senior Software Engineer (Android)

Interviewed at Netflix

4.1
Feb 14, 2014

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)"?
avatar

Android Developer

Interviewed at Hopper

3.4
Sep 22, 2018

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)"?

Viewing 91 - 100 interview questions

Glassdoor has 10,446 interview questions and reports from Developer android interviews. Prepare for your interview. Get hired. Love your job.