Amazon Interview | Set 64 (Off-Campus for SDE)

I am sharing my off campus SDE interview experience with Amazon.

Online round: (1hr)

After two days I got the call to come Amazon office for F2F interviews:

1st Round:

2nd Round:

  1. Tell me about one of your best project in detail.
  2. Design Restaurant reservation system.

3rd Round:

  1. Given a binary search tree of n nodes, find all the pair of  nodes whose sum is equal to a given number k in O(n) time and constant space.(algo+code)
  2. Given a function “f” in which 0 occurs with probability 0.4 and 1 occurs with probability 0.6. Using function “f” deduce a new function “f1” such that both 0 and 1 occurs with probability 0.5
  3. Given a matrtix, find the maximum sum subarray in it.(algo+code)

After one week I got the call from HR for my BR round.

4th Round (BR Round):

  1.  Tell me about yourself.
  2.  Why are you looking for change?
  3.  How will you handle conflict with your manager?
  4. What is the most challenging work done by you  in your current company?
  5. Lots of discussion happened about current company’s project.
  6. Given a number N, find the smallest 3 digits number  such that product of its digits is equal to N. ( algo+ optimal code)

In all the rounds, the most optimal production quality working code was required and if you get stuck, then they will give you HINTS but don’t consider this in your favor!

 

All Practice Problems for Amazon !