I applied online. I interviewed at Amazon in Aug 2024
Interview
Initially got an online assessment(4 hours duration) for the Fungible SDEI FT in June 2024. Interviewed in August 2024. 3 virtual onsite interviews - 2 technical coding, 1 behavioral(Amazon LPs). All three were done on the same day.
Interview questions [2]
Question 1
The first coding interview was unnecessarily and unexpectedly hard. It was some variation of a Leetcode Hard question, that too on the topic of Dynamic Programming, which is already more difficult than other topics.
The first level of screening was a technical coding assessment involving algorithmic problem-solving. It was followed by a virtual technical interview focusing on data structures, system design, and a behavioral round emphasizing teamwork and problem-solving skills.
Interview questions [1]
Question 1
Question:
Q: What was the one thing that they asked you?
Answer (Optional):
They asked me to design a scalable system for a URL shortener. I answered by outlining the architecture, including database schema, load balancer, and hashing mechanism for generating unique short links. I also discussed how to handle edge cases and scale the system.
I applied online. The process took 1 week. I interviewed at Amazon in Nov 2024
Interview
This was a new grad role. Had a recruiter reach out to a job application from several months ago requesting an expedited process to be done within a week. I accepted although the minimal preparatory period contributed to the negative outcome. Process began with an OA with two medium-hards + a behavioural test. Passed with a perfect score. Proceeded to a three-round onsite where I do well in the first two rounds but bombed the third as I was asked a challenging LC hard (LFU Cache) I had not seen before with the interviewer demanding a perfect optimal solution in 30 minutes. That the interviewer was cold and terse throughout did not help.
It's frustrating that so much of your career in this field is just RNG. Many colleagues interviewing for the same role got mediums and easies and hence offers. I am further punished with a year-long cooldown period.
Interview questions [1]
Question 1
Design an LFU Cache supporting get and put in O(1) time