Can you walk through your solution for this specific hacker rank problem?
Android Software Engineer Interview Questions
565 android software engineer interview questions shared by candidates
How does HashMap work? What will happen if we override hashCode method and make it return a constant value? What happens when we add 100 objects with the same hashCode into HashMap?
What's the difference between components and subcomponents in Dagger?
Round 1: project discussion. was asked about retrofit library, MVVM architecture, singleton pattern, coroutines, mutability, etc.
Take-home project was very similar to other Android take-home projects. They give you an app idea and ask you to implement it. This will include making api calls to a 3rd party service and making sure your code is testable and that the architecture is relevant. Systems design question on how I would implement a review page for Turo in the backend.
I had to find the top k users who post messages, receiving a list containing the user and the number of words in the posted message.
Considering the Android OS, what are Handler and Looper? Are they related?
Design an end-to-end system for an Android application capable of handling specific use cases.
Question on Binary Search tree
write a function to format credit card input.
Viewing 261 - 270 interview questions