Technical challenge was to implement an app that tracks your location in the background and pulls photos from FlickrAPI.
Senior Android Engineer Interview Questions
2,427 senior android engineer interview questions shared by candidates
How do you handle enhanced security configuration for API calls?
How do you handle obfuscation?
In CoderPad, write a unit test with parameterized arguments.
LC style question where you can add/remove people to groups and be able to return the number of groups with x amount of people in them.
They asked about how to design a system that has to run with very low memory footprint and resources.
Why are flaky tests bad in a test suite? Design a system to address/resolve flaky tests in a test suite (system design).
Given a binary tree write a serializable and deserializable methods for it: public LinkedList<Integer> serialize(Node root) public Node deserialize(LinkedList<Integer> list) write possible test cases for this.
How to persist data between sessions, in Android.
- Merge two sorted array - Find k smallest elements in array
Viewing 1921 - 1930 interview questions