DVA-C02 logo
Focused certification exam prep
Start practice

What Does DVA-C02 Mean?

TL;DR
  • DVA-C02 is AWS's current Associate-level Developer exam code, replacing the retired DVA-C01.
  • The exam has 65 questions (50 scored, 15 unscored) in 130 minutes for $150 USD.
  • Passing score is 720 on a 100-1000 scale, weighted across four domains up to 32%.
  • Development with AWS Services is the largest domain at 32%, focused on Lambda, DynamoDB, and API Gateway.

What the "DVA-C02" Code Actually Means

The string "DVA-C02" is Amazon Web Services, Inc.'s internal shorthand for the exam identifier. "DVA" signals the Developer - Associate track, distinguishing it from Solutions Architect (SAA) or SysOps Administrator (SOA) exams. The "C02" portion marks this as the second commercial version of the exam, succeeding DVA-C01. When AWS retires an older version and republishes an updated blueprint, it increments the version suffix rather than renaming the certification entirely - which is why candidates researching prep materials need to confirm they're looking at DVA-C02 content and not outdated DVA-C01 material.

If you're still untangling the terminology, the companion pieces What Is DVA-C02? and DVA-C02 Meaning break down the naming convention in more depth, while What Does DVA-C02 Stand For? covers the acronym expansion itself.

Version Awareness Matters: AWS periodically refreshes exam guides to reflect new services and deprecate legacy ones. DVA-C02's guide explicitly folds in emerging AI-assisted development and AI security topics, some of which may surface only as unscored pretest questions - so don't dismiss them as irrelevant just because they're new.

What the Exam Tests: The Four Domains

Behind the code name sits a specific, measurable skill set. AWS organizes DVA-C02 into four weighted domains, and understanding the relative weight of each tells you where to invest study hours.

Domain 1: Development with AWS Services (32%)

The single largest domain, centered on writing and integrating application code against AWS-managed services.

  • Lambda function design, packaging, and event sources
  • DynamoDB data modeling and access patterns
  • API Gateway integration with backend compute
  • Using AWS SDKs and the CLI programmatically
  • Event-driven architecture patterns (SQS, SNS, EventBridge)

Domain 2: Security (26%)

Application-layer and identity-focused security rather than network security architecture.

  • Authentication and authorization with IAM roles and policies
  • Encryption of data at rest and in transit
  • Managing secrets and credentials securely in code

Domain 3: Deployment (24%)

Packaging and shipping application code through repeatable, automated pipelines.

  • CI/CD pipeline construction with CodePipeline, CodeBuild, CodeDeploy
  • Deployment strategies: blue/green, canary, rolling
  • Infrastructure as code basics for application deployment

Domain 4: Troubleshooting and Optimization (18%)

Diagnosing failures and tuning performance after code is deployed.

  • Reading CloudWatch logs, metrics, and X-Ray traces
  • Debugging Lambda cold starts, throttling, and timeouts
  • Cost and performance optimization decisions

For a deeper walkthrough of each area, see the dedicated guides: Domain 1: Development with AWS Services, Domain 2: Security, Domain 3: Deployment, and Domain 4: Troubleshooting and Optimization. The full breakdown with strategy notes lives in the DVA-C02 Exam Domains 2026 guide.

Format, Scoring, and Registration Mechanics

Knowing what DVA-C02 "means" also means understanding how the test itself is structured and administered, since that shapes how you prepare and what to expect on exam day.

AttributeDetail
Governing bodyAmazon Web Services, Inc.
DeliveryPearson VUE test centers or online proctoring
Fee$150 USD (no member/non-member split)
Total questions65 (50 scored, 15 unscored pretest)
Time limit130 minutes
Question formatsMultiple choice, multiple response
Passing score720 on a 100-1000 scaled range
Scoring methodCompensatory scoring; unanswered items count as incorrect
Validity3 years from pass date

A few mechanics are worth flagging because they surprise unprepared candidates. First, the 15 unscored pretest questions are mixed in without identification - you won't know which items count, so treat every question with equal seriousness. Second, there's no separate penalty for guessing beyond the fact that a blank answer is automatically marked wrong, so answering every question is strictly better than skipping. Third, AWS does not publish pass rates for DVA-C02, so any specific percentage you see elsewhere online should be treated skeptically; for a grounded discussion of what's actually verifiable, read DVA-C02 Pass Rate 2026: What the Data Shows.

Key Takeaway

Because unscored and scored questions are indistinguishable, pacing matters more than hunting for "trick" pretest items. Budget roughly two minutes per question across the full 130-minute window and move on quickly if you're stuck.

Non-native English speakers who need more time when the exam isn't available in their preferred language can request a 30-minute extension through Pearson VUE accommodations. There are no formal prerequisites for DVA-C02, though AWS recommends at least one year of hands-on experience building and maintaining applications on AWS, proficiency in a high-level programming language, familiarity with the application lifecycle, hands-on use of the AWS CLI/SDK/API, CI/CD exposure, and basic application security knowledge. For a full cost breakdown including retake fees and optional training expenses, see DVA-C02 Certification Cost 2026.

Who Earns This Credential and Why

