Amazon Online Assessment Questions 2021 (OA) (2024)

Web-Based Evaluation, synonymous with 'Online Assessment' conducted on platforms like Hackerrank or Codility, is an initial protocol that candidates need to pass to secure a Software Development Engineer role at Amazon. The performance in this online evaluation decides if the applicant's profile is suitable to proceed to telephonic or in-person (alternatively, virtual) interviews.

Amazon OA1, OA2, OA3

You may have heard of the terms OA1, OA2, or even OA3. What this means is part 1, part 2, and part 3 of the online assessment. OA1 is debugging questions and OA2 is LeetCode-style coding questions. Sometimes there is also an OA3 which is a work style assessment with no coding.

If you are an experienced SDE you will likely only be required to pass one of them, the OA2. If you are interviewing for an Amazon SDE intern or new grad position, you will be required to write OA1 and OA2 and maybe OA3.

Amazon OA1

OA1 involves debugging and logical reasoning. For debugging, you will be given a short code with a subtle error and asked to fix the error. The common errors include incorrect loop conditions causing an infinite loop and off-by-one errors, etc. Typically, there are 5-7 debugging questions. There may also be logic and reasoning questions or simple math questions. For example, given a sequence like this 4 12 6 18 12 36 30, what should the next number be? The answer is 90 because you may notice the numbers in the even positions are 3x the numbers in the previous odd-positioned number.

Amazon OA2

OA2 is the LeetCode style coding questions. You will be given one to two questions to solve in 1.5 hours. See the list below for practice.

Amazon OA3

OA3 is work style assessment and logic reasoning. For work style assessment, you will be put in a hypothetical situation and required to take the most “Amazonian” action. Be sure to review the 14 leadership principles and use them to guide your choices.

Amazon Online Assessment Practice

Practice questionPattern
Robot Bounded in BoxMath logic
Number GameBitmask
Find All Combination of Numbers Sum to Target / Shopping OptionsDFS
Fill the TruckBasic coding/greedy
Slowest keyBasic coding
Binary Tree Level Order TraversalBFS
Longest Substring without Repeating CharactersTwo Pointers
Five Star SellerPriority Queue/Heap
Subarray Sum Divisible by KPrefix Sum
Merge Two Sorted ListsPriority Queue/Heap
LRU Cache MissesData Structure Design
Music PairsTwo Pointers
Minimum Difficulty of a Job ScheduleDynamic programming
Autoscaling Policy/Utilization ChecksTwo Pointers
Optimal UtilizationTwo Pointers
Minimum Total Container SizeDynamic programming
Shopping PatternsGraph
Amazon Prime Air RouteTwo Pointers
Move The ObstacleGraph BFS
K Closest PointsPriority Queue/Heap
Number of Swaps to Sort / Algorithm SwapDivide and Conquer
Reorder Data in Log Files/Upgrading Junction BoxesBasic coding
Top K keywordsPriority Queue/Heap

Core Patterns Asked in Amazon Online Assessment and Virtual Onsite Interviews

Almost all Amazon questions can be solved using one of the following patterns.

  • Two Pointers
  • Breadth-first Search
  • Depth-first Search
  • Backtracking
  • Heap and Priority Queue

Each pattern is divided into a number of sub-patterns. We have introduction articles and practice problems for each of sub-pattern. Make sure you know them well before going into the interview.

You may also need to know a little bit of dynamic programming but just the basics like coin change and house robber.

More frequently asked questions about Amazon OA:

Does Amazon online assessment use webcam?

At the beginning of the OA, you will be asked to take a picture of your ID using the webcam. But the actual OA test is not recorded by the webcam.

Is Amazon online assessment timed?

Yes. The time may vary depending on the platform. On HackerRank it's typically 135 min.

Is Amazon SDE online assessment proctored?

There is no human to proctor the assessment, but you will be asked to take a picture of your ID at the beginning of the test and your browser activity is monitored. So don't switch tabs too frequently - it may get picked up as a signal for looking up things on Google.

Can you Google during Amazon online assessment?

Your browser activity is monitored. So be sure to get familiar with the syntax and common data structures of your language of choice.

How is Amazon online assessment evaluated?

Your solutions will be tested against open and hidden test cases and the results will be used to decide whether you move to the next round of interview.

