Pokemon project and some basic android interview questions
Senior Android Engineer Interview Questions
2,425 senior android engineer interview questions shared by candidates
write a recursive function that solves the equation X[n] = X[n-1] + X[n-2] where X is an array that contains at least two integer values and the function should solve the question for the 3rd value in the array
How to deal with a slacking coworker?
Design an algorithm for checking whether a string can be created from another one (for very long inputs)
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.
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.
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
How you justify your salary should be this much?
Viewing 21 - 30 interview questions