What is MVVM architecture and Data Binding?
Android Engineer Interview Questions
9,773 android engineer interview questions shared by candidates
Pair programming exercise where the interviewer describes the problem they're trying to solve and you code a solution. It was a basic Kotlin problem where you mapped elements in array based on some condition. It was designed to make you ask questions, because it didn't have all the info you needed to solve the problem.
coding question : in all three tech rounds they asked to solve a problem related to Yelp ,medium level , and asked the time and space complexity of solution . system design : they asked to suggest a solution for api design , basically server is sending some data , app side for different user the data should be shown in different sequence, design the api json structure.
Not a tough questions, but an Object with key, value pair with topics and its contents. There was another String (A) given in the question. and I had to match the contents of the first object with any entries from A and print output in form of occurrence of the items in HashMap<String, Integer>
Hackerrank question with reading and manipulating statistical data
Basic questions on past experience on Android
Do you know the some of the architectures that are common for mobile development? tell me about them
Phone call interview: Multiple choice question on Android (asyntask, activity life cycle, services...)
Basic android questions, which was after I was told it would be basic algorithm and data structure questions not android specific questions.
There is two series, One is input another is to sort order; input = "abc145bac" order_str = "abc" Sort the input based on order on "order_str" Example input = "abc145bac" order_str = "abc" Expected result : "aabbcc145"
Viewing 1781 - 1790 interview questions