- AWS does not publish pass rates for DVA-C02 or any certification exam - treat online percentages as guesses.
- Passing requires a scaled score of 720 out of 1000, using compensatory scoring across all domains.
- Development with AWS Services carries 32% weight - the single biggest lever on your outcome.
- Unanswered questions count as incorrect, so pacing across 65 questions in 130 minutes matters more than perfectionism.
Does AWS Publish a DVA-C02 Pass Rate?
No. Amazon Web Services, Inc. governs the DVA-C02 exam and, like every AWS certification, does not publicly disclose pass rate data. Any number you see quoted on a forum, a course landing page, or a "pass rate 2026" listicle is either an estimate, a survey of a small self-selected group, or fabricated. There is no official AWS report, no Pearson VUE aggregate release, and no third-party audit that produces a verified DVA-C02 pass percentage.
This matters because candidates often make study decisions based on a headline stat - "only 60% pass" or "70% pass rate" - without realizing the number has no source. Instead of chasing an invented statistic, it's more useful to understand the actual mechanics that determine whether an individual candidate passes: the scoring model, the domain weighting, the question format, and the experience bar AWS recommends. Those factors are documented, consistent, and directly within your control.
How the 720 Scaled Score Actually Works
DVA-C02 uses a scaled scoring system from 100 to 1000, and the passing mark is 720. The exam contains 65 total questions, but only 50 are scored - the remaining 15 are unscored pretest items AWS uses to evaluate future exam content, including emerging AI-assisted development and AI security topics. You will not know which 15 questions are unscored, so there's no shortcut to "skip the ones that don't count." Every question must be treated as if it counts, because functionally, you can't tell the difference.
AWS uses compensatory scoring, meaning there is no minimum threshold you must clear in each individual domain. A weaker showing in Security can be offset by a stronger showing in Development with AWS Services, as long as your overall scaled score clears 720. This is different from exams that impose per-domain cutoffs, and it changes how you should allocate study time - you're optimizing for total points, not domain-by-domain mastery.
One scoring detail candidates frequently overlook: unanswered questions are marked incorrect, and there's no separate penalty for guessing beyond that. If you're running low on time near the end of your 130 minutes, guessing on remaining multiple choice and multiple response items is strictly better than leaving them blank.
Key Takeaway
Because scoring is compensatory, don't obsess over perfecting your weakest domain. Instead, make sure your strongest domain (Development with AWS Services at 32%) is genuinely strong, since it carries the most raw point potential.
Domain Weighting and Where Candidates Lose Points
The DVA-C02 exam guide breaks the content into four domains, and the weighting tells you exactly where risk concentrates:
| Domain | Weight | Core Focus |
|---|---|---|
| Development with AWS Services | 32% | Lambda, DynamoDB, API Gateway, SDKs/CLI, event-driven patterns |
| Security | 26% | IAM, authentication/authorization, encryption, application security |
| Deployment | 24% | CI/CD pipelines, deployment strategies, packaging |
| Troubleshooting and Optimization | 18% | Root-cause analysis, monitoring, performance tuning |
Because Development with AWS Services alone accounts for nearly a third of scored questions, weakness here has an outsized impact on your final scaled score. A deep dive into this domain - Lambda function configuration, DynamoDB read/write capacity and indexing, API Gateway integration patterns, and event-driven architecture using services like SQS, SNS, and EventBridge - pays off more than spreading effort evenly across all four areas. For a full breakdown of exactly what's tested, the Domain 1: Development with AWS Services study guide maps every subtopic against the official exam guide.
Security at 26% is the second-largest domain and one where candidates with limited hands-on IAM experience tend to lose points. Misunderstanding the difference between resource-based and identity-based policies, or how AWS STS temporary credentials interact with Lambda execution roles, shows up repeatedly in scenario questions. The Domain 2: Security study guide covers these distinctions in depth.
Deployment (24%) tests CI/CD familiarity - CodePipeline, CodeDeploy, CodeBuild, and deployment strategies like blue/green and canary. Candidates coming from a pure development background without pipeline exposure often underestimate this domain; see the Domain 3: Deployment study guide for the full scope. Troubleshooting and Optimization (18%) is the smallest domain but still requires fluency with CloudWatch, X-Ray, and log-based debugging, detailed in the Domain 4: Troubleshooting and Optimization study guide.
For a domain-by-domain narrative that ties all four together with study sequencing advice, the DVA-C02 Exam Domains complete guide is a useful companion.
Development with AWS Services (32%) - Highest Leverage Domain
Candidates must be comfortable writing and deploying Lambda functions, designing DynamoDB tables and access patterns, and wiring API Gateway to backend compute.
- Lambda: triggers, environment variables, layers, concurrency, cold starts
- DynamoDB: partition/sort keys, GSIs/LSIs, capacity modes, DynamoDB Streams
- API Gateway: REST vs HTTP APIs, authorizers, throttling
- Event-driven patterns using SQS, SNS, EventBridge, and Step Functions
Question Format and Why It Affects Outcomes
DVA-C02 uses two question formats: standard multiple choice (one correct answer among four options) and multiple response (two or more correct answers among five or more options). Multiple response questions are graded as all-or-nothing - partial credit isn't awarded for selecting some but not all correct options. This format detail is one reason candidates who "feel confident" walking out sometimes score lower than expected: getting three out of four correct selections on a multiple response item earns zero points for that question.
The exam is delivered through Pearson VUE, either at a physical test center or via online proctoring, and costs $150 USD with no separate member/non-member pricing. You have 130 minutes to work through 65 questions - roughly two minutes per question, though scenario-based items in Development with AWS Services and Security tend to require more reading time than straightforward Deployment or Troubleshooting questions. Budgeting your time with this asymmetry in mind, rather than pacing evenly, is a small but real edge.
Non-native English speakers can request a 30-minute exam time extension when the exam isn't available in their preferred language - a detail worth confirming during registration if it applies to you.
Who Tends to Pass - and Who Struggles
There are no formal prerequisites for DVA-C02, but AWS recommends at least one year of hands-on experience developing and maintaining applications on AWS, proficiency in at least one high-level programming language, familiarity with application lifecycle management, working knowledge of the AWS CLI, SDKs, and APIs, exposure to CI/CD practices, and a baseline understanding of application security.
In practice, candidates who pass comfortably tend to have actually built something on AWS - a Lambda-backed API, a DynamoDB-driven application, a CI/CD pipeline through CodePipeline - rather than relying solely on video courses. Candidates who struggle are often strong in general software engineering but have limited real AWS console/CLI time, which shows up in scenario questions that assume familiarity with service configuration screens and CLI syntax.
This certification also attracts a specific hiring audience: backend and full-stack developers moving into cloud-native roles, DevOps-adjacent engineers who need AWS service depth, and career switchers targeting AWS shops. If you're weighing whether the credential lines up with your goals, Is the DVA-C02 Certification Worth It? and DVA-C02 Jobs both cover the employer side of that equation, while DVA-C02 Salary Guide 2026 looks at compensation trends for certified developers.
For a broader gut-check on difficulty relative to other AWS associate exams, How Hard Is the DVA-C02 Exam? walks through comparative difficulty factors in more detail than pass-rate speculation ever could.
A Domain-Weighted Prep Timeline
Generic study techniques - spaced repetition, timed practice blocks, active recall - work fine for DVA-C02, but they only pay off when applied against the right content in the right order. Given the domain weights, a five-week schedule that front-loads the highest-value material looks like this:
Development with AWS Services (32%)
- Build and deploy a Lambda function triggered by API Gateway
- Design a DynamoDB table with a GSI and test query patterns
- Practice event-driven wiring with SQS/SNS/EventBridge
Security (26%)
- Write and test IAM policies for Lambda execution roles
- Compare identity-based vs resource-based policies
- Review encryption options: KMS, SSE, in-transit vs at-rest
Deployment (24%)
- Build a basic CodePipeline with CodeBuild and CodeDeploy
- Compare blue/green, canary, and rolling deployment strategies
Troubleshooting and Optimization (18%) + Full Review
- Practice reading CloudWatch Logs and X-Ray traces
- Take full-length timed practice exams under 130-minute constraints
- Revisit weak areas identified across all four domains
This sequencing isn't arbitrary - it mirrors the point value of each domain. Spending two full weeks on Development with AWS Services before moving on reflects its 32% weight, while Troubleshooting and Optimization gets a single week reflecting its smaller 18% share. For a more granular week-by-week breakdown with resource recommendations, see the DVA-C02 Study Guide 2026.
Retake Mechanics and the Real Cost of Failing
Since AWS doesn't publish pass rates, there's no way to know statistically how many candidates need a second attempt. What is known is the cost structure: each attempt is $150 USD, delivered through Pearson VUE, and there are no bundled discounts for retakes published by AWS. Active AWS certification holders do receive a 50% discount voucher as a certification benefit, which can offset the cost of a second attempt or a future recertification exam - but that benefit applies to certified individuals, not first-time candidates.
The certification itself is valid for three years, and renewal happens by passing the latest Developer - Associate exam or by earning the AWS Certified DevOps Engineer - Professional credential. Given that retake cost is a fixed $150 with no guessing penalty beyond leaving answers blank, the practical strategy is straightforward: use full-length timed practice exams to simulate the compensatory scoring model before you sit the real thing, so you understand roughly where your scaled score lands before spending the fee. You can run through realistic practice scenarios at DVA-C02 Exam Prep's practice test platform to gauge readiness against domain-weighted question distributions similar to the real exam.
If your goal is simply understanding what the credential represents before committing to a study plan, background primers like What Is DVA-C02?, DVA-C02 Meaning, and DVA-C02 Certification lay out the fundamentals, while DVA-C02 Certification Cost 2026 breaks down the full pricing picture including exam fees, training, and materials.
Frequently Asked Questions
AWS does not publish pass rate data for DVA-C02 or any of its certifications. Any specific percentage circulating online is unverified. Focus instead on the documented passing score of 720 out of 1000 and the domain weightings, which are the real factors under your control.
The exam uses a scaled score from 100 to 1000, with 720 required to pass. Scoring is compensatory across all four domains, meaning strong performance in one domain, such as Development with AWS Services, can offset weaker performance elsewhere, as long as your total scaled score clears 720.
No. The exam includes 65 total questions, but only 50 are scored; 15 are unscored pretest items used by AWS for future exam development, including emerging AI-assisted development and AI security topics. Since unscored questions aren't identified, treat every question as if it counts.
Development with AWS Services carries the highest weight at 32%, covering Lambda, DynamoDB, API Gateway, AWS SDKs/CLI, and event-driven patterns. Given compensatory scoring, mastering this domain has the largest single impact on your final scaled score.
Unanswered questions are automatically counted as incorrect, and there's no additional penalty for an incorrect guess. With 130 minutes for 65 questions, it's better to guess on remaining multiple choice or multiple response items than leave them blank if time runs short.