I applied online. The process took 2 weeks. I interviewed at Amazon (New York, NY) in Jan 2020
Interview
They give coding questions, behavior questions, and many other questions, basically you need to have experience in coding, the questions are similar to the one in leetcode or hackerrank. Overall very good experience, it should be easy for people who are prepared this company is probably the easiest software company to work and intern in 2020.
Gone through easy problems but fail. Asked about tree structure to implement the level of people in a firm, problem pretty easy, however, fail to move on. I guess maybe I did too bad at debugging round.
Interview questions [1]
Question 1
Tree structure to implement the level of people in a firm.
I applied through an employee referral. I interviewed at Amazon (Bengaluru) in Feb 2019
Interview
Online Coding Test: Coding challenge (2 scenarios) and Coding approach (elaborate why you code the way you do) – 105 minutes: One question based on Two-pointer approach with extra use of hashmap, on was simple iteration with finding min in every loop. ( Tip: Solve all coding questions from interview experiences of GFG and LeetCode.)
Interview questions [1]
Question 1
Round 1:
Easy Graph application problem, Optimise it using DP, further optimise space by removing unnecessary data.
Easy Data Structures problem using hashmap and a counter.
Round 2:
Find the kth the smallest element in an array.
Binary Search tree problem(GFG medium level)
Round 3:
RU Cache Implementation
Round 4:
Implement Hashmap with a function that returns the order of insertion of <key, value> pairs into it