Location services
Lead Android Engineer Interview Questions
183 lead android engineer interview questions shared by candidates
ArrayList, Linked List what happens internally? Loaders, MVVM, count number of objects for a particular class. count number of repeated elements in an array using single loop let, apply in kotlin lamda expressions in java, why they introduced these
I was given a live coding challenge to basically modify a codebase. I was given the codebase days in advance, and given the actual challenge the night before.
A system design question (very typical app situation).
What is the syntax of mocking an object using mockito?
You're in a house that has two rooms, and there's no way to see from one room to the other. One room has three light switches, and the other room has three corresponding light bulbs. You don't know which switch triggers which bulb and can only make a single trip between the two rooms. How do you find out?
Working with Android layouts, asynchronous communication, java libraries, REST API client architecture. One logical task: you have an array of 99 distinct integers, each one can have a value between 1 and 100 inclusively. But no duplicates in an array. Array is not sorted. Find out which value is missing in the array.
1) Move all the element less than a given number to right side and greater than given number to left side. Number can or can not be part of Array 2) There are three unsorted(confirmed twice from him) array of size x, y, z. I had to form a third array whose size will be (n + m + l) and put all the elements in sorted order. 3) Check if given Parentheses are balanced or not.
DS and algorithms - 1. Array problems 2. Order of complexity discussion Android and Oops - 1. Architecture choices 2. Handling multiple API calls on home screen 3. Rxjava 4. Dependency injection 5. SOLID principles HR round - 1. Why Airfi ? 2. Experience with the past companies 3. Future goals and aspirations
Design an algorithm for solving the "skyline" problem. Including complexity asked, coding on the whiteboard part of a function.
Viewing 1 - 10 interview questions