How hard is Amazon online assessment?

It depends on your luck. It could range from leetcode easy to hard. But most of the questions are not too difficult. See the list above to get a sense of difficulty and practice the corresponding patterns.

How to prepare for Amazon online test?

Use the list above and AlgoMonster's Amazon patterns to prepare.

What happens after Amazon online assessment?

You will hear back from the recruiter in a few days. If you are looking for an intern role, you will be given multiple OAs and then the "virtual onsite" interview (commonly referred to as the VO). If you are an experienced engineer, you will go onto the (possible virtual) onsite interview directly.

How do I pass the OA and VO?

If you have your test next week, go close all your other browser windows right now and practice the problems above. If you have a bit more time, the highest return-on-investment thing you can do in your tech career is to master the patterns. Then you can solve almost any problem. We highly recommend you to practice the patterns and follow the AlgoMonster system.

Amazon Online Assessment Questions 2021 (OA) (2024)

FAQs

Do you need to pass all tests on Amazon OA? ›

Sometimes there is also an OA3 which is a work style assessment with no coding. If you are an experienced SDE you will likely only be required to pass one of them, the OA2. If you are interviewing for an Amazon SDE intern or new grad position, you will be required to write OA1 and OA2 and maybe OA3.

How hard is Amazon coding online assessment? ›

Detailed Format of the Test

Coding Challenges:Number of Questions: 2-3 coding problems. Time Limit: Approximately 70-120 minutes in total. Difficulty Levels: Problems typically range from easy to hard. Logical Reasoning and Algorithmic Thinking:Number of Questions: Varies, usually 10-20 questions.

Is the Amazon assessment pass or fail? ›

Amazon Technical Academy (ATA) Assessments

To get accepted into the Amazon Technical Academy, there are three Amazon ATA assessments you must pass (as well as other hiring stages).

What is Amazon OA test? ›

The OA evaluates coding skills, technical problem solving, and Amazon's Leadership Principles. Depending on the country the role is in, the OA will be in one or two parts. Check your OA email to determine your OA structure. The OA includes two main sections with different components.

How many times can I take Amazon assessment test? ›

Your assessment result is valid for 180 days. At this time, we do not allow candidates to retake the assessment if completed within 180 days.

Can you retake the Amazon assessment test? ›

It depends on Amazon's policy. Some positions may allow for retests after a certain period, while others may not. If you fail the Amazon Assessment Test, it is essential to review the specific guidelines provided by Amazon for that particular role.

Can I google during Amazon OA? ›

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.

How do I ace online coding assessment? ›

Learn the Test-Taking Strategies for Online Coding Test
  1. Read and Understand the Instructions. ...
  2. Analyse the Problem. ...
  3. Plan and Organize the Code. ...
  4. Use Comments and Clean Code. ...
  5. Test the Code Thoroughly. ...
  6. Create a Schedule. ...
  7. Prioritise the Questions. ...
  8. Avoid Spending Too Much Time on a Single Question.
Mar 21, 2023

Is the camera on in Amazon online assessment? ›

Since it is a proctored test, you are required to be in front of camera throughout the test.

Can you still get hired if you fail an assessment test? ›

Hiring managers have to take into account the results of failed pre-employment assessment tests, especially if they feel these candidates are a great fit and should still be considered. While it's possible to lower cutoff scores, one must apply this new standard to all applicants.

What if I miss my Amazon online assessment? ›

If an assessment deadline is missed, we're unable to grant extensions. Many assessments are also timed, so be sure to set aside an appropriate amount of time. All assessments require the internet, have a computer with a reliable connection and access to email.

What is the salary of Amazon assessment? ›

1 - 8 years exp. 1 - 2 years exp. 0 - 3 years exp. Assessment Coordinator salary in Amazon ranges between ₹3.8 Lakhs to ₹4.7 Lakhs per year.

How to prepare for OA? ›

Preparation is Key: Success for freshers often involves rigorous preparation, including solving coding problems on platforms like LeetCode and HackerRank. Understanding common algorithms and data structures is crucial.

What are OA questions? ›

OA consists of three tests: a debugging test (20 min), a resoning test (35 min) and a compiler test (30 min) The coding (complier test) question: optimal capacity. Answer.

