I applied through an employee referral. I interviewed at Amazon (Gdansk)
Interview
Easy level coding challenge (similar to random arrays) and normal BQ question, such as receiving negative feedback, tight schedule, I failed as I did not prepare well. The interviewer is friendly and patient.
Interview questions [1]
Question 1
Did you receive any negative feedback? How do you handle tight schedule?
An attitude of arrogance permeates the entire interview experience. Skepticism about a candidate's qualifications is baked into the process, coming across as unwelcoming and condescending. This prevents candidates from performing at their best, but perhaps it's for the better, as the type of person who prefers to work in an environment where humility is valued may not belong at Amazon.
Interview questions [1]
Question 1
Tell me about a time when you solved a challenging problem.
I applied online. The process took 2 weeks. I interviewed at Amazon in Oct 2024
Interview
It was a one hour tech screen. The first 15 minutes were a discussion of my past experience. Questions asked included, "Tell me about some of the models you've worked with? What was the impact? What were the features? What were you experimenting with." Another question was, "tell me about a time you were 50% of the way into a project and decided to pivot."
Then we spent ~40 minutes on a coding question. The coding question was to implement a rate limiter capable of enforcing a maximum number of requests per second for each source (e.g. IP address).
The last 5 minutes were for me to ask questions.
Interview questions [1]
Question 1
Implement a rate limiter capable of enforcing a maximum number of requests per second for each source (e.g. IP address).
Assume that your rate limiter receives events of the form (source, timestamp) where each event represents a request
and must make a decision to either allow or throttle the request.