DSA 1 - The problem asks to determine the final position of a robot after executing a series of "u" (up) and "D" (down) commands. The robot starts at a position, and moves one step up for each "u" command and one step down for each "D" command. The goal is to return "u" if the robot ends up above the starting position, "D" if it ends up below, and an empty string if it ends up at the starting position. DSA 2 / 3 / 4 were releated to graph and array.
Android Software Engineer Interview Questions
564 android software engineer interview questions shared by candidates
ListView, REST, Loaders, images loading
They asked me about my previous experience, the case study I had to complete and some general questions about me.
1) Tell me about a time you failed to complete a task 2) Tell me about a time you had a conflict with a team member, how did you solve it 3) How do you improve yourself 4) Which coworker do you get on with the most and how is your relationship with them 2) Design a system that fetches data from server and displays on the mobile app 3) Write an algorithm for sorting businesses according to their ratings.
In CoderPad, can you write a fake data source that returns different data objects depending on a condition?
Have you pair programmed before?
Med LC Questions. Study data structures/algorithms
LC questions, system design, and OS basics.
Move zeros to the end. (Standard Leetcode problem) Find bad revision in Git history (Use binary search)
I got a coding question about an array.
Viewing 371 - 380 interview questions