The Amazon SDE Online Assessment (OA) is your first obstacle on the road to securing an Amazon position as an Intern, New Grad, SDE I, SDE II, or SDET (see in-depth overview).
You can expect two types of questions on your OA: coding and system design questions, and behavioral questions that evaluate your character and its alignment with Amazon’s 16 Leadership Principles.
Update: February 2025
Crack the Amazon SDE Online Assessment (OA) with the most advanced prep tool available—our one-of-a-kind Amazon PrepPack™. Unlike any other resource, we now offer:
Show More
24 hour
customer service
One-Time
Payment
Secure
Payment
Navigate Our Amazon SDE Online Assessment Page
What Is the Amazon SDE Online Assessment? • Amazon AI Coding Preparation • Amazon Coding Assessment • Sample Amazon Coding Assessment Questions • Amazon SDE Work Simulation • What to Expect on the Rest of the Amazon SDE Hiring Process? • Amazon SDE Interview Preparation • FAQs By Amazon SDE Candidates
David, Amazon Test Expert at JobTestPrep
Have a question? Contact me at:
Got any questions about your upcoming Amazon OA? Please feel free to contact us
The Amazon SDE Online Assessment is an initial screening step that any Amazon candidate applying to Intern, New Grad, SDE I, SDE II, and SDET positions must pass. It includes a coding assessment, a Work Simulation, and a Work Style Assessment. The process and it's steps differ whether you apply for an SDE role, or an internship role - as shown below:
A career at Amazon is more than just a job—it’s an opportunity to shape the future with one of the world’s most innovative companies. Amazon’s focus on leadership, creativity, and problem-solving provides a platform to make a significant impact in the tech industry and beyond.
Proper preparation for the Amazon Online Assessment is critical, as it not only tests your technical skills but also your alignment with Amazon’s Leadership Principles. Excelling here sets the foundation for a career filled with growth, challenge, and the chance to drive meaningful change.
Unlike generic prep resources, our Amazon SDE Online Assessment PrepPack™ provides real-time AI feedback on your actual code, just like an Amazon interviewer. It doesn’t just check if your solution works—it evaluates your readability, efficiency, and edge case handling, giving you personalized insights to help you improve.
See what others say about our prep:
Role: SDE I
The coding assessment and workstyle assessment helped me prepare for the online assessment.
Thank you!
Role: SDET
The tests are useful and similar in terms of difficulty to what one can expect from Amazon. Make sure you allocate plenty of time to get prepared!
Role: Intern
JobTestPrep prepared me really well for the questions that actually came on the test and I would gladly recommend it to anyone.
Are you ready to ace your Amazon Software Development Engineer (SDE) assessments? Our tailored prep package provides everything you need to conquer the coding challenges, behavioral interviews, and more!
The Amazon SDE Coding assessment is a timed online programming test with two coding problems limited to 90 minutes. These involve mainly basic data structures and algorithm problems, easy-medium level.
JobTestPrep's complete practice course covers these topics thoroughly and offers hands-on practice with hundreds of Amazon-style coding questions, based on past Amazon OAs.
Amazon is interested to evaluate your ability to solve problems, write correct code, and apply DS patterns and algorithms. In doing so, you will be expected to demonstrate the following:
*Note: As of 2022, Amazon removed the coding approach questionnaire and debugging questions parts.
1. Determine if Two Trees are Identical (Easy)
Given two binary trees, the task is to find if both of them are identical or not.
Example 1:
Input:
1 1
/ \ / \
2 3 2 3
Output: Yes
Example 2:
Input:
1 1
/ \ / \
2 3 3 2
Output: No
2. Square root of a number (Medium)
Given an integer x, find the square root of x. If x is not a perfect square, then return floor(√x).
Example 1:
Input:
x = 5
Output: 2
Example 2:
Input:
x = 4
Output: 2
3. Kadane's Algorithm (Medium)
Given an array Arr[] of N integers. Find the contiguous sub-array(containing at least one number) which has the maximum sum and return its sum.
Example 1:
Input:
N = 5
Arr[] = {1,2,3,-2,5}
Output: 9
Example 2:
Input:
N = 4
Arr[] = {-1,-2,-3,-4}
Output:
-1
The full Amazon OA preparation simulates solving these coding questions online:
The Amazon prep course is designed to make your practice most efficient with:
In the SDE Work Simulation section (previously named 'technical problem solving'), Amazon wants to see your system design and problem-solving skills applied to various work-related scenarios with simulated peers, managers, and stakeholders.
When responding to these scenarios, put your system design hat on, and employ system design concepts like designing for maintainability, determining tradeoffs, and dealing with ambiguity.
The test includes 3 different modules – all of which are examples of real-life work of Amazon software development engineers. They are comprised of different backgrounds, data, and tasks that are all relevant to the questions.
You are required to rate each response according to the options given. The assessment should take 15-20 minutes to complete.
Here's an example of a scenario that resembles a work simulation question from the real test:
Your team has been assigned a new task creating a real-time voting system for a new Amazon Prime show, scheduled to occur in four weeks. After the show concludes, a 4-minute voting window will be initiated for tabulating votes. Please evaluate the effectiveness of each action listed below as if it were your next step.
A. Establish a proof of concept to assess the system's functionality.
B. Consult stakeholders regarding their specific requirements and seek clarification.
C. Approach the issue by utilizing fundamental library code.
D. Formulate a Database schema.
E. Arrange a meeting to involve the design team in the process.
JobTestPrep’s Amazon Prep includes 2 SDE Work Simulation practice tests:
The practice simulations resemble the actual test and come with full explanations and solving tips on how to approach and solve each question
The SDE Work Style Assessment is an untimed personality test, which focuses on the work environment, decision-making, and preferences - in light of Amazon’s culture and Leadership Principles.
Amazon seeks to understand your work style as expressed through your work personality. Each of the personality questions represents a different dilemma, task, or preference that an Amazon SDE employee may encounter.
You will be asked to choose the answer which is most suitable to your understanding, taking Amazon’s Leadership Principles into deep consideration.
The Amazon Workstyle Assessment for SDEs is divided into two surveys:
Evaluates how you approach software development engineer work.
Here’s an example from the practice pack:
When you're brought into a project midway through, which of the following methods are you most inclined to take?
Evaluates how you approach work in general.
See the following example from the prep package:
JobTestPrep’s prep package includes two practice tests for the SDE Work Style Survey and one for the Amazon Work Style Survey:
Each practice test comes with full explanations so that you know which Leadership Principle to choose and what are the most favorable responses for an SDE.
Interviewing for an Amazon Software Development Engineer role usually takes four to five weeks overall. Here’s a breakdown of the recruitment process:
We’ve teamed up with a leading interview prep platform that offers the following services for Amazon SDE candidates:
The coaching and prep services are given by former Amazon hiring managers who know Amazon’s unique culture inside out.
The Amazon coding test is challenging. It’s designed to be hard so that Amazon could shortlist candidates that not only have solid coding skills, but are also able to come up with simple solutions to complicated problems while applying appropriate data structures.
You're expected to complete both problems. Manage your time effectively by checking the on- screen timer regularly during the coding challenge. Don't get stuck on one question. Move on to the next one and return to it later if you need to.
You can take a break after the coding challenge and before you advance to the Work Simulation and Work Style Survey sections. You don’t need to log out to take a quick break. If for some reason you do need to log out, you can click on the ‘Start My Assessment’ link to log back in.
You can use any of these multiple languages: Java, C, C++, C#, Python, Ruby, JavaScript, Swift, Clojure, Erlang, Go, Julia, Kotlin, Lua, Objective-C, Perl, PHP, R, Ruby, Scala.
The Amazon online assessment is taken through HackerRank, which is a proctored platform. The coding assessment records everything you do on your browsers once you begin. If you copy and paste code from outside the platform (such as from Google) it will be recorded and dishonest behavior will be caught.
Watch this 2-minute video to understand how to use HackerRank’s platform properly:
Make sure you visit your thorough prep guides for these tech giants: Google Software Engineer Interview and Microsoft Codility Test.
Money Back Guarantee
Since 1992, JobTestPrep has stood for true-to-original online test and assessment centre preparation. Our decades of experience make us a leading international provider of test training. Over one million customers have already used our products to prepare professionally for their recruitment tests.