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 and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Amazon reviews | Amazon jobs | Amazon salaries | Amazon benefits | Amazon conversations
      Amazon interviewsAmazon Software Developer Engineer interviewsAmazon interview


      Glassdoor

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

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and 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. Indeed, Inc. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Indeed, Inc.

      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 personalised job recommendations and updates by starting your searches.

      Software Developer Engineer Interview

      15 Oct 2016
      Anonymous employee
      Luxembourg

      Other Software Developer Engineer interview reviews for Amazon

      Software Engineer Interview

      3 Jul 2026
      Anonymous interview candidate
      No offer
      Neutral experience
      Difficult interview
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied online. The process took 4 weeks. I interviewed at Amazon (Luxembourg) in Mar 2016

      Interview

      First they send you an e-mail with numerical reasoning test, and you have cca 10 days to finish it. This is basically processing data from the tables, calculating some kind of average from the columns and stuff like that. It is not that hard, but limited time can be a problem. Calculator is allowed. Second phase is speaking to the HR over the telephone and telling some basic stuff about yourself, like what is that you are currently doing, on what particular role are you interested, in what technologies you have experience and what would you like to do, when you are available and for how long, etc. Third phase is technical telephone interview. It is 1 on 1 with an interviewer, they send you a link to some kind of online text editor where you write code, and the interviewer sees it in live time. Generally they test your problem solving ability. You are given some basic problem, like remove all duplicates from the array, and then there are follow up questions to this problems, like how can you improve this algorithm if you knew that the value of element in the array is always between 0 and array size. I also got a question to code a function that tests whether a binary tree is a binary search tree. Fourth and final phase is the onsite interview. You have all the expenses covered, and hotel and plain is also booked for you for the time frame in accordance to what you previously stated with your recruiter. If you provide the bills, taxi and food are also reimbursed. The onsite interview I had consisted of 3 rounds, each round with one recruiter who interviews you for one specific problem. Basically the same procedure as the phone interview, but this time you are coding it on the whiteboard. So yeah, it is basically the problem solving ability. It can be trained by practicing by the Cracking the coding interview book, and whatever algorithmic problems you find online.

      Interview questions [1]

      Question 1

      Questions I had was BFS/DFS implementation for a certain graph problem, then again some kind of removing duplicates from the array (but this time with some extra constraint - cant really remember) and third round was some kind of phonebook search algorithm where you only discuss and don't actually code anything, but you draw on a white-board and talk about the problem. The solution to the problem turned out to be a prefix tree, which I have never implemented (and knew not much about it) but during the problem solving process I managed to come up with the this structure.
      Answer question
      4

      Application

      I interviewed at Amazon

      Interview

      Recruiter screen, followed by an online coding assessment and then a technical phone interview. The final round was a virtual onsite loop with multiple interviews covering data structures, system design, debugging, and Amazon Leadership Principles. The technical questions were practical but time-constrained, and the behavioural questions required specific examples using the STAR format.

      Interview questions [1]

      Question 1

      Design a scalable URL shortening service and explain how you would handle high read traffic, collisions, database schema, expiration, and basic monitoring.
      Answer question

      Software Engineer Interview

      3 Jul 2026
      Anonymous employee
      Accepted offer
      Positive experience
      Easy interview

      Application

      I interviewed at Amazon

      Interview

      That moment when the interviewer asked about finding indices in an array for a target sum was wild — I had just tackled something identical while prepping on PracHub. The interview included a technical round with another question about designing an in-memory LRU cache and a behavioral question about meeting tight deadlines. After a smooth discussion, I was told I'd received an offer, which I happily accepted. Overall, the process felt pretty straightforward and not overly challenging.

      Interview questions [3]

      Question 1

      Given an array of integers return the indices of two numbers summing to a target
      Answer question

      Question 2

      Design an in-memory LRU cache with O(1) get and put operations
      Answer question

      Question 3

      Tell me about a time you delivered under a very tight deadline
      Answer question

      Software Engineer Interview

      30 Jun 2026
      Anonymous interview candidate
      No offer
      Neutral experience
      Average interview

      Application

      I interviewed at Amazon

      Interview

      Interviewed for silicon team. Have only been asked about the domain specific knowledge in 1st round and system design in 2nd round and C coding in 3rd round. The interviews were 50 mins each.

      Interview questions [1]

      Question 1

      Difference between igpu and dgpu
      Answer question