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

      SDE 1 Interview

      Mar 7, 2025
      Anonymous employee
      Dublin, Dublin
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied through an employee referral. The process took 2 months. I interviewed at Amazon (Dublin, Dublin) in Mar 2025

      Interview

      I applied through an employee in late December, and here's how the process went: - Online Assessment: Got an OA a week later with two coding problems, similar to one easy and one hard LeetCode. First Interview (Jan 2025): Had my first interview about a month later with a Senior SDE. We introduced ourselves, talked about my past projects, and I solved a medium LeetCode problem on arrays. Second Interview (March 2025): A month later, I had a technical interview with an SDE + shadow. I solved two medium problems, one on arrays with customized binary search and another on binary trees. I struggled at first with the second problem but communicated my thought process and solved it with a bit of help. Final Interview (next day): Had a behavioral interview with a Senior SDE. We talked about my projects in detail, and I answered 3-4 LP questions using the STAR method. Additional notes: - Interviewers were friendly and made things feel casual - Be ready to explain how data structures work and provide time/space complexity. - Always ask questions at the end, excellent way to learn more about the team and company

      Interview questions [2]

      Question 1

      "Tell me about a time where you disagreed with a colleague/coworker"
      Answer question

      Question 2

      "Tell me about a time where you received negative feedback"
      Answer question

      Other SDE 1 Interview Reviews for Amazon

      SDE 1 Interview

      Jun 29, 2026
      Anonymous Interview Candidate
      Hyderabad
      No offer
      Positive experience
      Average interview

      Application

      I interviewed at Amazon (Hyderabad)

      Interview

      A 3-round loop process with data structures and algorithms and basic OOP concepts and DBMS concepts and Amazon leadership principles interview and a HR interview and basic low-level design and online Assessment

      Interview questions [1]

      Question 1

      You are part of a university admissions office and need to keep track of the kth highest test score from applicants in real-time. This helps to determine cut-off marks for interviews and admissions dynamically as new applicants submit their scores. You are tasked to implement a class which, for a given integer k, maintains a stream of test scores and continuously returns the kth highest test score after a new score has been submitted. More specifically, we are looking for the kth highest score in the sorted list of all scores. Implement the KthLargest class: KthLargest(int k, int[] nums) Initializes the object with the integer k and the stream of test scores nums. int add(int val) Adds a new test score val to the stream and returns the element representing the kth largest element in the pool of test scores so far. Example 1: Input: ["KthLargest", "add", "add", "add", "add", "add"] [[3, [4, 5, 8, 2]], [3], [5], [10], [9], [4]] Output: [null, 4, 5, 5, 8, 8]
      Answer question

      SDE 1 Interview

      Jun 22, 2026
      Anonymous Interview Candidate
      Seattle, WA
      Declined offer
      Positive experience
      Difficult interview

      Application

      I interviewed at Amazon (Seattle, WA)

      Interview

      Interview includes 2 coding rounds, 1 system design round, and STAR-based behavioral questions. Focus on DSA, especially graphs and trees. Also prepare Gmail filtering, timestamp-based filtering, and related implementation concepts.

      Interview questions [1]

      Question 1

      Graphs trees star based questions filtering of emails and timestamps
      Answer question
      1

      SDE 1 Interview

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

      Application

      I interviewed at Amazon (Hyderabad)

      Interview

      I attended an SDE 1 interview at Amazon. The interviewer focused on data structures, algorithms, and problem-solving. I explained my approach clearly, optimized my solution, answered behavioral questions, and gained valuable interview experience.

      Interview questions [1]

      Question 1

      They asked me two dsa questions.
      Answer question