Android: (first 5 mins) => 5,6 questions (Answered all of them, interviewer was happy) (Performance : 9/10) Couple of basic Android fundamental questions that I dont remember How would you update few items that have been changed on the recyclerview? Why so? What is ANR? What is the most common way to getting rid of it? What are some diff ways to do bacground processing? why is it needed? What is a backstack? How does it work? Something related to Livedata and its work. Coding question : Given a 2D array (e.g. {{915, 1200}, {1145, 1430},{845, 1030}}) where we have start time and end time in int format, we need to return true if our meeting time doesnt overlap with those times false otherwise isMeetingPossible(array, 1200, 1400) -> true/false
Senior Android Engineer Interview Questions
2,425 senior android engineer interview questions shared by candidates
They did many questions, for example, Android Lifecycle.
Life cycle of bound service
call only one method of interface without using abtract class
Write a function that will sort items in a list where every next item will be greater or less then the previous, e.g. 5, 2, 1, 7, 9, 8 -> 2, 5, 1, 9, 7, 8
Write unit testing for a function in android
You will get questions regarding certain words on your CV and will be asked to elaborate on that even if it's not related to any of your work, I had one word for a holistic approach to problem-solving.
How would you scale an image through a couple of XML screen densities and will that show more times on smaller screens.
Question from Android basic to heigh level. Question from data structure
Do you not like Kotlin (because I have not worked with it)
Viewing 101 - 110 interview questions