In a huge continuous memory space, all the memory space are occupied by Red and from one point it changes to Blue and continues to be Blue ever after. Find a point where the colour changes to blue from red.
Software Development Engineer Interview Questions
32,867 software development engineer interview questions shared by candidates
1. Design network data collector 2. 9 balls weight puzzle 3. Design HashMap,How will you handle expansion 4. Max substring without repeating characters
OO design: Black Jack Game. System design: Amazon video subscription.
Medium leetcode questions.
Didn't sign NDA, but I would rather not disclose the coding questions they asked me. I would just say to practice CTCI / Leetcode / etc.
For work simulation round you are supposed to be a new hire at Amazon where you attend meetings and all with other employees and then will be asked how would you react in some specific situations or scenario.
Signed NDA, Therefore can not disclose any Questions
Use Array to implement heap + LC101 Symmetric Tree
Design a object oriented class for a vending machine.
- Given a binary tree and a number, return true if the tree has a root-to-leaf path such that adding up all the values along the path equals the given number. Return false if no such path can be found. - How do u know if a number is divisible by 8? (hinted to use a binary operator and NOT % or the subtraction approach)
Viewing 2731 - 2740 interview questions