Components Of Android
Android Lead Interview Questions
8,362 android lead interview questions shared by candidates
Round 1: Initial HR screening. Introduction and discussion on current CTC and salary expectations. Round 2: Proficiency test. A 40-60 min C1 level English assessment covering standard grammar and comprehension. Assignment: Build a functional Android app within 3 days. Requirements included demonstrating knowledge of Jetpack Compose, Room DB, Networking, and Clean Architecture. Round 3: Technical Panel. A deep dive into Android architecture, specifically data flow across layers (ViewModels, Repositories, and API services). This included a live code audit where I had to fork a repository, identify anti-patterns, and suggest improvements.
In technical round the ask questions related to java and Android basic concepts.
The second question was the extension of first one where he said what if you have to find the top K products in last 20 Minutes
How would you implement an infinite scroll in an application?
How do you handle bad network connection in android? Related to fetching data from API.
1st round - basic DSA- 2 questions 2nd round - Basic Android 3rd round - HM Round
Greedy algorithm problem, rotate an array by k places
Suppose there is an int array 1,4,3,6,2,1. These are the height of the temple. We have unlimited money and we have to donate at least some money to each temple.If the adjacent temple has the higher height then we have to donate bit more than the previous lower height temple.If we donated 1 rupee for lower height temple than we can donate 2 rupees for the higher height temple.Find the sum of least donation for the scenario?
How do you sort linked list of integers?
Viewing 8311 - 8320 interview questions