I applied through an employee referral. The process took 4 weeks. I interviewed at Amazon (Cambridge, MA) in Jan 2024
Interview
There were a couple of LeetCode Easy difficulty problems. The task was to explain the algorithm, write the code in a language of your choice, and then declare the time and space complexity of your algorithm. Moreover, there were a couple of behavioral questions which were related to things on my resume.
Interview questions [1]
Question 1
Given a list of search terms, find a sorting of each search term in decreasing order of frequency.
Round 1: OA, 3 questions were asked, All questions medium to hard level.
Round 2: Online coding round. One hard question was asked. Expain the concept, code and time and space complexity well
I applied through a recruiter. The process took 3 months. I interviewed at Amazon (Bengaluru) in Oct 2023
Interview
I received a mail with an interest form for the internship after which my common online assessment was used to move forward for the interview. The interview consisted of only one round starting with introduction then following up with 2 DSA questions.
Interview questions [2]
Question 1
DP question was asked based on the concepts of arrays and lists. (LC medium)