The process was a total chaos.
A recruiter reached out to me telling me that I was eligible for the Boomerang Program (for ex-Amazonians to return without interview). After I expressed interested, they tole me that it needs approval. Later they told me it wasn't approved since I left the company too long ago. I thought it was unprofessional for them to not know the basic rules for hiring. Then they told me to do an Online Assessment. I said I needed time to prepare. They were pushy trying to get me to complete it, calling me every other day to check in, which felt like way too invasive. A couple of weeks later, they told me I DIDN'T need to do the OA, because it was for junior engineers and I was a senior. Again, why didn't they know the basic process?
They referred me to another recruiter. Meanwhile, I was getting reach outs from a lot of other Amazon recruiters. It feels like the process is not centralized and everyone was just fight against everyone else to get leads.
The other recruiter wasn't able to match me to a role with my tech stack. I was surprised because I didn't believe a company as big as Amazon didn't have any opening for my specialty, which is a common one. I thought the recruiters must have their own hiring area and weren't willing to refer me out of their hiring scope. I decided to proceed anyway as a practice for other interviews.
I had a chat with the hiring manager. It was the most under-prepared chat I've had. They spent the most time doing small talked and oversharing their opinions. They didn't organize their thoughts well or did a good job selling the team.
My next step was a technical interview, and, of course, without any notice, the interviewer didn't show up. That was when I decided that enough was enough and not to proceed further.
The entire interview process was a total disaster. Every single step was painful. I couldn't imagine it can get much worse tbh.
2
Other Senior Software Engineer Interview Reviews for Amazon
The technical round focused on a DSA problem about finding the closest points to the origin, where I was asked to explore multiple approaches like sorting, heaps, and quickselect. It felt straightforward, and I was ready for it thanks to the time I spent on PracHub brushing up on similar questions. The interview also included a behavioral section, but overall, I found the process to be very easy. Happy to say I received an offer, which I gladly accepted!
Interview questions [1]
Question 1
K Closest Points to Origin - given an array of points on the 2D plane and an integer k, return the k closest points to the origin (0,0). Walk through sort-by-distance O(n log n), heap-based O(n log k), and quickselect O(n) average; discuss when to prefer each based on the relationship between n and k.
Tough interview.
The Process: Automated Online Assessment (OA) with 2 coding questions and a system simulation, followed by a 4-round virtual Loop. Every single round started with 20 minutes of intense, behavioral behavioral questions diving into Amazon's Leadership Principles, followed by 25 minutes of technical coding or system design.
Amazon interviews are a test of mental endurance because you have to switch from deep behavioral storytelling straight into complex coding which can be so difficult. I used Apex Interviewer to practice the cognitive context switch. Running through their live-coding workspace helped me ensure my technical communication and architectural structures remained sharp and automatic, even after spending the first half of the interview defending my past project metrics. I fed the practice AI questions I extracted from glassdoor and gothamloop.
In the end, the offer was way lower than I hoped.
Interview questions [1]
Question 1
Design the backend inventory tracking and placement service for a global fulfillment network, ensuring strict transactional consistency across multiple regional warehouses during peak shopping events.
Initial screening call with recruiter followed by a 1 hr hacker rank question on DSA. The final round was a panel consisting of 4 interviews ranging from technical design, more DSA and behaviour questions.
Interview questions [1]
Question 1
Describe a time when you disagreed with your team and how you resolved it