Through amazon wow, just one technical interview, two interviewers, two dsa leetcode questions. I solved both questions but made 3-4 mistakes in second code and took more time than I should have.
Interview questions [1]
Question 1
1. Summary ranges on leetcode. 2. Subtree of Another Tree leetcode 572.
I applied online. The process took 1 week. I interviewed at Amazon (Cape Town) in Sep 2023
Interview
The interview had an initial round which consisted of submitting your CV. This was the second round which was an online coding test. The was facilitated through Hackerrank and consisted of 2 questions.
Interview questions [1]
Question 1
If given an array of load capacities,return the number of load capacities in a row which are balanced. Balanced meaning that 3 or more servers in a row are palindromic.
Test - online test 2 coding questions 1 easy 1 medium level, behavior type questions, Interview - sum pairs equal to k, DFS-related indirect question, Frequency-related question using the hash map.