The remote coderpad challenge was to map some json to an object. The json object contained a part of a url path and had children with deeper parts of the path and so on. Had to write an algorithm to traverse the object's tree and print all full paths.
Lead Android Developer Interview Questions
4,303 lead android developer interview questions shared by candidates
when working different threat than main threat which androi api do you use ?
there will be two array like below, merge and sort them. arr1 = {1,5} arr2={3,6,_,_} result = 1,3,5,6
The question was not difficult, what is difficult is to make it better than your competitors. I had to write an algorithm, that given two arrays A and B, both ordered, the had to be merged into A, in order. It was not allowed to used auxiliary arrays.
How the viewpager is implemented?
How to make a global error class for Retrofit errors?
What is Dependency injection
The questions were about android development and what makes a high-quality codebase, and SE design patterns, and some important concepts of android development. Live coding: normal coding questions in leetcode & hackerrank, nothing too difficult
tells us about your experience? what does clean code means to you?
Given a NxM boolean matrix find a shortest way from on item to another. False means you can go here, True means you can't (obstacle). You can go left, right, top and bottom.
Viewing 31 - 40 interview questions