The DVA-C02 label specifically targets people who write and ship application code on AWS - not infrastructure architects and not pure operations engineers. Typical holders include backend and full-stack developers building serverless applications, cloud engineers integrating microservices with managed AWS data stores, and DevOps-adjacent developers who own CI/CD pipelines for their own application code. The domain weighting reflects this: Development with AWS Services and Security together account for more than half the exam, which tells you AWS considers "can this person build secure, working applications on our platform" the core competency being certified.

Employers hiring for roles tied to Lambda-based APIs, DynamoDB-backed services, or event-driven microservices frequently list this certification as a preferred qualification because it maps directly to daily engineering tasks rather than high-level architecture decisions. If you're evaluating career impact before committing to the exam fee and study time, the DVA-C02 Salary Guide 2026 and Is the DVA-C02 Certification Worth It? analysis both dig into that question without relying on invented figures. You can also browse real hiring signals in DVA-C02 Jobs.

Not an Architecture Exam: Candidates sometimes confuse DVA-C02 with the Solutions Architect - Associate exam because both touch AWS core services. DVA-C02 assumes you're writing code against those services - Lambda handlers, DynamoDB queries, SDK calls - not designing multi-account network topologies.

Mapping Your Prep to the Blueprint

Once you understand what DVA-C02 measures, the smartest prep sequence follows the domain weights rather than a generic study calendar. Spend the most calendar time on Development with AWS Services since it's nearly a third of the exam, then Security, then Deployment, finishing with Troubleshooting and Optimization as a lighter review pass.

Weeks 1-2

Development with AWS Services (32%)

  • Build a Lambda function triggered by API Gateway and backed by DynamoDB
  • Practice SDK/CLI calls for common data operations
  • Study event-driven patterns using SQS, SNS, and EventBridge
Week 3

Security (26%)

  • Write and audit IAM policies for least-privilege access
  • Practice encrypting data with KMS and managing secrets
Week 4

Deployment (24%)

  • Assemble a CodePipeline/CodeBuild/CodeDeploy workflow
  • Compare blue/green versus canary deployment tradeoffs
Week 5

Troubleshooting and Optimization (18%) + Review

  • Interpret CloudWatch logs and X-Ray traces for a failing Lambda
  • Run full-length practice exams under the 130-minute limit

This weighting-first approach avoids the common mistake of spending equal time on all four domains, which under-serves the 32% domain and over-invests in the 18% one. For a complete first-attempt study plan built around this same logic, see the DVA-C02 Study Guide 2026. If you're still calibrating how challenging the exam will feel relative to your current experience, How Hard Is the DVA-C02 Exam? gives an honest difficulty assessment, and running timed questions on our DVA-C02 practice test platform is the fastest way to find your weak domain before exam day.

What Happens After You Pass

Passing DVA-C02 grants a certification valid for three years. Renewal happens by passing either the then-current Developer - Associate exam or the AWS Certified DevOps Engineer - Professional exam before expiration - there's no separate "recertification exam" track. Active AWS certification holders also receive standard AWS exam benefits, including a 50% discount voucher applicable toward future certification attempts, which is worth factoring into any multi-certification roadmap.

Many developers use DVA-C02 as a stepping stone toward Professional-level credentials or specialty certifications once they've solidified hands-on serverless and CI/CD skills. If you want a broader overview of the certification program itself - governing body, purpose, and how it fits AWS's certification ladder - the DVA-C02 Certification and What Is DVA-C02 Certification? pages summarize that context, and What Is A DVA-C02? and What Does DVA-C02 Mean? approach the same terminology question from slightly different angles if you want cross-referenced explanations.

Structured courses can help fill specific gaps, particularly around CI/CD tooling or IAM policy syntax that's hard to internalize from documentation alone; see DVA-C02 Training for options. But regardless of which courses you use, running realistic timed questions on our practice test platform before booking your Pearson VUE slot is the most reliable way to confirm you're ready for the actual 130-minute, 65-question format.

Frequently Asked Questions

Does "DVA-C02" refer to a different certification than the original AWS Developer exam?

No. It's the same Developer - Associate certification track; "C02" simply marks the current exam version, replacing the retired DVA-C01 blueprint.

How many questions are actually scored on DVA-C02?

Of the 65 total questions, 50 are scored and 15 are unscored pretest items used by AWS to evaluate future questions. You won't know which is which during the exam.

What score do I need to pass DVA-C02?

You need a scaled score of 720 out of a possible 100-1000 range. AWS uses compensatory scoring, meaning strong performance in one domain can offset weaker performance in another.

Are there prerequisites before I can register for DVA-C02?

There are no formal prerequisites. AWS recommends at least one year of hands-on AWS application development experience and comfort with a high-level programming language, the AWS CLI/SDK/API, CI/CD, and application security concepts.

How long is the DVA-C02 certification valid, and how do I renew it?

It's valid for three years. Renewal requires passing the current Developer - Associate exam again or passing the AWS Certified DevOps Engineer - Professional exam before your certification expires.

Ready to pass your DVA-C02 exam?

Put this into practice with free DVA-C02 questions across every exam domain.