Lots of standard behavioral questions
Senior Android Engineer Interview Questions
2,427 senior android engineer interview questions shared by candidates
You will get all sorts of interview questions, and they will drain you in the two-hour process, you need to speak a lot and you will not get a lot of feedback from the interviewers when you are going to get to the pairing interview, and they want you to create a project from scratch and see how you going to implement it (so if you haven't started a new project in the last month, they will fail you). They have no clear instructions on what needs to be talked through and what needs to happen, and no clear way of evaluating the candidate's seniority. The task will be delivered one hour before the interview so you can review what needs to be implemented.
Difference between hot and cold flow.
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
DP vs SP?
How do you call Kotlin extension function from Java
Build a small Android, the application was a word game
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 571 - 580 interview questions