You closed the exam window, the screen said Fail, and the first thing you want to know is whether it is over. It is not. AWS lets you retake the same exam 14 calendar days after a failed attempt, and it sets no annual limit on attempts. The candidates who turn a failure around are not the ones who immediately buy a new course — they are the ones who spend the first hour reading their score report properly. This article walks through exactly that: how to read the report, what the most common failure patterns actually look like, and a day-by-day plan for the 14 days you are required to wait anyway.
You can retake SAA-C03 after 14 days, with no cap on attempts. Do not start new material today. Read your score report, find the domain that dragged you down, and rebuild from there — 14 days is enough.
AWS gives you a score report after the exam. It contains three kinds of information, and each is used differently. The single most common mistake at this point is to look only at the number, feel bad, and start over from lesson one. The number is the least actionable part of the report.
| Item on the report | What it means | How to use it |
|---|---|---|
| Pass / Fail | Whether you reached the passing score of 720 / 1000 | Use it only to decide on a retake. Book the date 14 days out immediately |
| Score (100-1000) | A scaled score, not a raw count of correct answers | Gauge your distance from the line. Do not try to derive a question count |
| Per-domain feedback | Relative performance per domain, flagging areas that need more study | The most important part. It sets your study allocation for the next 14 days |
| Per-domain cut score | Does not exist | One weak domain can be offset elsewhere — but it is not a reason to abandon a domain |
Two mechanics of SAA-C03 explain why the raw number tells you so little. First, of the 65 questions you saw, only 50 are scored; the other 15 are unscored anchor items used for statistical calibration, and you are never told which ones they were. Second, the reported score is scaled across a 100-1,000 range rather than being a percentage of correct answers. Together these mean that "I scored 690, so I missed N questions" is not a calculation you can perform. What you can do is read the domain feedback, which is exactly what it is there for. Details of the format are in the official SAA-C03 exam guide.
One more thing to do on day zero: write down, from memory, every question you remember hesitating on — not the ones you got wrong, the ones you were unsure about. Memory of the exam decays within hours. That list is the most valuable input you will have for the next two weeks, and it is free.
NicheeLab maintains 2,225 questions across the three AWS certifications (CLF-C02, SAA-C03, SAP-C02) — 1,200 practice questions plus 1,025 mock-exam questions. Building and reviewing them required tracking, for every question, which service each distractor represented. Aggregating that across the SAA-C03 pool produces something no official source publishes: a ranked list of which service pairs actually compete for the same answer slot. This is the structural reason most candidates fail. Not missing knowledge — misallocated knowledge.
| Confused pair | Distractor count | What separates them |
|---|---|---|
| Amazon SQS ↔ Amazon SNS | 7 | Pull-based queue vs. push-based fan-out: is one message consumed once, or delivered to many subscribers? |
| Amazon Athena ↔ Amazon S3 | 4 | Storage or analysis? Athena is a query engine that runs SQL against data already stored in S3 |
| Amazon DynamoDB ↔ Amazon RDS for MySQL | 4 | A relational model with joins and transactions, or key-based low-latency access? |
| Amazon DynamoDB ↔ Amazon Redshift | 4 | Online single-key reads and writes, or analytical aggregation over large volumes? |
| AWS Step Functions ↔ Amazon EventBridge | 4 | Orchestrating a stateful workflow, or routing events? |
| AWS KMS ↔ AWS Secrets Manager | 3 | Managing encryption keys, or storing and rotating the credentials themselves? |
| Amazon Kinesis Data Streams ↔ Amazon Data Firehose | 3 | Do you write your own consumer, or hand managed delivery to a destination? |
| AWS IAM Identity Center ↔ AWS Organizations | 3 | Human sign-in and permission sets, or account hierarchy and org-wide policies (SCP)? |
| AWS Storage Gateway ↔ AWS DataSync | 2 | Ongoing hybrid access, or a bulk data transfer? |
Read that table as a diagnostic, not as trivia. In the SAA-C03 pool, SQS and SNS appear as each other's distractor more often than any other pair — which is another way of saying that questions about decoupling are written specifically to test whether you can tell a queue from a topic. If you failed and you cannot state the difference between each pair above in one sentence, without hedging, that is your study list. It is a much shorter list than "review the whole exam guide", and it targets the exact place where points leak.
There is a second structural pattern worth knowing. In our SAA-C03 practice pool of 400 questions, the difficulty distribution is easy 122 / medium 231 / hard 47 — medium items make up roughly 58% of the pool. Candidates who fail rarely fail because of the 47 hard questions. They fail in the medium band, where the question is not conceptually difficult but two plausible services are on the table and the stem contains one qualifying condition that decides between them. That is why "study harder topics" is usually the wrong response to a failure. See how hard AWS SAA really is for the full difficulty breakdown across the three exams.
SAA-C03 has four domains with fixed weightings. Because there is no per-domain cut score, the only thing that matters is where the weighted points are. Use the table below together with your score report: the domain you were flagged on, weighted by how much of the exam it represents, tells you where to spend the 14 days.
| Domain | Weight | What to check first after a failure |
|---|---|---|
| Design Secure Architectures | 30% | Roles vs. permission sets, the division of labor between KMS and Secrets Manager, and the boundary between Organizations and IAM Identity Center |
| Design Resilient Architectures | 26% | Choosing among decoupling mechanisms (SQS / SNS / EventBridge / Step Functions), and when Multi-AZ vs. multi-Region applies |
| Design High-Performing Architectures | 24% | Picking a data store (DynamoDB / RDS / Redshift) and a streaming path (Kinesis Data Streams / Data Firehose) |
| Design Cost-Optimized Architectures | 20% | Storage classes and lifecycle rules, where data transfer is billed, and when to choose a managed service over self-hosting |
The order of operations that works is: weakest flagged domain first, then the highest-weighted domain you were merely adequate in. The second half of that sentence is the part people skip. Being "adequate" in a 30%-weight domain leaks more points than being weak in a 20%-weight one. If your report flagged Cost-Optimized Architectures but you were only middling on Secure Architectures, the bigger win is on the security side.
Within a domain, work in pairs, not in services. Studying "SQS" on its own produces knowledge you already had. Studying "SQS versus SNS, stated in one sentence, with the condition in the stem that decides it" produces the thing the exam actually asks for. Concrete techniques for this are collected in AWS SAA study methods.
The 14-day waiting period is not a penalty you sit through — it is the exact length of a well-sized rebuild. Book the retake for day 14 today. A fixed date is what converts "I should study" into a schedule. The plan below assumes 2-3 hours a day on weekdays; compress or extend it to fit, but keep the two mock exams and keep day 13 free of new material.
| Day | What to do | Time |
|---|---|---|
| Day 0 (exam day) | Save the score report. Write down the domain feedback and the service pairs you hesitated on. Do not study. Book the retake for day 14 | 30 min |
| Day 1-2 | Classify your misses into (1) did not know it, (2) confused a similar service, (3) misread a condition in the stem | 2 h/day |
| Day 3-6 | Attack your weakest domain. For each confusion pair, write a one-sentence rule in your own words | 2-3 h/day |
| Day 7 | Mock exam 1: 65 questions, 130 minutes, no pauses — full exam conditions | 2.5 h |
| Day 8-10 | Redistribute the mock's misses by domain and move to your second-weakest area, writing the same one-sentence rules | 2-3 h/day |
| Day 11 | Mock exam 2 on a fresh set. Check that the gap from mock 1 is within 10 points | 2.5 h |
| Day 12 | Final check with the free official 20-question practice set to recalibrate to official phrasing | 1 h |
| Day 13 | Review only your own one-sentence rules. Absolutely no new material | 2-3 h |
| Day 14 | Retake (130 minutes) | 130 min |
Two notes on resources. AWS publishes a free official practice question set of 20 questions per certification, and a paid official practice exam available through an AWS Skill Builder individual subscription (from USD 29/month; a yen price is not published) — see AWS Certification exam prep. Twenty questions is not enough volume for a two-week rebuild, which is why the plan places it late, as a calibration step rather than as a study source. For where the bulk of your practice volume should come from, see choosing an AWS SAA question bank.
The night before your retake, check every item below. If any one is missing, moving the date is a legitimate option — there is no cap on attempts, and you can reschedule up to twice.
One reframe worth carrying into the retake: a failed attempt at SAA-C03 is a calibrated measurement, not a verdict. It cost 20,000 yen / USD 150 and it bought you a domain-level diagnostic of your own knowledge that no practice test can fully replicate, because it was scored against the real item bank. Candidates who treat the report as data rather than as a grade are the ones who pass in 14 days. If you are still weighing whether the certification is worth the second fee at all, our discussion of AWS certification pass rates covers why the commonly quoted percentages are not evidence of anything.
If I fail AWS SAA, when can I retake it?
You can retake it 14 calendar days after the failed attempt. AWS does not cap the number of attempts per year, so as long as you observe the 14-day waiting period you can try as many times as you need. Each attempt costs the full exam fee, however (SAA-C03 is JPY 20,000 / USD 150, and AWS states in its official FAQ that yen prices are updated every April). Note that a different rule applies once you pass: you cannot retake the same exam for two years. The policy for a failed attempt and a passed one are not the same.
I scored 700. How many more questions did I need to get right?
You cannot calculate it. AWS reports a scaled score between 100 and 1,000, not a raw count of correct answers. SAA-C03 has 65 questions but only 50 are scored; the remaining 15 are unscored anchor items that do not affect your result. You are never told which 15 they were, so there is no way for a candidate to reverse-engineer a question count. Treat 700 as a relative measure of the gap to the 720 passing line and use it to identify weak domains rather than to count questions.
One domain scored poorly. Can I just study that domain?
Prioritizing that domain is correct, but it is rarely sufficient on its own. SAA-C03 has no per-domain minimum: pass or fail is decided purely by the overall scaled score of 720. That means raising a weak domain and plugging leaks in a strong domain are worth exactly the same. In practice, Design Secure Architectures (30%) and Design Resilient Architectures (26%) together account for 56% of the exam, so if your weakest domain was Cost-Optimized Architectures (20%), perfecting it alone leaves limited headroom. Domain feedback is input for prioritization, not a licence to narrow your study scope.
I have failed twice in a row. What should I change?
Do not simply run more laps through the same material — change how you classify your mistakes. From building and analyzing 2,225 questions across the three AWS certifications, we see that candidates who fail repeatedly tend to miss questions not because they lacked knowledge but because they mixed up similar services. Sort every wrong answer into three buckets: (1) I did not know the term, (2) I knew the service but chose the wrong one of a similar pair, (3) I misread a condition in the stem. If (2) and (3) together exceed half, more input is not what you need — shift that time into organizing comparison criteria and drilling how you read a question stem. For bucket (2), the confusion-pair table in this article doubles as your study list.
I failed the Japanese version. Should I retake it in English?
There is no need to switch languages. SAA-C03 is offered in Japanese, and candidates taking a localized version can toggle to the original English wording during the exam. That means you can sit the Japanese version and check the English source only for the handful of items whose translation reads awkwardly. If you suspect the translation contributed to your failure, practising with that toggle is far less risky than switching to English wholesale. If you want online proctoring conducted in Japanese, also note when booking that Pearson VUE offers Japanese-language proctoring Monday to Saturday, 09:00-16:00 JST.
Related Articles and Exam Information
How Hard Is AWS SAA-C03? Measured Against CLF and SAP (2026)
We measure SAA-C03 difficulty against the difficulty distribution of 2,225 AWS questions we wrote. The share of hard questions runs CLF 7% → SAA 12% → SAP 31%. What actually makes it hard, how it compares with other vendors' exams, what candidates who struggle have in common, and a study order that lowers the difficulty.
AWS SAA Practice Exams: Why "Past Papers" Do Not Exist (SAA-C03)
How to choose practice questions and mock exams for SAA-C03, including AWS's own 20 free sample questions and the paid official practice exam. Why AWS never publishes real exam questions, why brain dumps violate the agreement, how many passes through a question bank you actually need, and what score predicts a pass.
How to Study for AWS SAA-C03: Order, Hours and What to Skip (2026)
A concrete study method for AWS Solutions Architect – Associate (SAA-C03): how to read the official exam guide, which domains to prioritise, how to cycle practice questions, and how to spend the final two weeks. Time allocation for self-study, plus the inefficient habits to avoid.
AWS SAA Study Hours by Background + 4/8/12-Week Plans (2026)
How long SAA-C03 takes for five starting points: AWS at work, general infrastructure, another cloud, no IT background, and CLF already passed. Split between reading and practice, weekly plans for 4, 8 and 12 weeks, the patterns that waste time, and how to tell when you are ready.
Exam specifications in this article are based on the official SAA-C03 exam guide, the AWS Certification FAQ, and the before-testing policies. The confusion-pair and difficulty figures are NicheeLab's own measurements from our AWS question set and are not official AWS data. This article is not an official AWS product and has no partnership or sponsorship relationship with Amazon Web Services. AWS and Amazon Web Services are trademarks of Amazon.com, Inc. or its affiliates. Information reflects official materials as of August 7, 2026. Always confirm the latest details on the official pages.
Practice with certification-focused question sets
Practice AWS Certification QuestionsNicheeLab Editorial Team
NicheeLab editorial team focused on data engineering and cloud certification learning. Content is structured around practical study needs and official exam domains.
AWS Certification Difficulty Ranking: CLF vs SAA vs SAP (2026)
How hard is each AWS certification? We rank CLF-C02, SAA-C03...
Are AWS Certifications Worth It? 5 Common Criticisms, Checked (2026)
"AWS certs are worthless" — we test the five reasons people ...
How to Study for AWS SAA-C03: Order, Hours and What to Skip (2026)
A concrete study method for AWS Solutions Architect – Associ...
AWS SAA Practice Exams: Why "Past Papers" Do Not Exist (SAA-C03)
How to choose practice questions and mock exams for SAA-C03,...
How Hard Is AWS SAA-C03? Measured Against CLF and SAP (2026)
We measure SAA-C03 difficulty against the difficulty distrib...