Algorithm question related to sorting
Android Engineer Interview Questions
10,454 android engineer interview questions shared by candidates
Pair Programming writing use case modules for Calculator program using TDD.
String manipulation, test cases for the algorithm
1. Given an array with +ve and -ve numbers , how will you find the pair with sum close to 0 2. Given a sequence with 1?0?0 how will you get all combination with 0 and 1 , answer 11010 11000 10000 10010 Asked questions involving aidl , fragment, ipc , how to run one activity from other , service , how to make sure a process runs with a certain time interval even though the phone is rebooted .
Como manejar una aplicación la falta de conexión cuando es una app que consume la mayoría de su información y funciona con base a Internet
Android SDK, work managers, coroutines, kotlin, retrofit, room, app flavors, architecture complexity, life cycle
Como fue la evolución de la gestión de permisos en android?
The questions are about technical knowledge, about values, about soft skills and about career goals.
how would you save a string to a device?
Create a class hierarchy to classify numeric values with interface Number. Define subclasses WholeNumber and RealNumber. WholeNumber has subclasses EvenNumber and OddNumber. For each integer in the inclusive range 0 to 10 descending, create a new instance of the appropriate number subclass and add it to an STL structure that supports efficient insertion and retrieval. Efficiently iterate your container and print the numeric value and whether the object is an EvenNumber, OddNumber, or RealNumber for each object. Efficiently locate the object with the smallest value not less than 9.5 and print its value. All your interactions with objects should be through the Number interface.
Viewing 1551 - 1560 interview questions