AWS Developer Associate (DVA-C02) Cheat Sheet.
The night-before summary, built like the exam.
AWS Certified Developer - Associate (DVA-C02): Cheat Sheet
A fast-reference guide for last-mile review before sitting the AWS Certified Developer - Associate exam.
Exam Logistics At-a-Glance
| Attribute | Detail |
|---|---|
| Format | 65 questions (50 scored, 15 unscored/pretest) |
| Duration | 130 minutes |
| Cost | 150 USD to register |
| Passing score | 720 on a scaled 100-1,000 range |
| Delivery | Pearson VUE test center or OnVUE online proctored |
| Validity | 3 years from pass date |
- The unscored questions are indistinguishable from scored ones, so treat every question as if it counts.
- Online-proctored appointments are generally bookable 24/7, which gives more flexibility than a test-center slot.
- Scheduling happens through Pearson VUE, accessed via your AWS Certification Account.
- You can reschedule an appointment up to 24 hours before the scheduled time, and each appointment allows at most two reschedules — plan bookings with that ceiling in mind.
Content Domains (Official Weighting)
- Development with AWS Services — 32% of scored content. The largest domain; expect heavy coverage of SDKs, APIs, Lambda, DynamoDB, and serverless patterns.
- Security — 26% of scored content. IAM roles/policies, encryption (KMS), Cognito, and secrets management dominate here.
- Deployment — 24% of scored content. CI/CD pipelines, CodeDeploy/CodePipeline, and deployment strategies (blue/green, canary).
- Troubleshooting and Optimization — 18% of scored content. Root-cause analysis using CloudWatch, X-Ray, and logs; performance tuning.
The exam guide defines exactly 4 content domains — allocate study time roughly proportional to these weights, front-loading Development and Security since together they cover the majority of scored questions.
Key Terms and Concepts to Memorize
- Lambda concurrency — reserved vs. provisioned concurrency, cold starts, and execution context reuse.
- DynamoDB — partition keys vs. sort keys, GSIs vs. LSIs, eventually consistent vs. strongly consistent reads, DAX for caching, conditional writes for idempotency.
- API Gateway — REST vs. HTTP APIs, throttling, usage plans, caching, and Lambda proxy integration.
- IAM — difference between identity-based and resource-based policies; the policy evaluation logic (explicit deny always wins).
- STS and temporary credentials — AssumeRole, federation, and why you should never hardcode long-term keys in application code.
- CI/CD services — CodeCommit, CodeBuild, CodeDeploy, CodePipeline, and how they chain together.
- Deployment strategies — in-place, rolling, blue/green, canary, and linear — know when each is appropriate and how they map to CodeDeploy configurations.
- SQS vs. SNS vs. EventBridge — queue (pull, decoupling, dead-letter queues) vs. pub/sub (push, fan-out) vs. event bus (rules, schema registry).
- Step Functions — orchestrating multi-step serverless workflows, state machine types (Standard vs. Express).
- X-Ray — distributed tracing, segments, subsegments, and annotations for filtering traces.
- Elastic Beanstalk — deployment policies (all at once, rolling, rolling with additional batch, immutable) and configuration via `.ebextensions`.
- CloudFormation — intrinsic functions, stack sets, change sets, and drift detection.
- Secrets Manager vs. Parameter Store — automatic rotation vs. free-tier simplicity.
- KMS — envelope encryption, customer-managed vs. AWS-managed keys, and key policies vs. IAM policies.
Common Gotchas and Traps
- Questions often test the difference between similar-sounding services (SQS Standard vs. FIFO, DynamoDB Streams vs. Kinesis Streams) — read the full sentence before assuming.
- Watch for scenario questions where the "obvious" service choice is wrong because of a stated constraint (cost, latency, ordering guarantees).
- Lambda timeout and memory settings are frequently paired in tricky ways — increasing memory also increases CPU allocation, which can reduce duration and therefore cost.
- Idempotency traps: DynamoDB conditional writes and SQS deduplication IDs are common answers to "avoid duplicate processing" scenarios.
- Least-privilege IAM is almost always the "correct" security answer — be suspicious of any option granting broad wildcard permissions.
- Don't confuse deployment strategies: blue/green replaces the entire environment, canary shifts a percentage of traffic gradually, rolling updates a subset of instances at a time.
- CloudWatch Logs vs. CloudTrail: Logs capture application/service output, CloudTrail captures API calls and account activity — exam questions swap these deliberately.
- Exam questions may describe multi-domain scenarios (e.g., a security misconfiguration causing a deployment failure) — identify which domain the question is really testing before choosing an answer.
Night-Before Checklist
- Confirm your appointment time, delivery method (test center or OnVUE), and required ID match your AWS Certification Account details.
- If testing online, verify your room, webcam, and system meet OnVUE requirements — do this the night before, not the morning of.
- Review the domain weighting one more time: prioritize Development and Security flashcards since together they represent the majority of scored questions.
- Skim key term definitions rather than deep-diving new material — recognition matters more than fresh learning at this stage.
- Get sufficient sleep; a 130-minute exam with 65 questions rewards sustained focus over cramming.
- Know your reschedule policy in case of an emergency: appointments can be moved up to 24 hours ahead, and only twice per booking, so don't wait until the last minute to decide.
- Plan to arrive early (test center) or log in early (OnVUE) to handle check-in without rushing.
Frequently asked questions
How many questions are on the AWS Certified Developer - Associate exam, and how much time do I get?
The exam contains 65 questions in multiple-choice or multiple-response format, and you are given 130 minutes to complete it. That works out to exactly 2 minutes per question on average, so if a scenario question is eating up 4-5 minutes, flag it and move on. Keep in mind that only 50 of the 65 questions affect your score — the other 15 are unscored pilot questions, but you won't know which is which, so treat every question as if it counts.
What score do I need to pass, and how is the exam scored?
You need a minimum scaled score of 720 on a scale of 100 to 1,000. Because the score is scaled rather than a raw percentage, 720 does not simply mean "72% correct" — the conversion accounts for the difficulty of the specific question set you receive. Since only the 50 scored questions determine your result, a single scored question carries meaningful weight, which is another reason never to leave anything blank: there is no penalty structure that rewards skipping.
What topics are covered, and where should I focus my study time?
The exam guide defines 4 content domains: Development with AWS Services at 32% of scored content, Security at 26%, Deployment at 24%, and Troubleshooting and Optimization at 18%. Development and Security together make up 58% of your score, so hands-on fluency with core developer services and AWS security patterns (IAM, encryption, credential handling) gives you the most return per study hour. Don't skip the smaller domains, though — at 18%, Troubleshooting and Optimization alone can swing a borderline result.
How much does the exam cost, how do I schedule it, and what if I need to reschedule?
Registration costs 150 USD, and the credential you earn is valid for 3 years. You schedule from your AWS Certification account, which routes you to Pearson VUE's scheduling system — from there you can choose either a physical Pearson VUE test center or an OnVUE online proctored exam taken from home. Most online-proctored appointments are available 24 hours a day, 7 days a week, which is useful if you want an off-peak slot. If your plans change, you can reschedule up to 24 hours before your scheduled exam time, but each appointment can only be rescheduled twice — so pick a realistic date rather than booking early and pushing it back repeatedly.
Sources
- 1.AWS Certified Developer - Associate (DVA-C02) Exam Guide — AWS (accessed Jul 18, 2026)
- 2.AWS Certified Developer - Associate (Exam Overview) — AWS (accessed Jul 18, 2026)
- 3.AWS Certification Policies - Before Testing — AWS (accessed Jul 18, 2026)
- 4.Schedule an AWS Certification Exam — AWS (accessed Jul 18, 2026)
- 5.AWS Certification Exams (Pearson VUE) — Pearson VUE (accessed Jul 18, 2026)