Amazon Interview experience | Set 335

First Round :

  1. 10 Mins – Introduction of the team , myself , Behavioral questions .
  2. Next 45 mins – write a findMatch method for online game where two players are set to play game.
    If player X comes online then he needs to be matched with player whose existing rank is closest possible to that of Player X. This had to be efficient algorithm and scale to millions of users

Second Round :

Third Round :

  1. Given a String find out if it contains ONLY all strings from another string.
    Input : str  - FeeO & another String - { "Fe", "e", "O"} 
    Hint : Use DFS to solve this

Fourth Round:

  1. Design Amazon address manager app

Fifth round:

  1. Behavioral questions only.

All Practice Problems for Amazon !