- 65 questions (50 scored, 15 unscored) in 130 minutes, passing score is 720/1000.
- Development with AWS Services (32%) is the largest and most code-heavy domain.
- Unanswered questions count as incorrect - always submit an answer, even a guess.
- Security (26%) trips up developers who only know IAM basics, not KMS/Cognito depth.
Difficulty Snapshot: What Makes DVA-C02 Hard
The AWS Certified Developer - Associate (DVA-C02) exam is not conceptually "hard" the way an advanced math exam is hard - it's hard because it demands breadth across four unevenly weighted domains and depth in service-specific behavior that only shows up when you've actually built something on AWS. Amazon Web Services, Inc. governs the exam, delivering it through Pearson VUE test centers or online proctoring, and pricing it at a flat $150 USD with no separate member or non-member tier. That flat fee matters for difficulty perception: there's no cheap way to "just try it," so most candidates prepare more seriously than they might for a lower-stakes test.
The real difficulty comes from three places: the sheer number of services tested under Development with AWS Services, the way Security questions blend into every other domain, and the fact that AWS does not publish pass rates, so you can't calibrate your odds against public data. If you want the full breakdown of what "hard" means numerically, see our DVA-C02 Pass Rate 2026: What the Data Shows analysis.
Question Format and Scoring Mechanics
Understanding the exact mechanics of DVA-C02 changes how you should prepare, because the format itself creates difficulty independent of content knowledge.
- 65 total questions - only 50 are scored; 15 are unscored pretest items AWS uses to evaluate future questions, including emerging AI-assisted development and AI security topics.
- 130 minutes to complete the exam, which averages to exactly 2 minutes per question - tight when scenario-based questions run three or four paragraphs long.
- Multiple choice and multiple response formats - multiple response questions (choose two or three correct answers) are graded as all-or-nothing, so partial credit doesn't exist.
- Unscored questions are not identified - you cannot tell which of the 65 questions count, so every question must be treated as if it matters.
- Compensatory scoring - AWS uses a scaled score from 100 to 1000, and you need 720 to pass. You don't need to pass every domain individually; strong performance in one area can offset a weaker one.
- Unanswered questions count as incorrect, and there is no separate penalty for wrong guesses. This means blind guessing is always mathematically better than leaving a question blank.
Key Takeaway
Because compensatory scoring is used, don't panic if Troubleshooting and Optimization questions feel weak - a strong Development with AWS Services performance can carry your overall scaled score above 720.
Non-native English speakers should note that AWS allows a 30-minute exam time extension when the exam is not available in the candidate's preferred language - a detail worth confirming during registration if English fluency under time pressure is a concern.
Domain-by-Domain Difficulty Breakdown
DVA-C02 difficulty isn't evenly distributed. Each domain has its own flavor of hard, and understanding that helps you allocate study time correctly. For the full topic-level breakdown of each domain, see the DVA-C02 Exam Domains 2026: Complete Guide to All 4 Content Areas.
Domain 1: Development with AWS Services (32%)
This is the largest domain and the hardest to shortcut, because it requires practical familiarity with how Lambda, DynamoDB, and API Gateway actually behave under real conditions - not just their marketing descriptions.
- Lambda cold starts, concurrency limits, environment variables, and layers
- DynamoDB partition key design, GSIs/LSIs, and capacity modes
- API Gateway integration types, throttling, and request/response mapping
- AWS SDKs and CLI usage patterns for building and testing applications
- Event-driven architecture using SQS, SNS, and EventBridge
Deep-dive further in our DVA-C02 Domain 1: Development with AWS Services (32%) - Complete Study Guide 2026.
Domain 2: Security (26%)
Security is difficult not because any single topic is complex, but because it's woven throughout every scenario question in the other three domains too. Candidates who treat security as an isolated topic underperform.
- IAM roles vs. policies, and least-privilege permission design
- Encryption in transit and at rest using KMS
- Authentication and authorization with Cognito user pools and identity pools
- Secrets management via Secrets Manager and Parameter Store
See the full guide at DVA-C02 Domain 2: Security (26%) - Complete Study Guide 2026.
Domain 3: Deployment (24%)
This domain is hard because it tests CI/CD reasoning, not memorization - you need to know why you'd choose one deployment strategy over another for a given failure tolerance.
- CodePipeline, CodeBuild, and CodeDeploy workflows
- Deployment strategies: blue/green, canary, and rolling
- SAM and CloudFormation for infrastructure as code
- Elastic Beanstalk deployment configurations
Full breakdown: DVA-C02 Domain 3: Deployment (24%) - Complete Study Guide 2026.
Domain 4: Troubleshooting and Optimization (18%)
The smallest domain by weight, but arguably the most scenario-heavy - questions here often ask you to diagnose a broken system from logs and metrics rather than recall a fact.
- Reading and interpreting CloudWatch Logs, metrics, and X-Ray traces
- Diagnosing Lambda timeout, memory, and permission errors
- Performance optimization for DynamoDB and caching layers
More detail: DVA-C02 Domain 4: Troubleshooting and Optimization (18%) - Complete Study Guide 2026.
Who Struggles With DVA-C02 (and Why)
The candidates who find DVA-C02 hardest tend to fall into a few recognizable groups:
- Infrastructure-first engineers without coding depth - DVA-C02 assumes proficiency in at least one high-level programming language and comfort with SDKs, so candidates coming purely from an ops or networking background often struggle with the code-reading questions in Development with AWS Services.
- Developers who've never touched CI/CD on AWS - if your production deployments happen through a third-party pipeline unrelated to CodePipeline/CodeDeploy, the Deployment domain will feel unfamiliar even if you're a strong coder.
- Security generalists - knowing IAM basics isn't enough; the exam expects fluency across Cognito, KMS, and Secrets Manager working together in application contexts.
- First-time certification takers - the 130-minute, 65-question scenario format itself is a skill. Candidates who haven't practiced full-length timed exams often run out of time on long scenario questions.
If you're still deciding whether this exam fits your career stage, our overview of What Is DVA-C02 Certification? and the ROI-focused Is the DVA-C02 Certification Worth It? Complete ROI Analysis 2026 both cover this in depth.
How DVA-C02 Compares to Other AWS Exams
Difficulty is relative. Here's how DVA-C02's format stacks up against what many candidates already know about AWS's certification ladder.
| Factor | DVA-C02 (Associate) | General Pattern at Professional Level |
|---|---|---|
| Question count | 65 (50 scored + 15 unscored) | Similar structure, longer scenarios |
| Time allowed | 130 minutes | Typically longer per question due to complexity |
| Passing score | 720 / 1000 (scaled, compensatory) | Same scale, same compensatory model |
| Prerequisites | None formal; 1 year hands-on recommended | None formal; associate-level knowledge assumed |
| Renewal | 3 years; retake latest Developer - Associate or pass DevOps Engineer - Professional | 3 years; similar renewal paths |
Notice the renewal flexibility: passing the AWS Certified DevOps Engineer - Professional exam also renews your DVA-C02 certification, which is worth knowing if your career is heading toward automation and operations roles.
Building a Realistic Prep Timeline
Generic study advice rarely accounts for how unevenly weighted DVA-C02's domains are. Instead of splitting your study time evenly across four domains, weight your schedule toward Development with AWS Services and Security, since together they make up 58% of the exam.
Development with AWS Services (32%)
- Build a small Lambda + API Gateway + DynamoDB application from scratch
- Practice AWS CLI and SDK calls for common CRUD operations
- Study event-driven patterns with SQS, SNS, and EventBridge
Security (26%)
- Design IAM policies for the app you built in weeks 1-2
- Add Cognito authentication and KMS encryption to the same project
- Review Secrets Manager vs. Parameter Store use cases
Deployment (24%)
- Deploy your project using SAM or CloudFormation
- Set up a CodePipeline with CodeDeploy using a blue/green strategy
- Compare deployment strategies against different downtime tolerances
Troubleshooting and Optimization (18%) + Full Reviews
- Break your app intentionally and diagnose it using CloudWatch Logs and X-Ray
- Take two full-length, timed practice exams under real 130-minute conditions
- Review every incorrect answer by domain, not just overall score
This structure ties directly into a broader study plan - for a step-by-step version with resource recommendations, read the DVA-C02 Study Guide 2026: How to Pass on Your First Attempt.
Practical Ways to Reduce the Difficulty
You can't change the exam's content weighting, but you can control how prepared you are for its specific pressure points.
- Simulate the 2-minutes-per-question pace early. Long scenario questions eat time fast; practicing under the actual 130-minute limit exposes pacing problems before exam day.
- Never leave a question blank. Since unanswered questions count as incorrect and there's no guessing penalty, always select an answer even under time pressure.
- Build, don't just read. Because the exam tests hands-on familiarity with Lambda, DynamoDB, and API Gateway, spinning up a real free-tier project will teach you more than passively reading documentation.
- Take full practice exams on our AWS certification practice test platform to get used to the multiple response format, where partial credit doesn't exist.
- Budget for the $150 exam fee correctly. If you hold an active AWS certification already, you're eligible for a 50% discount voucher - check the full pricing mechanics in DVA-C02 Certification Cost 2026: Complete Pricing Breakdown.
For a broader look at what this credential actually represents in your career, see What Is DVA-C02? and DVA-C02 Certification, or if you're comparing it against other titles you've seen referenced, check DVA-C02 Meaning and What Does DVA-C02 Stand For?.
FAQ
Yes, in terms of technical depth. DVA-C02 assumes hands-on coding and service configuration experience, while Cloud Practitioner is a foundational, conceptual exam with no hands-on expectation.
No. AWS does not publicly disclose pass rates for DVA-C02 or its other certifications, so difficulty is best judged by content scope and domain weighting rather than statistics. See DVA-C02 Pass Rate 2026: What the Data Shows for more context.
There's no fixed "wrong answer" count because AWS uses compensatory scaled scoring from 100-1000 with a passing threshold of 720. Performance across all 50 scored questions is combined, not evaluated per domain.
No. The 15 unscored pretest questions are mixed in with the 50 scored questions and are not labeled, so every one of the 65 questions must be treated as if it counts.
Unanswered questions are automatically scored as incorrect, and there is no separate penalty for guessing. Always select an answer for every question before time expires.