"Please fill out this form, it's like your CV only 10 pages long"
Lead Android Developer Interview Questions
4,321 lead android developer interview questions shared by candidates
They have a young kid working on their android app and she has like a year experience in Android.That's it!!!.She doesn't know anything about android neither any other person there.They don't even know what to ask in the interview.Even the android questions they ask they don't know the answers to it so they can't tell if you know the answers.
Was this assignment clear for you or did it feel strange?
What is a service?
Design question and a coding problem.
How would you handle a retrofit callback that then calls other API calls
Take-Home Challenge: Implement a simple Android app that meets the challenge specifications.
Lifecycle of android
The problem involves processing a 2D array representing an image, where each pixel is either a `0` or `1`. The array may contain one or more rectangular regions of `0`s surrounded by `1`s. The tasks are: 1. **Identify Rectangles**: Write a function that detects all rectangles of `0`s in the 2D array, returning the coordinates of the top-left and bottom-right corners for each rectangle. 2. **Handle Multiple Rectangles**: Adapt the solution to correctly identify and manage multiple separate rectangles within the image. 3. **Check Point Inside Rectangles**: Implement functionality to determine if a given point is inside any of the detected rectangles.
One algo and then behavioural
Viewing 41 - 50 interview questions