AWS DVA-C02 FAQ: Exam Format, Topics, and Prep

AWS DVA-C02 FAQ for exam format, topics, prep strategy, practice, and common candidate traps.

What is DVA-C02 and who should take it?

DVA-C02 is AWS’s current Developer - Associate exam. It validates whether you can develop, secure, deploy, and troubleshoot AWS cloud applications with the judgment expected from an application developer, not from a pure infrastructure administrator.

According to the current AWS guide, the target candidate should have 1 year or more of hands-on experience developing and maintaining applications on AWS.

What is the current exam format?

As of April 11, 2026, the current AWS guide still lists:

Exam fact Current official value
Duration 130 minutes
Questions 65
Response types Multiple choice and multiple response
Passing score 720 scaled score

AWS also says the exam uses a compensatory scoring model, so you do not need to pass each domain separately.

Does DVA-C02 include hands-on labs?

No. The current guide lists only multiple-choice and multiple-response questions.

That does not mean hands-on work is optional. It means hands-on understanding is tested through scenario judgment:

  • what service should be used
  • where the permission boundary failed
  • how retries and async behavior work
  • what deployment or rollback path is safest

What is the current domain weighting?

Domain Weight
Development with AWS Services 32%
Security 26%
Deployment 24%
Troubleshooting and Optimization 18%

That means this is not only a Lambda exam and not only a security exam. It is a balanced developer-on-AWS exam, with the biggest weight still on building and integrating application behavior correctly.

Do I need deep networking knowledge?

Not in the architecture-exam sense. You do need practical developer-level networking awareness:

  • VPC-connected Lambda behavior
  • endpoints and secure access paths
  • timeouts and dependency reachability
  • API exposure and private versus public integration choices

But DVA-C02 is still mainly about building and operating application paths, not designing enterprise network topology.

What should I memorize?

Do not memorize everything. Memorize the high-confusion defaults:

  • Lambda retry, destination, timeout, and concurrency behavior
  • SQS vs SNS vs EventBridge vs Step Functions service fit
  • DynamoDB partition-key, consistency, query-vs-scan, and hot-key logic
  • IAM roles, bearer-token flows, and least-privilege boundaries
  • KMS, Secrets Manager, and application configuration separation
  • canary, blue/green, alias, stage, rollback, and approved-version logic

What are the most common weak spots?

Weak area Why people miss it
async behavior retries, DLQs, visibility timeout, and idempotency blur together
security boundaries candidates mix IAM permissions, KMS permissions, and resource policies
test strategy unit tests, integration tests, staged endpoints, and mock dependencies get blurred
observability logs, metrics, traces, alerts, and health checks get treated as interchangeable
deployment safety candidates know the service names but not why one rollout path is safer

How does DVA-C02 compare to SAA-C03?

Exam What it rewards most
SAA-C03 architecture trade-offs across many AWS services
DVA-C02 application behavior, event-driven design, security boundaries, deployment safety, and debugging

If your strength is writing and troubleshooting cloud apps, DVA-C02 will usually feel more natural than SAA-C03.

What is the minimum useful hands-on lab set?

If you want the smallest hands-on baseline that still changes how you answer questions, do this:

  1. Build one Lambda behind API Gateway.
  2. Add one async flow with SQS, SNS, or EventBridge.
  3. Use one DynamoDB table and explain the key design.
  4. Break one IAM or KMS permission path and fix it.
  5. Do one staged deployment or safe rollback path.
  6. Diagnose one app issue with logs, metrics, or traces.

That is enough to stop answering from buzzwords alone.

What is the fastest prep approach?

Use a narrow loop:

  1. Start with the exam guide and domain weights.
  2. Use Resources to stay anchored to the live AWS guide and current service docs.
  3. Work the weak chapters from the Study Plan.
  4. Keep the Cheat Sheet open while you drill.
  5. Turn misses into short rules such as service fit -> permission path -> failure mode -> safest fix.

What should I do in the last week?

In the last week, compress instead of expanding:

  1. Re-read the Cheat Sheet.
  2. Revisit weak lesson pages.
  3. Run 2 timed mixed sets.
  4. Turn every miss into a one-line rule.
  5. Re-check the official AWS guide in Resources so you do not study stale scope.

If you still confuse SQS vs EventBridge, role permissions vs KMS permissions, or stage testing vs production rollout, keep drilling. Those are expensive misses.

Which official page should I trust?

Trust the live AWS sources in Resources first:

  • the AWS Docs exam guide page
  • the content-domain pages
  • the AWS certification landing page

Those are stronger than old blog summaries, stale PDFs copied elsewhere, or generic prep lists.

Keep going

Revised on Sunday, May 10, 2026