- What the DVA-C02 Certification Actually Is
- Exam Format, Fee, and Registration Mechanics
- The Four DVA-C02 Domains Explained
- Who Hires DVA-C02-Certified Developers
- Prerequisites and Recommended Experience
- Scoring, Passing, and What "720" Really Means
- Building a Study Timeline Around the Domains
- Validity, Renewal, and Recertification Benefits
- Frequently Asked Questions
- DVA-C02 has 65 questions (50 scored, 15 unscored) over 130 minutes, and costs $150 USD.
- Passing requires a scaled score of 720 out of 1000 using compensatory scoring across domains.
- Development with AWS Services is the largest domain at 32%, centered on Lambda, DynamoDB, and API Gateway.
- No formal prerequisites exist, but AWS recommends at least one year of hands-on development experience.
What the DVA-C02 Certification Actually Is
The AWS Certified Developer - Associate (DVA-C02) is a role-based credential governed by Amazon Web Services, Inc., built to validate that you can design, build, deploy, and troubleshoot applications on AWS using core compute, storage, and messaging services. It sits at the associate tier, positioned between foundational certifications and the professional-level DevOps Engineer credential. Unlike broad architecture exams, DVA-C02 is deliberately code-and-service-focused: it assumes you write applications against AWS APIs and SDKs rather than only designing infrastructure diagrams.
If you're researching this credential for the first time, it helps to also read a plain-language breakdown of what DVA-C02 is and what the DVA-C02 meaning behind the code actually represents, since the naming convention itself tells you which AWS certification track and version you're dealing with.
Exam Format, Fee, and Registration Mechanics
DVA-C02 is delivered through Pearson VUE test centers or online proctoring, giving candidates flexibility to sit the exam at a physical location or from home. The exam fee is $150 USD, and AWS does not publish a separate member or non-member pricing tier - everyone pays the same rate regardless of prior certifications or AWS Partner status.
Format-wise, expect 65 total questions delivered as multiple choice or multiple response items within a 130-minute window. Of those 65 questions, 50 are scored and 15 are unscored pretest items that AWS uses to evaluate future exam content - including emerging areas like AI-assisted development workflows and AI-related security considerations. You won't know which questions are unscored, so every question should be treated as if it counts.
- Unanswered questions count as incorrect - there is no separate penalty for guessing, so never leave a question blank.
- No hands-on labs are part of this exam; everything is scenario-based multiple choice or multiple response.
- Non-native English speakers can request a 30-minute time extension when the exam isn't offered in their preferred language.
For a full line-item breakdown of what you're actually paying for - registration, retakes, and optional prep materials - see the dedicated DVA-C02 certification cost breakdown.
The Four DVA-C02 Domains Explained
DVA-C02 content is organized into four official domains, each with a fixed weight on the exam. Understanding these weights is the single most important planning input for your study schedule, because time spent should roughly mirror exam weight.
Domain 1: Development with AWS Services (32%)
This is the largest and most heavily tested domain. It centers on writing and deploying application code that interacts directly with AWS services.
- AWS Lambda function design, packaging, and event sources
- DynamoDB data modeling, indexes, and read/write capacity patterns
- API Gateway integration with backend compute
- Using AWS SDKs and the CLI for programmatic service interaction
- Event-driven architecture patterns (SNS, SQS, EventBridge)
For a granular walkthrough of this domain's subtopics, see the Domain 1: Development with AWS Services study guide.
Domain 2: Security (26%)
Security is the second-largest domain and covers how applications authenticate, authorize, and protect data in transit and at rest.
- IAM roles, policies, and least-privilege permission design
- Cognito user pools and identity federation for application auth
- Encryption using KMS for data at rest and in transit
- Securely managing secrets and credentials in application code
Dive deeper with the Domain 2: Security study guide to see exactly which services and failure scenarios AWS tests.
Domain 3: Deployment (24%)
This domain tests your ability to package, deploy, and manage application versions using AWS-native CI/CD tooling.
- CodeDeploy, CodeBuild, and CodePipeline workflows
- Elastic Beanstalk deployment strategies
- Serverless Application Model (SAM) and CloudFormation for infrastructure as code
- Blue/green, canary, and rolling deployment tradeoffs
See the full Domain 3: Deployment study guide for deployment strategy comparisons and common exam traps.
Domain 4: Troubleshooting and Optimization (18%)
The smallest domain by weight but often the most conceptually demanding, since it requires synthesizing knowledge from the other three domains to diagnose failures.
- Reading and interpreting CloudWatch logs, metrics, and X-Ray traces
- Debugging Lambda cold starts, timeouts, and throttling
- Identifying root causes of performance and cost inefficiencies
Review the Domain 4: Troubleshooting and Optimization study guide for scenario patterns AWS favors.
For a side-by-side view of how all four domains interconnect and overlap in real exam questions, the complete guide to all 4 content areas is worth reading before you build a study plan.
| Domain | Weight | Primary Focus |
|---|---|---|
| Development with AWS Services | 32% | Lambda, DynamoDB, API Gateway, SDKs/CLI, event-driven design |
| Security | 26% | IAM, Cognito, KMS, secrets management |
| Deployment | 24% | CodePipeline, Elastic Beanstalk, SAM/CloudFormation |
| Troubleshooting and Optimization | 18% | CloudWatch, X-Ray, debugging Lambda and performance issues |
Who Hires DVA-C02-Certified Developers
Because DVA-C02 is code-centric rather than architecture-centric, it maps closely to job titles like cloud application developer, backend engineer, full-stack developer working on serverless systems, and DevOps-adjacent engineers who write application code as part of their pipeline work. Employers use the certification as a signal that a candidate already understands AWS SDK usage, Lambda-based architectures, and secure deployment practices - reducing onboarding time for teams already running production workloads on AWS.
Common hiring contexts include organizations migrating monolithic applications to serverless or containerized architectures, consultancies building on AWS for multiple clients, and product teams that rely heavily on managed services like DynamoDB and API Gateway instead of self-managed infrastructure. If you're evaluating career impact, the DVA-C02 jobs overview and the DVA-C02 salary guide break down how this credential is positioned relative to other AWS paths.
Prerequisites and Recommended Experience
There are no formal prerequisites for DVA-C02 - anyone can register and sit the exam regardless of prior certifications. That said, AWS explicitly recommends candidates have:
- At least one year of hands-on experience developing and maintaining applications on AWS
- Proficiency in at least one high-level programming language
- Understanding of the application lifecycle and development practices
- Working experience with AWS CLI, SDKs, and APIs
- Familiarity with CI/CD concepts and pipelines
- Foundational knowledge of application security practices
Candidates without this background often underestimate the exam's difficulty because the questions assume you've actually written and debugged code against AWS services, not just read about them. If you're unsure whether you're ready, the DVA-C02 difficulty guide walks through what makes this exam harder than it looks on paper.
Scoring, Passing, and What "720" Really Means
DVA-C02 uses a scaled scoring system ranging from 100 to 1000, and the passing threshold is a scaled score of 720. AWS uses compensatory scoring, meaning you don't need to pass each domain individually - a strong performance in Development with AWS Services can offset a weaker showing in Troubleshooting and Optimization, as long as your overall scaled score clears 720.
AWS does not publicly disclose pass rates for DVA-C02, so any specific percentage you see quoted elsewhere should be treated skeptically. What's publicly confirmed is the scoring mechanism itself: 50 scored questions determine your result, the 15 unscored questions are indistinguishable from scored ones, and there's no penalty beyond an unanswered question being marked incorrect.
Key Takeaway
Because scoring is compensatory, allocate study time proportional to domain weight - Development with AWS Services (32%) and Security (26%) together account for more than half your scored questions.
For more context on how AWS structures scoring transparency (or the lack of it) across its associate-level exams, see the DVA-C02 pass rate analysis, which explains why AWS withholds this data and what indirect signals candidates can use instead.
Building a Study Timeline Around the Domains
Rather than following a generic study calendar, structure your prep around DVA-C02's domain weights specifically. A candidate with the AWS-recommended one year of hands-on experience typically needs several weeks of focused review; someone newer to AWS development will need longer, particularly on Domain 1 and Domain 2 content.
Development with AWS Services (32%)
- Build and deploy a Lambda function triggered by S3 and API Gateway events
- Model a DynamoDB table with a global secondary index for a real query pattern
- Practice AWS CLI and SDK calls for the services you're weakest on
Security (26%)
- Write IAM policies scoped to least privilege for a Lambda execution role
- Configure Cognito user pools for application-level authentication
- Practice encrypting data with KMS and rotating secrets
Deployment (24%)
- Deploy an application using SAM and CloudFormation templates
- Compare blue/green versus canary deployment configurations in CodeDeploy
- Run a full pipeline through CodePipeline end to end
Troubleshooting and Optimization (18%) + Full Review
- Analyze CloudWatch logs and X-Ray traces for a deliberately broken Lambda function
- Take full-length practice exams under the 130-minute time limit
- Revisit weak domains identified from practice test scoring
For a more detailed week-by-week plan, including resource recommendations and how to sequence practice exams, the DVA-C02 study guide for 2026 expands on this exact structure. You can also run through timed practice questions on our practice test platform to get comfortable with the multiple choice and multiple response format before exam day.
Validity, Renewal, and Recertification Benefits
Once earned, DVA-C02 remains valid for 3 years. Renewal happens by passing either the latest version of the Developer - Associate exam or by passing the AWS Certified DevOps Engineer - Professional exam, which effectively recertifies your associate-level credential as well. Active AWS certification holders also receive exam benefits, including a 50% discount voucher toward future AWS certification exams - a detail worth factoring into your longer-term certification roadmap if you're planning to pursue professional-level credentials later.
If you're still weighing whether the time and cost investment make sense for your career stage, the ROI analysis on whether DVA-C02 is worth it compares the credential against alternative learning paths and unofficial signals of value.
Frequently Asked Questions
Yes. DVA-C02 is the current version, having replaced the earlier DVA-C01. It includes updated content areas such as emerging AI-assisted development and AI security topics, which may appear as unscored pretest questions.
The exam has 65 total questions - 50 scored and 15 unscored - delivered over 130 minutes in multiple choice or multiple response format.
You need a scaled score of 720 on a 100-1000 scale. AWS uses compensatory scoring, so overall performance across domains matters more than passing each domain individually.
No formal prerequisites exist. AWS recommends at least one year of hands-on AWS development experience and proficiency in a high-level programming language, but there is no enforced requirement.
Development with AWS Services carries the highest weight at 32%, covering Lambda, DynamoDB, API Gateway, and AWS SDKs/CLI, followed by Security at 26%. These two domains together represent the majority of scored questions.