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 Software Design Engineer In Test 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.

      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.

      Bowls

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

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Top companies for "Compensation and Benefits" near you

      avatar
      Google
      4.5★Compensation & Benefits
      avatar
      Meta
      4.6★Compensation & Benefits
      avatar
      Amazon Web Services
      3.9★Compensation & Benefits
      avatar
      PayPal
      3.7★Compensation & Benefits

      Software Design Engineer In Test Interview

      Jun 15, 2013
      Anonymous Interview Candidate
      Hyderābād

      Other Software Design Engineer In Test Interview Reviews for Amazon

      Software Design Engineer In Test Interview

      Jul 29, 2012
      Anonymous Interview Candidate
      Seattle, WA
      No offer
      No offer
      Difficult interview

      Application

      I interviewed at Amazon (Hyderābād) in Jun 2013

      Interview

      Called for a direct interview at the Hyderabad office. 2 Rounds: Round 1: Pure programming skills - Write programs for random arrays and binary trees. Round 2: Testing and Logic - Brain teasers, Questions on Testing and Test Automation tools

      Interview questions [1]

      Question 1

      Find the max subsequent sum for a random array of numbers
      2 Answers
      Positive experience
      Difficult interview

      Application

      I applied through an employee referral. The process took 3 weeks. I interviewed at Amazon (Seattle, WA)

      Interview

      2 phone screens were straightforward - general resume-related questions followed by medium difficulty coding+testing questions and design questions. Interview scheduling was prompt. On-site interview was a long and weary one, but interesting nonetheless. Interviewers were very courteous.

      Interview questions [3]

      Question 1

      Roman to Int
      2 Answers

      Question 2

      find if 2 strings are anagrams
      5 Answers

      Question 3

      design a furniture store
      1 Answer

      Software Design Engineer In Test Interview

      Aug 28, 2011
      Anonymous Interview Candidate
      Seattle, WA
      No offer
      Positive experience
      Average interview

      Application

      I applied through other source. The process took 7 weeks. I interviewed at Amazon (Seattle, WA) in Aug 2011

      Interview

      I posted a resume online, and received an email from Amazon HR a few days later. HR was excellent--professional, courteous, and responsive. They set up an initial phone interview with a test manager. This was about an hour long, and used collabedit.com to share a whiteboard online. I thought it went okay, then was contacted a week later to set up a second phone interview, this time with the hiring manager. Quite similar, but no collabedit.com this time, we discussed some code and he gave me a few minutes to write it, then I read it to him over the phone. Some more questions about testing scenarios, and that was it. A few days later HR scheduled an on-site day of interviewing. This was in Seattle (they cover expenses required to attend the interview). I met with 5 technical interviewers, plus a follow-up with a rep from HR. Since my interview crossed the noon hour, Amazon paid for that interviewer to take me to lunch. First interviewer described the team (Kindle) and what it was resposible for. I had prepared in anticipation of doing device-level testing, i.e., hardware validation, OS components, etc. Actually that is all accomplished in California, and the Seattle Kindle team is more traditional Amazon, in that they busy themselves with delivering online content (web ordering, e-book delivery, various web services issues). There was also a lot of discussion about how I might allocate my time between competing projects/interests, which I believe was a prompt to display that I thought that Second interviewer concentrated on testing issues, such as what is TDD, unit tests vs. integration tests, more high-level issues. Third interviewer was a developer from the Kindle team. We discussed how to approach testing the Kindle content delivery system, based on a block diagram of how it worked ("how would you test this module? How about this one?...). Fourth interviewer talked about general high-level design issues with web servers and services, how different designs contribute to latency and throughput. Note to self, look up 'orthogonal', as in "Are latency and throughput orthogonal?" (The correct answer is "Yes!"). Fifth interviewer was the first to present a coding problem, namely how to design a system that returns a list of names based on a user entering 'letters' by pressing numbers on a phone (i.e., the first 3 letters of the name Smith would be represented by typing "7-6-4"). I didn't perform well on the coding problem. We were rushed, and the interviewer kept trying to be helpful and get things moving with hints and questions, but they just got me frazzled and self-doubting. HR finished the day and walked me out. Everyone was really, really nice. I was completely impressed by Amazon and will reapply in the future. After several years of working at Microsoft it is apparent that they have less internal friction at Amazon. I thought the interview process was quite fair, in fact most of it (before I tubed the coding question) was surprisingly easy and low-key. Advice: no matter what engineering position you seek, think: 1. data-driven decision making 2. complexity ("Big-O notation") 3. network issues (latency, throughput, scalability) 4. customer-focus

      Interview questions [2]

      Question 1

      given a sorted list of integers, how would you find whether 2 integers exist that add up to a given sum?
      2 Answers

      Question 2

      code up a system that will accept a series of telephone keypresses and return a list of possible names from a supporting data structure. Describe both the data structure and the insert and search methods.
      Answer question
      3