[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
Android Lead Interview Questions
6,308 android lead interview questions shared by candidates
Las mayoría de preguntas están enfocadas a saber tu forma de trabajar. En la parte técnica, algunas preguntas están relacionadas con el frameworks de Android y otras a explicar tu prueba técnica. No hay preguntas para pillar y puedes argumentar tus respuestas.
they ask you useless dsa
Activity and Fragment Lifecycle and their differences.
What is the use of LinkedHashmap?
Write a code for LRU.
How would you handle parallel network requests?
Talk about the architecture of your assignment
Given a binary tree of numbers find the node matching various constraints (max, min, etc.). Here is a skeleton of some Java 1.8 code using lambdas, implement these hooks. How would you test something? No, not a specific thing, just a thing.
All core android related stuff , multithreading and also coding interview
Viewing 3621 - 3630 interview questions