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

      Software Engineer Interview

      Apr 11, 2012
      Anonymous Interview Candidate
      Toronto, ON
      No offer
      Positive experience
      Average interview

      Application

      I applied through a recruiter. The process took 5 weeks. I interviewed at Amazon (Toronto, ON) in Apr 2012

      Interview

      I was contacted by a recruiter, she asked me questions about my experience, was friendly and attentive to details. Then we set up time for a "Coding Excercise". Coding Excercise: 1. Write a parser for a simplified regular expression On an alphabet set [a-z], a simplified regular expression is much simpler than the normal regular expression. It has only two meta characters: '.' and '*'. '.' -- exact one arbitrary character match. '*' -- zero or more arbitrary character match. Note that it is different from the normal regular expression in that '*' is on its own and does NOT act as a decorator on the leading character, I.e. in our simplified regular expression. "*" is equivalent to ".*" in regular expression. 2. Write up an analysis on the run-time complexity of your code. There was 1 - 1.5hour time limit. I was a bit stressed with this time line and wrote a code that was just replacing "*" with ".*" and processing the result with java String matcher. Later i realized that they probably wanted me to write an actual parser from scratch, but it was too late... Anyway , this did not get me a face-to-face interview when Amazon representatives were in Toronto, but still they gave me an opportunity with the phone interview 2 weeks later. First phone Interview: The interviewer was nice, she asked some questions on my experience, and some Java - related questions, then she gave me a coding exercise: Print collection of words by groups where each group consists of words which are anagrams of each other. We talked about several approaches and she gave me a hint on sorting all words, and then it was easy to put all words in a map where each key is a sorted signature of all words in the group. So I just appended them all in one string per group, and was done. It took 1 hour. So thus I was granted a second phone interview. Second phone interview: Interviewer asked some questions on Java Collections Framework, then asked to do a coding excercis e: Print a binary tree by levels of depth 7 5 8 2 6 9 (it's pretty easy when you think calmly, but at the time I was stressed because screen on my laptop suddenly flipped upside down - it's a new Windows feature, on Ctrl-Shift-Arrow Down) and I did not know how to put it back at the time, so even though the interviewer offered me an option to write my code on paper, I did not solve the question. Alas! But later wrote to the HR who scheduled my interviews, and asked for another chance because of this "accident", and they kindly gave me another chance in 2 weeks. Another Second Phone interview: The same interviewer as last time, asked me to write "get (int i)" and "put(int i)" methods to operate with a queue-like collection, which can hold only 3 numbers, so when you put a new number in the end of the list, one old number must be removed, which should to be the least recent requested number by "get" method. So if you have a list of numbers (A): 237 and the list of numbers requested by "get" method (B): 13294 the least recent requested number was "1", but when you put new number "5" in the list A, you must have a result 375 because 2 is the least recent requested number. I got a wrong impression at first that parameters in "get" and "put" methods are indexes, so after I wrestled about 20min with a logic, I had to clarify that those parameters were actually values, not indexes. I wrote my solution. But when we started to apply a test example, turned out I did not caught the case when some number in the middle of line A is not in the line B (was never requested). I started to think where in the code is better to apply this condition, but time was already up, so i could not finish it properly. The interview lasted 1 hour. I still think that a developer should have a time for careful thinking about optimal solution, rather then be requested to quickly pull out from his memory all possible tasks and solutions. I still wonder what would happen if I had an extra 10 min to complete a solution. Because when you trying to come up with solution under pressure, you don't think of considering and preventing all possible scenarios - you just glad that you came up with something without logical contradictions. So I did not get past that "Second Phone Interview", but overall I consider my experience as "positive".

      Interview questions [1]

      Question 1

      write "get (int i)" and "put(int i)" methods to operate with a queue-like collection, which can hold only 3 numbers, so when you put a new number in the end of the list, one old number must be removed, which should to be the least recent requested number by "get" method. So if you have a list of numbers (A): 237 and the list of numbers requested by "get" method (B): 13294 the least recent requested number was "1", but when you put new number "5" in the list A, you must have a result 375 because 2 is the least recent requested number.
      1 Answer
      8

      Other Software Engineer Interview Reviews for Amazon

      Software Engineer Interview

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

      Application

      I interviewed at Amazon (Bengaluru)

      Interview

      It was a 2-3 round process, depending on how your interview went, with increasingly hard DSA questions followed by some HR and behavioural questions. First round was mostly easy and medium leetcode, followed by medium and hard questions in the second round and above on more complex topics.

      Interview questions [1]

      Question 1

      DSA questions of all levels on various topics
      Answer question

      Software Engineer Interview

      Jun 8, 2026
      Anonymous employee
      Bengaluru
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied online. I interviewed at Amazon (Bengaluru)

      Interview

      The interview process consisted of an online assessment followed by two technical interview rounds and one behavioral round. The technical rounds focused on Data Structures, Algorithms, Java, and problem-solving skills. The behavioral round covered Amazon Leadership Principles and past project experiences. The interviewers were professional and the process was well structured.

      Interview questions [1]

      Question 1

      Q: Find the first non-repeating character in a string.
      Answer question

      Software Engineer Interview

      Jun 6, 2026
      Anonymous Interview Candidate
      Tel Aviv
      No offer
      Neutral experience
      Average interview

      Application

      I applied online. I interviewed at Amazon (Tel Aviv)

      Interview

      Amazon's home assignment test involves receiving a coding or case study assignment, completing it independently within a specified deadline (usually a few days), and submitting it for team review. I got an answer after 2 days

      Interview questions [1]

      Question 1

      medium leetcode question, with array
      Answer question

      Top companies for "Compensation and Benefits" near you

      avatar
      Amazon Web Services
      3.9★Compensation & Benefits
      avatar
      Wix
      3.8★Compensation & Benefits
      avatar
      Meta
      4.6★Compensation & Benefits
      avatar
      Fiverr Inc.
      3.5★Compensation & Benefits