What is OA model in Amazon? ›

Online arbitrage (OA) is the process of buying products from online retailers with the sole intention of reselling those products at a higher price for a profit on another online marketplace such as Amazon, eBay, or Facebook Marketplace.

Do you need to pass all test cases Amazon? ›

Key Findings. First and Foremost, try to get all the test cases passed for both the questions. That's imperative. Since you have been asked to explain your solution as well, there's a good chance that your code will be reviewed by engineers and they will make the final decision, so try to keep your explanation neat.

Do all Amazon jobs require an assessment? ›

Depending on the position, we may ask you to take an assessment during the application process or send it to you separately after you've applied. The type and number of assessments will depend on the role you apply for and in some cases, must be completed within a certain timeframe.

What happens if you fail Amazon exam? ›

Retaking an Exam

If you fail an exam, you must wait 14 calendar days before you are eligible to retake the exam. There is no limit on exam attempts. However, you must pay the full registration fee for each exam attempt. Once you have passed an exam, you will not be able to retake the same exam for two years.

How many questions do you need to pass the AWS exam? ›

The exam includes 65 questions and has a time limit of 130 minutes. You need to score a minimum of 720 out of 1000 points to pass the exam. The question format of the exam is multiple-choice (one correct response from four options) and multiple-response (two correct responses from five options).

Top Articles
What Does the 💜😈 Purple Emoji Mean?
Federal Trade Commission (FTC) | USAGov
Tmf Saul's Investing Discussions
Mate Me If You May Sapir Englard Pdf
Missing 2023 Showtimes Near Cinemark West Springfield 15 And Xd
Coffman Memorial Union | U of M Bookstores
Music Archives | Hotel Grand Bach - Hotel GrandBach
Fcs Teamehub
Whiskeytown Camera
My.doculivery.com/Crowncork
Locate Td Bank Near Me
What is the surrender charge on life insurance?
Ella Eats
Housework 2 Jab
Raleigh Craigs List
Carolina Aguilar Facebook
Raz-Plus Literacy Essentials for PreK-6
Zillow Group Stock Price | ZG Stock Quote, News, and History | Markets Insider
Talk To Me Showtimes Near Marcus Valley Grand Cinema
Troy Gamefarm Prices
Drying Cloths At A Hammam Crossword Clue
Sorrento Gourmet Pizza Goshen Photos
Saxies Lake Worth
Jersey Shore Subreddit
Pokémon Unbound Starters
Nikki Catsouras: The Tragic Story Behind The Face And Body Images
Top Songs On Octane 2022
Perry Inhofe Mansion
Armor Crushing Weapon Crossword Clue
Gasbuddy Lenoir Nc
Gerber Federal Credit
Tra.mypatients Folio
Wow Quest Encroaching Heat
Uhaul Park Merced
Rocketpult Infinite Fuel
Chilangos Hillsborough Nj
Sam's Club Gas Prices Florence Sc
Jasgotgass2
Letter of Credit: What It Is, Examples, and How One Is Used
Ross Dress For Less Hiring Near Me
The Realreal Temporary Closure
Hovia reveals top 4 feel-good wallpaper trends for 2024
BCLJ July 19 2019 HTML Shawn Day Andrea Day Butler Pa Divorce
Best Conjuration Spell In Skyrim
Florida Lottery Powerball Double Play
Pickwick Electric Power Outage
Slug Menace Rs3
Jesus Calling Oct 6
How to Find Mugshots: 11 Steps (with Pictures) - wikiHow
Bunbrat
Comenity/Banter
Latest Posts
Article information

Author: Merrill Bechtelar CPA

Last Updated:

Views: 5868

Rating: 5 / 5 (50 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Merrill Bechtelar CPA

Birthday: 1996-05-19

Address: Apt. 114 873 White Lodge, Libbyfurt, CA 93006

Phone: +5983010455207

Job: Legacy Representative

Hobby: Blacksmithing, Urban exploration, Sudoku, Slacklining, Creative writing, Community, Letterboxing

Introduction: My name is Merrill Bechtelar CPA, I am a clean, agreeable, glorious, magnificent, witty, enchanting, comfortable person who loves writing and wants to share my knowledge and understanding with you.