Did you do CICD before...?
Android Software Engineer Interview Questions
8,344 android software engineer interview questions shared by candidates
Mostly, technical and behavioral questions.
What are the drawbacks of a singelton?
tell me about your self
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]
handling rollout to users
Create a list view? What are ConvertView and the Holder used for?
Describe the difference between Stack and Heap in memory.
Given one empty stack and one full stack and O(1) space, sort the stack.
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
Viewing 8111 - 8120 interview questions