๐งญ
DOP-C02 Exam Tips
How to read the questions, exam-day tactics, and mechanics โ a mix of a repeatable question-analysis method and community advice from people who passed.
๐ Exam mechanics
Questions
75 total โ 65 scored + 10 unscored (you can't tell which; treat every question seriously).
Time
180 minutes (3 hours) โ about 2.4 min per question.
Format
Multiple choice, multiple response, plus newer ordering, matching, and case-study questions.
Extended time
Request +30 min (210 total) if English isn't your first language โ do it before booking, via your AWS Certification account.
๐ฏ Scoring โ it's scaled, not a percentage
Your raw score (out of the 65 scored questions) is converted to a scaled 100โ1000 score, where 750 = pass. The scaling adjusts for question difficulty, so there is no fixed "X out of 65" that always equals 750.
โ ๏ธ750/1000 is NOT 75%. Community estimates put the raw pass bar around ~72% (roughly ~47 of 65) โ but treat that as an estimate, not a guarantee, because of scaling. In timed practice, aim for ~80%+ to give yourself cushion.
โน๏ธCompensatory scoring: you do NOT need to pass each domain individually. A strong domain (e.g. CI/CD) offsets a weaker one โ so don't panic over a single shaky area.
๐ Domain weightings โ spend time proportionally
Domain 1 โ SDLC Automation largest22% ยท ~17 Q
Domain 2 โ Configuration Management & IaC 17% ยท ~13 Q
Domain 6 โ Security & Compliance 17% ยท ~13 Q
Domain 3 โ Resilient Cloud Solutions 15% ยท ~12 Q
Domain 4 โ Monitoring & Logging 15% ยท ~12 Q
Domain 5 โ Incident & Event Response 14% ยท ~11 Q
๐ฏCI/CD is ~a quarter of the exam. Master CodePipeline / CodeBuild / CodeDeploy and you've covered the single biggest slice.
๐ How to read a question (in order)
- Read the last sentence first. The actual ask is almost always the final line. Read it, then go back to the context knowing what to hunt for.
- Circle the qualifier. MOST/LEAST operationally efficient, cost, secure, available, least dev effort. On hard questions all options work โ the qualifier is the only separator.
- Extract the hard constraints and find the one that eliminates options (e.g. "no internet" kills bastion/NAT; "independent per Region" kills edge-optimized; "can't be deleted by root" forces Vault Lock).
- Predict the answer before reading options. Name the service/pattern first; options become verification, not discovery.
- Ignore narrative fluff โ company names, backstory, dollar figures that don't change the technical ask.
- Diff near-identical options. When two options differ by one clause, that clause IS the question โ evaluate only the difference.
- Classify multi-select: complementary (each answer is a different piece of one solution) vs alternatives (each independently works). Changes how you pick.
โน๏ธStuck on what it's asking? Translate the whole stem into one plain sentence: "Who/what needs to do X, under constraint Y, optimizing for Z?" If you can't write that, you haven't found the ask โ reread the final question line + the qualifier and ignore the rest.
๐งฉ Newer question formats
Ordering
Arrange steps in sequence. Nail the first and last steps first โ usually the most obvious โ then slot the middle.
Matching
Pair items from two lists. Start with the pairs you're most confident about, then use elimination.
Case study
Several questions about one scenario. Read the scenario once, carefully โ it's reused across the questions.
๐ซ "Impossible-mechanism" distractors โ eliminate on sight
AWS plants options describing things that can't happen. If an option asserts one of these, kill it without further thought:
- โ"SCP "grants / allows"โฆ" โ SCPs never grant โ they are ceilings only
- โ"Permissions boundary "allows creating users"" โ Boundaries never grant either โ only cap
- โ"AWS Config "attaches an SCP"" โ Config evaluates compliance; Organizations attaches SCPs
- โ"Notification rule "invokes CodeBuild / Lambda"" โ CodeCommit notification rules only target SNS / AWS Chatbot
- โ"S3 action "runs a script"" โ S3 stores objects; it never executes anything
- โ"CloudTrail "detects the DB failure"" โ CloudTrail logs API calls, not operational events โ use EventBridge / RDS Event Subscriptions
- โ"CloudWatch Metrics Insights "queries the logs"" โ It queries metrics, not raw logs โ Athena (S3 files) or Logs Insights (log groups)
- โ"Turn off cross-zone LB "on the ALB"" โ For an ALB it is disabled at the target-group level, not the LB
โก Keyword โ service reflexes
NetApp / ONTAP / SnapMirror
โ FSx for NetApp ONTAP
"Audit resource configuration / is it compliant now"
โ AWS Config (managed rule, or custom rule + Lambda)
"Who called this API / audit trail"
โ CloudTrail (retain via trail โ S3; query with Athena)
"anonymous is not authorized" (API Gateway)
โ AWS_IAM authorization + SigV4 signing
"Don't reprocess successful SQS messages" + scale
โ ReportBatchItemFailures (+ DLQ)
On-prem shell access, no internet
โ Systems Manager Session Manager (no bastion/NAT)
"React to an AWS event / run on a schedule"
โ EventBridge rule โ target (Lambda / Step Functions / SNS)
"Detect a threat / anomalous IAM behavior"
โ GuardDuty (detect) โ EventBridge โ Lambda (respond)
"Find sensitive data / PII in S3"
โ Macie
"Zero-downtime cutover, terminate old fleet later"
โ CodeDeploy blue/green + termination wait
"Customizations an account can request" (Control Tower)
โ Service Catalog blueprints + AWSControlTowerBlueprintAccess
"Automatically to all new accounts, with SCPs"
โ CfCT (or StackSets auto-deploy)
โน๏ธAlso watch layer / type mismatches: task vs instance (ECS task stop = EventBridge, not EC2 lifecycle) ยท state vs action (Config vs CloudTrail) ยท API type vs endpoint type (edge-optimized is single-Region) ยท detect vs act (GuardDuty/Macie find; EventBridge+Lambda respond).
โฑ๏ธ Exam-day tactics (from people who passed)
Flag-and-return aggressively
One passer marked 25 of 75 and came back with ~45 min left. Never burn time on a hard one โ flag, move on, protect pace.
Skim: beginning, middle, end
Only a few sentences matter. Skim for key terms, then read closely once you know the ask.
Practice in timed exam mode
Rehearse pacing (~2.4 min/Q) before the day. Time pressure โ not knowledge โ is what most people run out of.
Remote-exam logistics
Run the Pearson/VUE system test 1โ2 days early. Expect no pen/paper. Keep your head visible to the camera.
Trust your first read
Second-guessing burns time and often flips a right answer to wrong. Change only with a concrete reason.
Target ~80% in practice
Because scaling is opaque, aim well above the ~72% estimate so you clear the pass line regardless of your question mix.
๐ What transfers from practice dumps โ and what doesn't
โ
Transfers (verified vs AWS sample questions)
- Read-the-ask / find-the-qualifier / eliminate-on-a-constraint
- Keyword โ service reflexes
- Layer & type mismatch spotting
- "All options work, pick the best" โ more common on the real exam
โ ๏ธ Dump-specific โ don't rely on these
- Obvious one-clause option diffs (real distractors are subtler)
- Cartoonishly-broken options (real ones bury the flaw)
- OCR garble as a "tell" โ the real exam is clean
- Trusting the answer key โ this dump has ~7 wrong answers
๐ฏThe real exam is harder in ways a dump can't simulate: strict 2.4 min/question pacing, no answer key or community vote, and fresh service combinations. Do at least one full 75-question, 180-minute timed run before exam day, and calibrate with AWS's official practice set on Skill Builder.
Sources
- AWS Certified DevOps Engineer โ Professional (official)
- DOP-C02 8-Week Study Plan โ Towards The Cloud
- Passing DOP-C02: Tips and Notes โ Tolu Nimi (Medium)
Community pass-rate/raw-score figures are estimates; AWS publishes only the scaled 750/1000 threshold.