Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For Employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Amazon

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Amazon reviews | Amazon jobs | Amazon salaries | Amazon benefits | Amazon conversations
      Amazon interviewsAmazon Senior Software Engineer interviewsAmazon interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent Posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls," and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      Senior Software Engineer Interview

      Sep 12, 2018
      Anonymous Interview Candidate
      No offer
      Neutral experience
      Average interview

      Application

      I applied through a staffing agency. I interviewed at Amazon

      Interview

      After clearing the telephonic round, I was called for F2F in their office. All the interviewers were quite nice and polite. No one seemed to seemed to show any kind of superiority unlike at most of the places. But some interviewers didn't seem much knowledgeable. And some interviews were just too cliche - not designed to test the actual knowledge of the candidate. My telephonic round was taken by a 8-10 years experience guy. I was made to write code on a google doc (not necessary compilable). In one question, I had to create a data structure to make functions like insert, delete, update, search and getRandom in O(1) time. I had explained him the approach very clearly and he knew it. I had written the important functions. But, despite being low on time, he made me write all of them; apparently to copy-paste the whole code and show it to someone else. It was then more of a game of typing speed. After solving two questions, we were left with 2 minutes. He gave me a question on trees (forgot this one). I explained him the approach. He asked if I can code it right then and how long it will take. I said it will take at least 10 minutes. Then, he asked to finish the call. I was shocked as to why he even asked me to code an industry-level tree question within 2 minutes - though knowing my approach. Later, I was then called in their office where my time was scheduled for 4 rounds of interviews. I reached the office half an hour before the first interview. I was in touch with the HR - who was constantly monitoring if I will reach the office on time. But after reaching there, she went to some meeting, and asked me to wait at the reception till the interviewer (not her) comes. So, basically, there was no one to even ask for water for half an hour. Moreover, the first interviewer came 10 minutes late from the scheduled time. All she had to do was to come outside, show me the interview room and go to her meeting again. Moreover, why did she schedule the meeting when she was supposed to attend me? Anyways, the interviews began. As I said before, they all were quite polite and really made me feel free to ask anything. I was also served lunch from their side in the interview room. But I had some issue about the manager's round. The manager apparently seemed to be unnecessarily influenced by the west. I don't know why but just after he entered the room, he called me by my surname - XYZ. "is it XYZ or ABC?" (assuming my name is 'ABC XYZ'). The point is we belong to the nearby regions and he must have known what's my first and last name. I felt a lack of genuineness there. He asked me about my current role, discussed an algorithm and a design question. But the worst thing - he started assessing my personality by asking - "what's the most stressful situation you faced in your company". Truthfully, I never faced any stress in my company but does it mean I had no tough work? Or does it mean that I am used to such situations? I faced the actual stress in my academics where I was not sure if I will be placed in a good company. But I didn't want to tell him because he wanted to drill down to code and the exact problem I faced. So, I discussed my company project with him. My projects are confidential and there is a limit that he wanted to cross. He didn't seem to respect that privacy. "no no, that's doesn't sound like stress. tell me a situation where you really felt like 'if i don't do this, this will happen'" I don't think these are the questions that should be asked. It's good to prepare for failures but it was more like looking down while climbing a mountain. The funny part being - he was talking about stress and deadlines but he was himself 10 minutes late to the meeting. In fact, every interviewer was 10-15 minutes. People who handle the stress he was talking about are concerned about a single minute. To be frank, I was not able to handle that question very well. I didn't know whether to tell him that he should not ask this question or continue with phrases like 'there was a project with a deadline...' Another thing I noticed was his periodic glance at his watch while I am talking. I don't want anyone to do that especially when he is late. It makes me wonder in how much detail I am supposed to answer. Advice: If you really want to know if someone can handle stress, ask him about his personal situations - how he handles that. Moreover, also ask him if he wants to discuss that. You have an advantage if the candidate is nearer to your culture. Advice to senior-most management: Please assess interviewers like these - they might be filtering away the best candidates (not me, of course, but others).

      Interview questions [5]

      Question 1

      Telephonic (Google doc): - Design and implement a data structure that can supports insert, update, delete, search and getRandom operations for strings in constant time (not necessary to compile). - Given a sorted dictionary (array of words) of an alien language, find order of characters in the language. Examples: Input: words[] = {"baa", "abcd", "abca", "cab", "cad"} Output: Order of characters is 'b', 'd', 'a', 'c'
      Answer question

      Question 2

      Interview 1 (Design): Design an airport service that will be used to allocate a free runway when the plane is about to land. Data structure for the same. What if the runway is not available? Message passing between control centre and the plane. Focus on low-level design and code. Can the same runway be alloted to two different planes (locking)? Database storage needed?
      Answer question

      Question 3

      Interview 2 (Algo): There is a huge road. Given are the following - Array D that stores the distance from a starting point where billboard can be installed. - Array C that stores the profit. C[i] -> profit if the billboard is installed at distance D[i]. - dist -> minimum distance to maintain between the billboards. Assume you can install any number of billboards while maintaining a given minimum distance 'dist' between each of them. Find the maximum profit you can achieve.
      Answer question

      Question 4

      Interview 3 (Algo): - Given an array of numbers representing the size of the edges, find the number of triplets that can form a triangle.
      Answer question

      Question 5

      Interview 4 (HM): - Given coin denomination of 3, 6 and 17, find the number of ways in which you can form a sum 'n'. How will do it for large numbers? - Design an elevator system (low-level and high-level).
      Answer question
      6

      Other Senior Software Engineer Interview Reviews for Amazon

      Senior Software Engineer Interview

      Jun 22, 2026
      Anonymous Interview Candidate
      No offer
      Neutral experience
      Difficult interview

      Application

      I interviewed at Amazon

      Interview

      The recruitment process consisted of several stages: Online coding – a one-hour session focused on solving programming problems and demonstrating practical coding skills. Technical meeting – a two-hour in-depth discussion covering system design, problem-solving approach, and technical knowledge relevant to the role. Soft skills meeting – a 90-minute conversation assessing communication skills, teamwork, and overall cultural fit.

      Interview questions [1]

      Question 1

      describe your current project, most interesting bug and feature. the most important thing you are proud of. slide-window algorithm, string parser
      Answer question

      Senior Software Engineer Interview

      Jun 20, 2026
      Anonymous employee
      Accepted offer
      Positive experience
      Easy interview

      Application

      I interviewed at Amazon

      Interview

      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.
      Answer question

      Senior Software Developer Interview

      Jun 18, 2026
      Anonymous Interview Candidate
      Declined offer
      Negative experience
      Difficult interview

      Application

      I interviewed at Amazon

      Interview

      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.
      Answer question