DVA-C02 exam domains
The DVA-C02 exam is weighted across 4 domains. Pick any domain below to drill it — or read the full breakdown in the FAQ.
| Exam domain | Exam weight | Practice |
|---|---|---|
| Development with AWS Services | 32% | Practice this topic |
| Security | 26% | Practice this topic |
| Deployment | 24% | Practice this topic |
| Troubleshooting and Optimization | 18% | Practice this topic |
Sample DVA-C02 questions
A sample of the DVA-C02 questions on this hub. Each links through to the full question, the correct answer, and an explanation of why every other option is wrong.
- A developer is deploying a customer-facing web application behind an Application Load Balancer (ALB). The security team requires that all traffic betw…View question
- A developer maintains a REST API on Amazon API Gateway that serves a product catalog. The GET /products endpoint receives thousands of identical reque…View question
- A developer exposes a REST API through Amazon API Gateway that forwards requests to a Lambda function. The Lambda code is being invoked with malformed…View question
- A developer maintains a monolithic web application backed by an Amazon Aurora MySQL cluster with a single writer instance. Product teams now run heavy…View question
- A developer maintains a production CloudFormation stack that runs a public-facing API. Before applying a modified template that alters an RDS instance…View question
- A team manages its production infrastructure with an AWS CloudFormation stack. An engineer reports that a security group rule was manually modified in…View question
- A developer is preparing to deploy a serverless application defined in an AWS CloudFormation template. The template references a Lambda function whose…View question
- A developer is authoring a CloudFormation template that provisions an RDS database. The template accepts the master database password as an input para…View question
- A developer runs a media website on an Application Load Balancer backed by EC2 instances. Product images and CSS/JS files rarely change but are reques…View question
- A developer supports a Lambda function that processes uploaded orders. During flash sales, customers report failed order submissions. In CloudWatch, t…View question
Key DVA-C02 terms
Start with these terms, then explore the full glossary. Each links to a plain-English definition written for the DVA-C02 exam.
DVA-C02 frequently asked questions
What is the DVA-C02 certification?+
AWS positions the Developer - Associate as proof that you can build, deploy, and maintain applications on AWS. The exam leans on serverless and application services — Lambda, DynamoDB, API Gateway, SQS/SNS, Cognito, KMS — and expects you to reason about how they fit together in code rather than how to click through the console.
AWS suggests around one year of hands-on experience developing applications with AWS services before attempting it. Focused study on the core developer services and their SDK patterns, plus practice on scenario questions, is what the exam actually rewards.
What topics are on the DVA-C02 exam?+
The DVA-C02 exam is organised into four weighted domains. The percentages below are each domain’s share of scored content, so bias your study time toward the heavier domains — Development with AWS Services and Security together make up more than half of your score.
Development with AWS Services (32%)
The heaviest domain. It covers writing application code that runs on AWS — architectural patterns (event-driven, microservices, fanout), idempotency, and synchronous vs asynchronous designs — plus developing AWS Lambda functions (event source mappings, concurrency, configuration) and using data stores such as DynamoDB (keys, indexes, capacity modes, Streams), S3, and caching with ElastiCache or DAX.
Security (26%)
Focuses on securing applications on AWS. It spans authentication and authorization with Amazon Cognito, IAM roles, and temporary credentials from AWS STS, encryption at rest and in transit with AWS KMS, and managing sensitive data with AWS Secrets Manager and Systems Manager Parameter Store rather than hard-coding secrets.
Deployment (24%)
Covers getting application artifacts onto AWS. It includes preparing deployment packages and container images, infrastructure as code with AWS SAM and CloudFormation, and automating builds, tests, and releases with the AWS developer tools (CodePipeline, CodeBuild, CodeDeploy, CodeArtifact) using strategies such as blue/green and canary with Lambda versions and aliases.
Troubleshooting and Optimization (18%)
The smallest domain. It centres on root cause analysis from logs, metrics, and traces (Amazon CloudWatch and AWS X-Ray), instrumenting code for observability with structured logging and custom metrics, and optimizing applications for latency and cost through caching, right-sizing, and better DynamoDB access patterns.
Is the DVA-C02 hard?+
DVA-C02 is a clear step up from the Cloud Practitioner and, like the other associate exams, is scenario-based. Questions rarely have a single obvious answer — several options are technically valid and you must pick the one that best fits the stated requirement, whether that is resilience, security, or cost.
The difficulty comes from needing genuine developer familiarity: you are expected to know how services behave in code (for example, how a Lambda event source mapping polls SQS, or when to use a DynamoDB secondary index). The most effective preparation is heavy practice on scenario questions until those service behaviours are second nature.
How many questions are on the DVA-C02 exam and how long is it?+
The live DVA-C02 exam contains 65 questions to be answered in 130 minutes, delivered as multiple-choice (one correct answer) and multiple-response (two or more correct answers) items. A subset are unscored questions AWS uses to trial future content, but you cannot tell which, so answer every question with equal care.
You can sit the exam at a Pearson VUE test centre or through online proctoring from home. Our full-length practice mock mirrors this format with a 65-question, 130-minute timer so you can rehearse pacing — about two minutes per question — before test day.
What score do you need to pass the DVA-C02?+
AWS scores DVA-C02 on a scaled range of 100 to 1,000, and you need 720 to pass. The score is scaled rather than a simple percentage because question difficulty varies, and AWS does not publish per-domain pass marks — you need an overall 720, so a weaker domain can be offset by a stronger one. Our practice mock flags a pass at 72% to give you a comparable target.
How much does the DVA-C02 exam cost?+
The DVA-C02 exam costs 150 USD (prices vary slightly by region and currency), and the certification is valid for three years before it needs recertification. Everything on this hub — questions, mock exams, glossary, and domain guides — is completely free, so you can prepare thoroughly before paying to sit the exam.
Who should take the DVA-C02?+
The Developer - Associate is aimed at people in a software-development role who build applications that run on AWS. AWS recommends around a year of hands-on experience developing with AWS services, though it is also a common goal for developers formalising cloud skills they already use.
It is a natural next step from the Cloud Practitioner for those heading into engineering, and it pairs well with the Solutions Architect - Associate for a broader view of building on AWS.
What jobs and salaries can the DVA-C02 lead to?+
The certification is relevant to roles such as cloud developer, software engineer, and backend or serverless developer, where building applications on AWS is part of the job.
How much any certification moves compensation depends heavily on geography, seniority, and hands-on experience, so treat any single salary figure with caution. DVA-C02 is best viewed as a way to demonstrate cloud-development knowledge rather than a guaranteed raise on its own.
How long does it take to study for the DVA-C02?+
Candidates with solid AWS development experience often need four to eight weeks; those newer to AWS should plan for two to three months at roughly an hour a day. The most efficient path is to learn the core developer services domain by domain, then shift the majority of your time to timed scenario practice so you get used to how AWS frames trade-off questions.
A proven rhythm is to study one domain at a time and drill its topic quiz immediately, then move to mixed, full-length timed mocks in the final stretch — reviewing every explanation, including for questions you answered correctly, because DVA-C02 distractors are built from plausible but sub-optimal implementations. Use the per-domain results here to find your weakest area and drill it again before booking your seat.
How should you prepare for the DVA-C02?+
Start by reading each domain above so you know where the marks are, then work the practice questions domain by domain. Every question on MockAPI reveals a full explanation and tells you why each wrong answer is wrong — that second part is where most of the learning happens on a scenario-based exam built from close alternatives.
When you can answer topic drills comfortably, move to a full-length timed mock to rehearse pacing and stamina, and use the glossary to close any gaps in terminology. Aim to score consistently above the pass mark on mocks before you book the real thing.
Can you take the DVA-C02 exam online?+
Yes. You can sit DVA-C02 either at a Pearson VUE testing centre or online from home with OnVUE remote proctoring. For the online option you need a quiet, private room, a stable internet connection, a webcam, and government-issued photo ID; a proctor monitors the session, and you will be asked to show your surroundings before you begin.
If you do not pass, AWS lets you retake the exam after a 14-day waiting period, with no limit on attempts, though each attempt requires a new paid registration. Results are typically available within a few business days in your AWS Certification account, where you can also download your certificate and digital badge once you pass.
What certification should you take after the DVA-C02?+
The Developer - Associate pairs naturally with the other associate exams — Solutions Architect - Associate (SAA-C03) and SysOps Administrator - Associate — to round out your view of building and running workloads on AWS.
From the associate tier you can progress to the professional certifications, such as the DevOps Engineer - Professional (which builds directly on developer and operations skills), or branch into specialty credentials. Pairing any of these with real hands-on project experience is what turns a certificate into a career.