1. What is android kernel?
Android Engineer Interview Questions
9,765 android engineer interview questions shared by candidates
How do we release a new feature, who decides/suggest a feature, and one assignment where some app is needed to build.
normal behavioral questions.
Did you do CICD before...?
Leetcode easy questions in both the interview
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]
- tech test review (few question on Kotlin) - Java threading and memory issue - behavioural questions
Create a list view? What are ConvertView and the Holder used for?
Se já enfrentou algum desafio onde teve que modificar a arquitetura ou próximo a isso.
- The pair programming question was based on fetching api using JSONArray and JSON object and Not Retrofit. - Find Complement of Pairs in the list given a target. - Design Uber
Viewing 9491 - 9500 interview questions