Android Manager Interview Questions

10,452 android manager interview questions shared by candidates

On technical call questions were more about previous experiences on what I did and how I approached something and what was hard and what was easy. And at the end of trial day I walked them through my code and explained what and why I decided something and got few questions on that.
avatar

Android Developer

Interviewed at Trafi

4.7
Nov 18, 2021

On technical call questions were more about previous experiences on what I did and how I approached something and what was hard and what was easy. And at the end of trial day I walked them through my code and explained what and why I decided something and got few questions on that.

1. Add two array integers together- Add 432 + 128 but as [2, 3, 4] + [8, 2, 1]. The integer is represented as the reverse in the array where the last right hand digit is in the 0th position. 2. Increase the value of an integer by 1. Basically, add 1 to 129 where the integer in the array is as above. 3. Multiple two integers in array form. That is, 432 * 128 with the items in reverse. Note: Each of the arrays can not be greater than 9 but can be of any size under that.
avatar

Android Engineer

Interviewed at Ritual

4
Oct 18, 2018

1. Add two array integers together- Add 432 + 128 but as [2, 3, 4] + [8, 2, 1]. The integer is represented as the reverse in the array where the last right hand digit is in the 0th position. 2. Increase the value of an integer by 1. Basically, add 1 to 129 where the integer in the array is as above. 3. Multiple two integers in array form. That is, 432 * 128 with the items in reverse. Note: Each of the arrays can not be greater than 9 but can be of any size under that.

Viewing 1421 - 1430 interview questions

Glassdoor has 10,452 interview questions and reports from Android manager interviews. Prepare for your interview. Get hired. Love your job.