You have 2 arrays. Combine it in the most optimum way you can think of
Senior Android Developer Interview Questions
1,907 senior android developer interview questions shared by candidates
Basic Android, Java questions
Talk through the architecture you'd do to make a specific part of a screen
Explain the concept of polymorpheism.
Interviewer asked one array question, how is my general day like , how I handle stress , how I handled negative feedback , what is my personal goal for this year.
- 1st two rounds were simple. Straightforward MVVM, Retrofit, RecyclerView and a very simple SDK + CRUD system to build. - HM - he went into the depth of a lot of components - so understand each part that you write in depth.
Why you leaving your current company
[Whiteboard] Dependency graph resolution. Given an array of dependencies: a -> [b,c] b -> [d] d -> [c] c -> [] e -> [] Print out in what order these dependencies will be resolved. Expected result: c, d, b, a, e
What is the use of LinkedHashmap?
How would you handle parallel network requests?
Viewing 721 - 730 interview questions