Ingeniero De Android Interview Questions

9,768 ingeniero de android interview questions shared by candidates

Example problem from Codility: Given a number X in base -2 as an array A of integers return -X in base -2 represented as array of integers. Base -2 means that X = sum{A[i] * (-2)^i} Examples: 1) Given: X=9, input [1, 0, 1, 1] Result: -X=-2, output [1, 1, 0, 1] 2) Given: X=-23, input [1, 0, 0, 1, 1] Result: -X=23, output [1, 1, 0, 1, 0, 1, 1]
avatar

Android Developer

Interviewed at Toptal

3.8
Dec 28, 2017

Example problem from Codility: Given a number X in base -2 as an array A of integers return -X in base -2 represented as array of integers. Base -2 means that X = sum{A[i] * (-2)^i} Examples: 1) Given: X=9, input [1, 0, 1, 1] Result: -X=-2, output [1, 1, 0, 1] 2) Given: X=-23, input [1, 0, 0, 1, 1] Result: -X=23, output [1, 1, 0, 1, 0, 1, 1]

Hacker rank random questions. Unfortunately it picked a question with an obtuse 1000 word description where too much time was spent trying to process the description and figure out which parts were irrelevant while someone watched me, making for poor execution
avatar

Senior Android Developer

Interviewed at TikTok

3.2
Jun 18, 2024

Hacker rank random questions. Unfortunately it picked a question with an obtuse 1000 word description where too much time was spent trying to process the description and figure out which parts were irrelevant while someone watched me, making for poor execution

Started with basic Intro which made me comfortable for the interview. About previous projects done. Intent-filter, can we make custom broadcast receiver, AsyncTask, how to declare launcher activity in Manifest.xml, launchmodes-singleInstance vs singleTop, Interface instace, Interface, how to handle different screen ratio in Flutter, coroutines, reactive programming, string immutability, custom immutable class, what is client in Retrofit. Lastly given a program to write logic - Anagram.
avatar

Android Developer

Interviewed at FiftyFive Technologies

4.5
Dec 7, 2021

Started with basic Intro which made me comfortable for the interview. About previous projects done. Intent-filter, can we make custom broadcast receiver, AsyncTask, how to declare launcher activity in Manifest.xml, launchmodes-singleInstance vs singleTop, Interface instace, Interface, how to handle different screen ratio in Flutter, coroutines, reactive programming, string immutability, custom immutable class, what is client in Retrofit. Lastly given a program to write logic - Anagram.

Viewing 9501 - 9510 interview questions

Glassdoor has 9,768 interview questions and reports from Ingeniero de android interviews. Prepare for your interview. Get hired. Love your job.