All posts
3 min read

AWS Developer Associate (DVA-C02) Prep Is Now Live on CertCoach — What Makes This Exam Different

The Developer Associate is now fully supported on CertCoach: adaptive mocks, AI-explained answers, and a free diagnostic. Here's how DVA-C02 differs from the SAA, what its four domains test, and the traps that catch working developers.

Second big update this week: the AWS Certified Developer – Associate (DVA-C02) is now fully live on CertCoach — adaptive mocks with real exam mechanics, per-domain scoring, the AI tutor for "but why not X?" follow-ups, and a free 10-question diagnostic.

If you already hold the SAA (or you're deciding which associate cert to take first as a developer), here's what's genuinely different about this exam and how to prepare for it efficiently.


The mechanics

DVA-C02
Questions65 (50 scored + 15 unscored)
Time130 minutes
Passing score720 (scaled 100–1000)
Cost$150 USD
LevelAssociate

Same shape as the SAA — but a very different perspective.

SAA vs DVA: the perspective shift

The Solutions Architect exam asks "which architecture should the company choose?" The Developer exam asks "you're the one writing the code — why is it failing, and what do you change?"

Concretely, DVA-C02 scenarios hand you exceptions, HTTP status codes, IAM denials, and misbehaving deployments: a ProvisionedThroughputExceededException with healthy table metrics (hot partition), a 502 from API Gateway (malformed Lambda proxy response), a CodeBuild job failing with "no basic auth credentials" (missing ECR login), messages processed twice from SQS (design for idempotency). If you build on AWS for a living, a lot of this exam is your Tuesday.

The four domains:

  1. Development with AWS Services — 32%. Lambda patterns, DynamoDB data modeling (GSIs, pagination, transactions), API Gateway integrations, SQS/SNS/EventBridge from the producer and consumer side, SDK behavior — retries, exponential backoff, pagination tokens.
  2. Security — 26%. IAM roles for applications (never access keys), Cognito user pools vs identity pools, KMS envelope encryption and encryption context, Secrets Manager vs Parameter Store, presigned URLs, SigV4.
  3. Deployment — 24%. SAM, CloudFormation (intrinsic functions, change sets, stack policies, cross-stack exports), CodePipeline/CodeBuild/CodeDeploy, Lambda versions/aliases/canary traffic shifting, Elastic Beanstalk policies.
  4. Troubleshooting & Optimization — 18%. CloudWatch Logs Insights, X-Ray instrumentation (the exam loves "why are my subsegments missing?"), Lambda concurrency throttling, DLQ redrive.

Three traps that catch even experienced developers

1. "It has permissions but still fails." KMS is the classic: your role has kms:Decrypt, but the key policy doesn't include you — or you forgot the encryption context used at encrypt time. The exam tests the both-sides evaluation model (identity policy AND key/resource policy) repeatedly.

2. Versions, aliases, and traffic shifting. Know cold: a version is immutable, an alias is a pointer, weighted aliases split traffic, and CodeDeploy's Canary10Percent30Minutes means 10% now, the remaining 90% after 30 clean minutes. There's a whole family of questions in the gap between "linear" and "canary."

3. Client errors that retrying won't fix. ConditionalCheckFailedException means the data changed under you — re-read and re-apply, don't blind-retry. Contrast with throttling errors, where backoff-with-jitter is the answer. The exam checks whether you know which class of error you're holding.

A 2–4 week plan for a working developer

  1. Take the free diagnostic — 10 scenario questions, instant per-domain read on where you stand.
  2. Drill the gap, not the syllabus. Most working devs are strong in Domain 1 and weakest in Deployment (CodeDeploy configs, CloudFormation edge cases) — your diagnostic will tell you. Quiz the tutor: "quiz me on CodeDeploy traffic shifting" or "why would X-Ray show my Lambda but not DynamoDB calls?"
  3. Alternate quick mocks (32 Q / 65 min) with drills. Mocks auto-weight toward your weak domains, and every question you've already mastered gets pushed back so repeats stay fresh.
  4. Two full 65-question mocks in the final week under the 130-minute timer. Consistently ≥750 scaled → book it.

Start free

The DVA-C02 diagnostic is free, no signup. Unlimited practice is one CertCoach Pass — $29, one-time, and the same pass covers the Solutions Architect and the new AI Practitioner too — if you're doing the classic SAA-then-DVA double, you pay once.

Take the free Developer Associate diagnostic