It's about software architecture & logical programming questions.
Android Software Engineer Interview Questions
598 android software engineer interview questions shared by candidates
Both interviews involved basic to advance android questions and 2 leetcode questions in each round. However in 2nd round, interviewer seemed lil confused about the problem itself and was expecting very specific solution. 1. find duplicate in array 2. two sum problem
How would you design a system that, using a mobile app, shows to the user the n closest points of interest? Assuming you are not using any DB that supports spatial operations, how would you find the n closest points? How the components (backend - applications) should communicate?
tell me about your work experience
Given a list of people's schedule, write a method that returns their availability. This is a classic scheduling problem that requires sorting first.
They had me add a feature to the app I made for their assessment test, and watched me do it in real-time over screen sharing.
The recruiter wasn't even able to formulate a complete phrase
The first interview was easy (create an algorithm that tracks open and closed parentases and outputs whether its even) The second interview was about
How will you implement the image in-memory cache?
leetcode 165: compare version numbers (medium) leetcode 1: two sum (easy) some problem where i had to group ingredients by count and output in a list format (2 eggs, 1 milk, 2 sugar, etc.) simple hashmap problem (easy)
Viewing 371 - 380 interview questions