Answer Triage & Elimination
DOP-C02 does not ask you to type a command or fix a broken pipeline — every one of its 75 questions hands you a paragraph of scenario and a short list of pre-written options, and asks you to recognize the best one rather than produce it yourself. That is a different skill than knowing the material, and it rewards a different kind of practice. This page is a fixed, repeatable method for the moment you are not instantly sure: a four-pass order for eliminating wrong options cheapest-signal-first, three named trap patterns AWS scenario-writers lean on constantly, and a flag-and-return protocol built specifically around the real 180-minute clock. Pair it with Know It Cold for the facts that need to come back unhedged, and with the AWS Service & Command Reference for the service-by-service detail this page assumes you have some of already.
Imagine four doors and only one leads somewhere good. Running at a random door is a bad plan. A much better plan: first slam shut any door with a big warning sign painted on it — those are the obviously bad ideas. Next, slam shut any door that leads to the wrong building entirely — it might be a perfectly nice door, just not the one this particular hallway needed. Now you've probably got one or two doors left, and only now do you slow down and read the little sign above the hallway again — does it say "cheapest way through" or "safest way through"? Because that sign is exactly what decides between your last two doors, and it's easy to have half-forgotten it by the time you got this far.
Why elimination is a skill of its own
☺ Like you're 10: Knowing AWS and being good at picking the right option out of four written specifically to fool you are two different skills — this whole page is about the second one.
Two candidates can know the same AWS services equally well and still leave DOP-C02 with different scores, because the exam is entirely knowledge-based, multiple-choice and multiple-response — see the exam guide for the full format — which means it never asks you to build anything, only to recognize the best of several pre-written claims, most of which were written by someone who knows exactly which half-true option trips people up. That is a genuinely different cognitive task from the one this course's hands-on drills train, like diagnosing a production incident or fixing a broken pipeline — and "I know the material" does not automatically transfer into "I am good at this specific task." Certifications covers how the exam blueprint maps to real AWS practice; this page covers the narrower moment that matters most under the clock: the question where you are not immediately certain, and a systematic order — not a hunch, not "which option sounds the most professional" — is what separates a guess from an informed elimination.
It is worth being precise about the direction this method points, because it is the mirror image of how you'd approach a real, broken pipeline. On a live system, the discipline is gather evidence before you form a hypothesis — guessing early wastes the minutes you'd have spent reading the actual build log. On a DOP-C02 question, the discipline runs almost the opposite way: form your own answer from the stem before you read the four manufactured options — because unlike a build log, at least two or three of those options were written specifically to look plausible to someone who nearly knows the material. Reading them first means spending your first moments of attention on the traps instead of on what you actually know.
Elimination is not a fallback for the questions you don't know. It is the default procedure on every question, including the ones you're sure of — because the marks that get away from a well-prepared candidate are rarely the questions they had no idea about. They're the questions where a fluent-sounding wrong option beat a correct one that was, on its own, a little duller and a little more precisely worded. A fifteen-second elimination pass catches that. Confidence alone does not.
The four-pass elimination order
☺ Like you're 10: Check the cheap, obvious stuff first — a warning-sign door and a wrong-building door both cost you almost nothing to rule out. Save the careful thinking for whichever one or two doors are still standing.
The order below runs cheapest signal first. Recognizing an AWS anti-pattern needs no deep service knowledge — it's a pattern-match against practices AWS's own Well-Architected guidance flags directly. Recognizing a service-mismatch needs a bit more — you have to know roughly what each named service is actually for. Re-weighing the qualifier against your one or two survivors is the only step that requires real understanding, so it runs last, on the fewest possible options.
| # | Pass | What you check | Why this order |
|---|---|---|---|
| 1 | Answer blind, qualifier circled | Read the stem, find and circle the qualifier word — MOST cost-effective, MOST resilient, LEAST operational overhead, fewest ongoing steps — and commit to your own one-sentence answer before your eyes reach option A. | A well-built distractor is attractive only once seen. Arriving with your own answer and the constraint already in hand means the traps get zero head start on your attention. |
| 2 | Kill the anti-pattern | Scan every option for a practice AWS's own Well-Architected guidance flags outright: a hardcoded long-lived credential, a manual SSH patch loop, a single-AZ design offered as "highly available," a wide-open security group, a secret stored as plaintext. | Needs no domain knowledge beyond recognizing bad practice — the cheapest real signal after the qualifier itself, so it runs first against all four options. |
| 3 | Kill on service-mismatch | For each survivor, name the one problem that specific AWS service actually exists to solve, then check it against the stem's actual problem. Drop anything solving a real, adjacent, but different problem. | Requires knowing roughly what each named service is for — a medium-cost check, so it runs second, only on whatever survived the anti-pattern scan. |
| 4 | Re-apply the qualifier, decide the last two | One option left → commit. Two left → re-read the qualifier once more and ask: does "cheapest" and "most resilient" actually point to the same one of these two, or have I been quietly answering a different question than the one that was asked? | The only pass that requires genuine judgment rather than pattern-matching. It's short on purpose — everything upstream exists to leave it as little work as possible. |
Three named trap patterns
☺ Like you're 10: Question-writers reuse the same three tricks over and over, just dressed up in different AWS services each time. Learn the trick by name and it mostly stops working on you.
These three show up constantly across all six DOP-C02 domains, because they are cheap for a question-writer to build and expensive for an unprepared candidate to spot. Learn them by name and you will recognize the shape the instant it reappears wearing a different service's name.
1 — The AWS anti-pattern
An option that would work, technically, in the loosest sense — and that AWS's own Well-Architected Framework, or the pipeline practices taught throughout CI/CD pipelines and secrets & credential management, calls out directly as something not to do. A long-lived IAM access key pasted into a buildspec. A single-AZ RDS instance described as delivering "high availability." A human SSHing into fleet instances to apply patches by hand instead of Systems Manager Patch Manager. A security group open to 0.0.0.0/0 on a management port. These options are almost never subtle — the tell is that the practice is one this whole course, and AWS's own documentation, spends real space warning against. Treat spotting one as a strong signal to eliminate, not proof by itself, since a question can occasionally describe an anti-pattern as the problem in the stem rather than as a wrong answer — read which role it's playing before you cross it off.
2 — Service-mismatch: plausible, wrong domain
A real AWS service, correctly described, that solves a genuinely different problem than the one the stem asked about. This is the pattern that costs the most marks, because unlike the anti-pattern above, nothing about the option itself is wrong — it's simply an answer to an adjacent question. AWS Config evaluates whether resources comply with rules over time; it does not deploy anything. GuardDuty detects threats; it does not remediate them on its own. CodeArtifact stores and versions packages; it does not orchestrate a pipeline. A service-mismatch option takes a real, well-described AWS capability and offers it for a job that is one step to the side of what it's actually built for. The check is mechanical: for each surviving option, finish the sentence "this service exists to ___," and compare that sentence to the stem's actual ask.
3 — The qualifier flip: cost-effective vs. resilient
Two options can both be technically correct responses to the general shape of the scenario, and still only one of them answers the specific word the question actually used. "MOST cost-effective" DR strategy and "MOST resilient" DR strategy are not the same question — the backup-and-restore end of the RTO/RPO spectrum wins the first, multi-site active-active wins the second, and a candidate who answers the general shape of "disaster recovery" instead of the specific qualifier will confidently pick the wrong one of the two. The same flip shows up as "LEAST operational overhead" versus "MOST control," or "fewest steps to implement" versus "most secure." The fix is the one habit worth over-learning on this entire page: circle the qualifier before you read a single option, and re-read it one more time before you commit, because it is astonishingly easy to answer the scenario in general and quietly drop the one word that was actually deciding it.
| Pattern | The tell | The check |
|---|---|---|
| AWS anti-pattern | A practice this course, or AWS's own guidance, warns against directly | Is this something Well-Architected explicitly calls out as bad practice? If yes, it's almost always a distractor. |
| Service-mismatch | A real, correctly-described AWS service — for a slightly different job | Finish "this service exists to ___." Does that match the stem's actual ask? |
| Qualifier flip | Two options both answer the general scenario; only one answers the exact word used | Circle the qualifier first. Re-read it before committing between the last two. |
A single well-built distractor often runs more than one pattern at once — a service-mismatch dressed as a cost saver, wrapped around a mild anti-pattern. Do not expect every wrong option to sort neatly into exactly one box on a first read. Naming any applicable pattern is enough to flag the option as suspect; two of the four worked examples below blend more than one pattern in a single sentence.
Four worked examples
☺ Like you're 10: Four practice questions, taken apart step by step, showing exactly which door gets crossed off first, second and third — and why the trickiest wrong door almost won anyway.
Every question on this page is written for this site to demonstrate the method — none of it is drawn from, or claims to reconstruct, an actual DOP-C02 sitting, and the wording throughout is ours. That's the same framing used by this site's mock exams.
Example 1 · Configuration Management & IaC — the anti-pattern trap
A team manages patching for a fleet of 200 EC2 instances by having an engineer
SSH into each one on a rotating schedule and run the OS package manager by
hand. Which change would MOST reduce operational overhead while keeping
patch compliance auditable?
A. Give every engineer on the team broader SSH key access so patching can
be shared across more people
B. Register the fleet with Systems Manager and use Patch Manager with a
maintenance window and a patch baseline, reviewed via its compliance
reports
C. Write a shell script that loops over a static list of instance IPs and
runs the package manager over SSH on a cron schedule
D. Ask engineers to patch only when they notice an instance behaving
unusually, to save the routine effortPass 2 (anti-pattern scan) does most of the work here in seconds: A doubles down on manual SSH access rather than removing it — more people doing the anti-pattern isn't a fix. C automates the shape of the anti-pattern (a hand-rolled SSH loop) without removing the actual problem — a static IP list drifts the moment the fleet auto-scales, and there's no compliance reporting at all. D removes routine patching entirely, trading "manual and slow" for "reactive and unaudited," which fails the stem's own "auditable" requirement outright. The answer is B — the only option that replaces manual SSH patching with a managed, fleet-aware service built specifically for this job, covered in full in Configuration Management & IaC. The tempting wrong door is C, because "automate the script" sounds like the DevOps-approved move — the anti-pattern isn't manual effort by itself, it's the unmanaged, unaudited SSH loop underneath it, and C just makes that loop run on a timer.
Example 2 · Security & Compliance — anti-pattern plus qualifier
A CodeBuild project needs to pull an API key for a third-party service during
the build. Currently the key is pasted directly into a plaintext environment
variable in the buildspec.yml file, which is committed to the source
repository. Which change is the MOST secure fix, with the LEAST ongoing
operational burden?
A. Move the key into a CodeBuild environment variable configured in the
console instead of the buildspec file, still as plaintext
B. Store the key in Secrets Manager and reference it from the buildspec
using the built-in secrets-manager environment variable syntax
C. Store the key in a private Amazon S3 bucket and have the build download
it over HTTPS at build time
D. Rotate the key manually every 30 days and continue storing it in the
buildspec file, documenting the rotation in a runbookPass 2 removes D outright — it's the textbook anti-pattern (a long-lived secret committed to source) with a manual process bolted on top, and manual rotation is exactly the recurring operational burden the qualifier explicitly rules out. Pass 3 (service-mismatch) is where the real separation happens: A is a genuine improvement — out of source control — but it's still a plaintext value sitting in a service configuration, not a secret managed by a purpose-built store; it has no rotation, no fine-grained access policy, no audit trail. C uses S3, a service built for object storage, to do a secrets-manager's job — nothing about S3 gives you automatic rotation or KMS-backed encryption at rest as a first-class feature the way Secrets Manager does, and building that yourself is exactly the "ongoing operational burden" the question asks you to minimize. The answer is B — the only option using a service purpose-built for this exact job, as covered in Security & Compliance. The tempting wrong door is A, because "get it out of the file" genuinely fixes the worst part of the original anti-pattern — but the qualifier asked for MOST secure, and a plaintext console variable is still a plaintext secret with no rotation.
Example 3 · Resilient Cloud Solutions — the qualifier flip
A company runs a critical application on AWS and wants a disaster-recovery strategy for a full regional outage. Leadership has not decided between two competing priorities and wants options costed both ways. Scenario A asks for the MOST cost-effective strategy that still meets a recovery time objective (RTO) measured in hours. Scenario B asks for the MOST resilient strategy, with an RTO and recovery point objective (RPO) both measured in near-zero, seconds-level terms. Which pairing of strategy to scenario is correct? A. Scenario A: multi-site active-active. Scenario B: backup and restore. B. Scenario A: pilot light. Scenario B: warm standby. C. Scenario A: backup and restore. Scenario B: multi-site active-active. D. Scenario A: warm standby. Scenario B: pilot light.
There's no anti-pattern here and nothing service-mismatched — every strategy named is real and correctly described, so passes 2 and 3 find nothing to cut, which is itself a signal this question lives entirely in pass 4. The four standard DR strategies sit on a single ladder from cheapest-and-slowest to most-expensive-and-fastest: backup and restore, pilot light, warm standby, multi-site active-active — each step trading more standing infrastructure cost for a shorter RTO/RPO, covered in full in Resilient Cloud Solutions. Scenario A's qualifier is cost, with an RTO only as tight as "hours" — that's the cheap end of the ladder, backup and restore, not a strategy that keeps expensive standby infrastructure running. Scenario B's qualifier is resilience, with RTO and RPO both near-zero — that's the expensive end, multi-site active-active, the only strategy where a failover doesn't involve provisioning or scaling anything after the outage starts. The answer is C. A inverts both pairings exactly — the classic qualifier-flip trap, built to catch a candidate who recognized "DR strategy" as the topic but didn't carry each scenario's specific word all the way through to the answer. B and D each get one pairing right and one wrong, which is arguably more dangerous than A, since half-right pattern-matching is what makes them feel safe to pick quickly.
Example 4 · Monitoring & Incident Response — service-mismatch, SELECT TWO
A team wants unhealthy EC2 instances behind an Application Load Balancer to be
automatically replaced the moment the ALB marks them unhealthy — with no human
in the loop, and the fix applied within roughly a minute of the health check
failing. (Select TWO.)
A. Configure an EventBridge rule that matches the ALB target health-change
event and triggers a Systems Manager Automation runbook to terminate and
replace the instance
B. Create a CloudWatch composite alarm that pages an on-call engineer via
SNS when target health degrades
C. Attach the instances to an Auto Scaling group with an ELB health check
type, so unhealthy targets are automatically terminated and replaced
D. Enable AWS Config with a managed rule that flags unhealthy targets for
manual remediation during the next compliance review
E. Schedule a daily AWS Lambda function that lists all target groups and
reports any currently unhealthy targets in a summary emailOn a SELECT TWO item there's no single "best" answer among four — each option is judged on its own against the stem, so the passes run per-option rather than as a horse race. Pass 2 flags nothing as a Well-Architected anti-pattern outright, but the stem's own words — "no human in the loop" — are doing the eliminating instead: B pages a person, which is a detection-and-alert pattern, not an automated fix, so it fails the stem's explicit constraint regardless of how useful paging is in general. D is a compliance-and-visibility tool, not a remediation one — "flags for manual review" is a human in the loop by definition, and on a delay measured in a compliance cycle rather than a minute. Pass 3 (service-mismatch) catches E cleanly: Lambda-on-a-schedule is a genuine automation pattern, but a daily summary email is a reporting job, not a same-minute automated fix — right general idea, wrong tool for the specific speed the stem demands. That leaves A and C, and both genuinely satisfy the stem through different, equally valid mechanisms — an ASG's own ELB health check replacing an unhealthy target directly, and an EventBridge-triggered Automation runbook doing the same thing via an explicit event rule, both covered in Incident & Event Response and Monitoring & Logging. The answer is A and C. The Pearson VUE interface for multiple-response items typically won't let you select more than the number the stem asks for — but the discipline still matters, because it stops you from anchoring on the first two plausible-looking options instead of checking all five against the stem independently.
On a single-best-answer question you are choosing the best of four. On a SELECT TWO or SELECT THREE item, you are deciding, independently, whether each option belongs in the true set — there is no "second-best" runner-up to fall back on if your first pick is wrong. Run all three passes against every option on its own merits rather than ranking them against each other, and don't stop checking once you've found two that seem to fit; a service-mismatch or anti-pattern option can still look tempting sitting in position D or E.
The flag-and-return protocol
☺ Like you're 10: If you genuinely can't decide, don't sit there getting more tired — write down your best guess, mark the question, and come back to it later with a fresher head.
DOP-C02 gives you 180 minutes for 75 questions — 65 scored, 10 unidentified pretest questions mixed in, per the exam guide — which works out to roughly 2.4 minutes per question on average, though scenario paragraphs run long enough that the real budget is closer to 2 minutes on most questions with a reserve saved for the handful that genuinely need three or four. Pearson VUE's testing software provides a "Mark for Review" control and a review screen listing every flagged item before you submit, so flagging costs you nothing mechanically — the only real cost is deciding to spend the two minutes on a question rather than moving forward, and that decision is worth making on purpose rather than by drift.
The rules
- Always record an answer before you flag. Nothing published by AWS indicates a wrong answer costs you more than leaving a question blank — so a flagged blank and a flagged guess are not the same risk. A blank scores zero if the clock beats you to the review pass; a guess is a chance you've already banked. Never leave a flagged question genuinely empty.
- Flag only for a reason you can name in three words. "Down to two, guessed," "unfamiliar service," "misread the qualifier" are reasons. "Felt uneasy" is anxiety, and anxiety will flag half the paper if you let it.
- Cap it at roughly one question in seven or eight. Past that, the flag stops being a tool for genuine uncertainty and becomes a way of deferring the discomfort of committing — and a review pass with twenty flagged items gets nowhere near the careful second look any one of them deserves.
- Reserve the last 15–20 minutes for the review pass. Out of 180, that leaves roughly 160 for a first pass through 75 questions — still just over two minutes each — with a real block of time left over for flagged items, rather than whatever seconds happen to survive.
- On the review pass, change an answer only if you can state what changed. A qualifier you missed the first time, a service detail a later question happened to jog loose, a scenario you now read differently. "Second-guessing" without a reason is exactly as unreliable as first-instinct guessing without one — the deciding factor is always whether you can articulate why.
Guess now, or flag for the second pass?
☺ Like you're 10: If you've squeezed out every clue the four passes can give you, just pick and move on — sitting there longer won't teach you anything new. If you truly have nothing yet, write your best guess, flag it, and let a later question do the work instead.
The decision isn't "am I confident?" — confidence is unreliable under time pressure in both directions. The decision is: have I exhausted what the four-pass order can extract from this question, right now, on its own?
| Where you are | What to do | Why |
|---|---|---|
| Down to one option after passes 2–3 | Commit immediately. Don't re-read a fourth time "just to be sure." | Re-reading a resolved question adds fatigue to questions you haven't seen yet, not information to this one. |
| Down to two, and pass 4's qualifier check actually distinguishes them | Answer now, don't flag. | You've already extracted everything this question can give you this sitting. Flagging just delays a decision that's already final. |
| Down to two or three, but the qualifier doesn't clearly separate them and the underlying service behavior is fuzzy | Record your best guess between the survivors, flag it, move on. | You still have real elimination value banked — a coin flip or better, not a blind quarter-guess. A later question or fresher eyes might close the gap. |
| All four still look plausible and the AWS service itself is unfamiliar | Answer from the category, not the exact service (which domain does this belong to — deployment, monitoring, security?), record it, and flag only if you truly can't place it anywhere. | DOP-C02 scenario questions usually telegraph the domain even when the exact service name draws a blank — a fully blind guess is rarely your only option. |
Guessing a narrowed-down option is essentially always worth taking over leaving a true blank: nothing published indicates AWS deducts marks for an incorrect answer, so a blank and a wrong guess score identically, while a guess between two survivors after real elimination has already beaten a quarter-odds coin flip. The only genuine cost of guessing is time — which is exactly why the four-pass order exists, so that time gets spent on real reasoning rather than re-reading the same paragraph a fifth time hoping a new interpretation appears.
"I used to treat every hard question the same way — stare at it until something felt right, however long that took. The four-pass order fixed that without making me any smarter: anti-pattern scan, service-mismatch scan, and if I'm still stuck between two, I re-read the qualifier one more time before I write anything down. On my own sitting, a later question about CodeDeploy hooks reminded me of the exact AppSpec detail an earlier, flagged question needed. I'd never have gotten there by staring harder at the original one."
Take any mock exam you've already sat once — Set 1 is a good size — and re-sit it with one change: for every question, before you look at the explanation, write down which pass (2 or 3) actually killed each wrong option, and whether the last one or two came down to the qualifier. Where you can't name a pass, you got the question right on recall alone, not method — fine, but the method hasn't been tested on that item yet. Where a wrong option survived both passes and you still picked correctly, go back and work out which of the three trap patterns it actually was; that's the one worth adding to your own mistake log.
Building this into your practice
☺ Like you're 10: Keep a short list of exactly which trick caught you each time — not just what the right answer was. That list becomes the most useful thing you own in the final week.
The method on this page pays for itself twice: once in the exam room, and once earlier, as a diagnostic. Every time a distractor catches you in a mock exam, name its pattern — anti-pattern, service-mismatch, or qualifier flip — next to the one-line rule you'd write in your own revision log, the same way Mock Exam · Set 4 recommends tracking wrong answers by domain. A log that's mostly one pattern tells you something specific and actionable: mostly service-mismatch means you're recognizing services without pinning down exactly what each one is for; mostly qualifier-flip means you're reading scenarios too fast and dropping the one word that was actually deciding them; mostly anti-pattern misses (getting caught by one despite knowing to check) means the eliminate-first habit itself isn't automatic yet, and needs another pass of drilling before exam day.
Know It Cold
The facts that need to come back instant and unhedged — because pass 1 only works if your own answer arrives in a few seconds, not a minute of reasoning.
🐢 Closed-book realityNo Docs Map — Closed Book
Why nothing on this page's flag-and-return protocol involves "looking it up" — DOP-C02 permits no resources at all during the sitting.
🐿️ The referenceThe AWS Service & Command Reference
The service-by-service detail pass 3's mismatch check leans on — what each AWS service actually exists to do.
🦫 The scheduleThe DOP-C02 Study Plan
Where drilling this method fits across your remaining weeks, weighted toward the domains worth the most.
🦉 The rehearsalMock Exam · Set 1
Run the whole method under real scenario questions across all six weighted domains.
🐦 The mirror imageDrill — Diagnose a Production Incident
The hands-on version of this same instinct — gather real evidence in a fixed order before you commit to a hypothesis.
Foxy: This one's got me stuck between B and D. Both sound completely reasonable.
Ellie the Elephant: Read them side by side. What's the one thing actually different between them?
Foxy: …B rotates the secret automatically. D just says "documented in a runbook." Oh — one of these is actually enforced, and the other one depends on someone remembering to do it.
Timmy the Turtle: That's the whole question. Write down B, and move on — you've squeezed everything out of it you're going to.
Gizmo: Or just pick whichever option name-drops the most services. Sounds impressive, must be right. 🤑
Timmy: That's precisely how a service-mismatch catches people, Gizmo. Every service in the sentence can be real and correctly spelled, and the sentence can still answer a different question.
Sol the Sloth: And don't rush the qualifier either. "Cost-effective" and "resilient" point at opposite ends of the same DR ladder — read it slowly, once at the start and once again before you commit. I never regret the extra three seconds.
Foxy: Anti-pattern, mismatch, then the qualifier. Got it.
None of this replaces knowing the material — a perfect elimination method applied to a domain you never studied still lands on a coin flip. What it buys you is the marks that knowledge alone leaves on the table: the question you actually knew but nearly lost to a fluent-sounding service-mismatch option, and the question you didn't fully know but could still narrow to a profitable guess instead of a blind one. Pair this page with the study plan for how much of each domain to actually learn, and the mock exams for where to rehearse the whole method under the real 180-minute clock.
1. Why does pass 1 (answer blind, qualifier circled) ask you to do the opposite of what you'd do while troubleshooting a real, broken pipeline? 2. Put the four passes in order, and say which one runs last and why. 3. Name the three trap patterns, and which one is at work when a real, correctly-described AWS service is offered for a problem that's genuinely adjacent to, but not the same as, the one in the stem. 4. In the disaster-recovery worked example, why does "MOST cost-effective" point to backup and restore while "MOST resilient" points to multi-site active-active? 5. What must you always do before flagging a question, and why does skipping it matter more on DOP-C02 than it might seem? 6. You've eliminated to two options and the qualifier check just resolved them — guess-and-flag, or answer now? Why?
Check your answers
- Because the four options in front of you are partly manufactured to mislead, unlike a build log's honest output — forming your own answer from the stem alone, before reading them, means you spend no attention on the ones built specifically to fool you.
- 1) answer blind, qualifier circled, 2) kill the anti-pattern, 3) kill on service-mismatch, 4) re-apply the qualifier and decide. Pass 4 runs last because it's the only pass requiring real judgment rather than pattern-matching, so it only ever runs on the one or two options that survived the cheaper passes.
- AWS anti-pattern, service-mismatch, qualifier flip. A real service offered for an adjacent-but-different problem is service-mismatch.
- Backup and restore is the cheapest point on the DR ladder — minimal standing infrastructure, an RTO measured in hours, which matches Scenario A's cost priority. Multi-site active-active is the most expensive point — full duplicate infrastructure running continuously, delivering the near-zero RTO/RPO Scenario B's resilience priority demands.
- Record an answer. Nothing published indicates a wrong answer costs more than a blank, so a flagged blank scores zero if the clock beats your review pass, while a flagged guess is a chance you've already banked. It matters more here because there's no partial credit on a multiple-choice item — a blank costs you the entire question, always.
- Answer now, don't flag. You've already extracted everything the question can give you this sitting; flagging only delays an already-final decision and adds nothing.