Take-home exercise. Outdated documents and APIs. I had to find alternative APIs in order to build what they asked for.
Android Senior Developer Interview Questions
1,907 android senior developer interview questions shared by candidates
what is fragment and life cycle
The interview questions were pretty confusing. I was asked, "What Context is?" and other questions you find when you google Android/Kotlin interview questions.
Basic Android, Mostly from Resume.
Interviewer asked me deep knowledge about everything like he asked why you used repository class.can we call api direct from viewmodel without using repository. How can you secure your app. If activity is destroy on configuration changes time how can viewmodel store data. Dependency injection.memory leaks etc.
design analytics library which can support multiple providers without much changes
Mainly Questions were related to problems and architecture related
Write the output of : some Java code snippet
Fibonacci Get the n th element in the Fibonacci sequence (0,1,1,2,3,5,8,13…) without using recursion.(The next number in the Fibonacci sequence is found by adding up the two numbers before it.) Example: Fibonacci(0) = 0 Fibonacci(1) = 1 Fibonacci(7) = 13
On technical interviews I was asked for solving technical challenges like hacker rank problems. I feel the idea was to explore the problem, getting into a solution even if it was not optimal. It counts so much how you work and pair with the interviewer.
Viewing 451 - 460 interview questions