AWS Certified Developer β Associate (DVA-C02)
Goal: Validate your ability to develop, deploy, debug, and maintain cloud-based applications using AWS services.
π― Exam At a Glanceβ
| Property | Detail |
|---|---|
| Exam Code | DVA-C02 |
| Level | Associate |
| Duration | 130 minutes |
| Questions | 65 (scored) + ~15 unscored (not marked) |
| Format | Multiple choice, Multiple response |
| Passing Score | 720 / 1000 |
| Price | $150 USD |
| Validity | 3 years |
| Prerequisites | 1+ year of AWS development experience recommended |
π Exam Domains & Weightingβ
| # | Domain | Weight |
|---|---|---|
| 1 | Development with AWS Services | 32% |
| 2 | Security | 26% |
| 3 | Deployment | 24% |
| 4 | Troubleshooting and Optimization | 18% |
Domain 1 + 2 = 58% of the exam. Master Lambda, DynamoDB, S3, IAM, Cognito, and KMS first.
πΊοΈ Study Roadmapβ
Phase 1 β Foundations (Week 1-2)β
- IAM & Security Policies β roles, policies, STS
- Cognito β User Pools vs Identity Pools
- KMS & Encryption
- Secrets Manager & Parameter Store
Phase 2 β Core Compute & APIs (Week 3-4)β
- Lambda β triggers, invocation types, concurrency
- API Gateway β REST vs HTTP vs WebSocket
- Elastic Beanstalk β deployment modes
- ECS & ECR
Phase 3 β Data & Storage (Week 5-6)β
- S3 β storage classes, versioning, encryption, presigned URLs
- DynamoDB β partition keys, indexes, Streams, DAX
- ElastiCache β Redis vs Memcached
Phase 4 β Messaging & Integration (Week 7)β
- SQS β standard vs FIFO, visibility timeout, DLQ
- SNS β fan-out pattern
- Kinesis β Data Streams vs Firehose
- Step Functions
Phase 5 β CI/CD & Monitoring (Week 8)β
- CodeCommit, CodeBuild, CodeDeploy, CodePipeline
- CloudFormation & SAM
- CloudWatch β Logs, Metrics, Alarms
- X-Ray
ποΈ Key AWS Services for DVA-C02β
Compute Lambda Β· Elastic Beanstalk Β· ECS/ECR Β· EC2
API API Gateway Β· AppSync
Storage S3 Β· EFS Β· EBS
Database DynamoDB Β· RDS Β· ElastiCache
Messaging SQS Β· SNS Β· EventBridge Β· Kinesis
Security IAM Β· Cognito Β· KMS Β· Secrets Manager Β· SSM
CI/CD CodeCommit Β· CodeBuild Β· CodeDeploy Β· CodePipeline
IaC CloudFormation Β· SAM Β· CDK
Observability CloudWatch Β· X-Ray Β· CloudTrail
Orchestration Step Functions
π External Study Resourcesβ
Official AWSβ
| Resource | Link |
|---|---|
| Exam Guide (PDF) | Download |
| Sample Questions | AWS Training |
| AWS Skill Builder | skillbuilder.aws |
| AWS Free Tier | aws.amazon.com/free |
| AWS Workshops | workshops.aws |
Top Coursesβ
| Resource | Notes |
|---|---|
| Stephane Maarek (Udemy) | π Best overall β covers every topic |
| A Cloud Guru | Good for beginners |
| TutorialsDojo Practice Exams | Best practice tests β very exam-like |
| Whizlabs | Extra practice questions |
| freeCodeCamp YouTube | Free full-length course |
Practice Exam Platformsβ
- TutorialsDojo β highly recommended, closest to real exam
- Whizlabs
- AWS Official Practice Exam (2 free via Skill Builder)
- Examtopics β use with caution, verify answers
Java/Spring Specificβ
Since you use Java + Spring, pay special attention to:
π‘ General Exam Strategyβ
For "select 2" or "select 3" questions, eliminate wrong answers first. There are no partial scores β you need all correct choices.
AWS loves to hide keywords: most cost-effective, least operational overhead, highly available, serverless. These narrow the correct answer dramatically.
| Keyword | Think of |
|---|---|
| Serverless | Lambda, DynamoDB, S3, API Gateway |
| Decoupling | SQS, SNS, EventBridge |
| Real-time streaming | Kinesis |
| Cache | ElastiCache (Redis/Memcached) or DAX |
| Secrets | Secrets Manager or Parameter Store |
| Tracing | X-Ray |
| Audit logs | CloudTrail |
| Blue/Green deploy | CodeDeploy or Beanstalk |
π§ͺ Practice Questions β Overview Levelβ
These questions test broad exam knowledge. Detailed questions are in each topic page.
Q1. You have 65 questions and 130 minutes. How much average time do you have per question?
Details
Answer
2 minutes per question. Flag hard questions and come back. Never leave blanks β there's no penalty for wrong answers.Q2. Which domain has the highest weighting in the DVA-C02 exam?
Details
Answer
Domain 1: Development with AWS Services (32%). Focus heavily on Lambda, DynamoDB, S3, and API Gateway.Q3. A developer needs to pick between storing application secrets or database credentials. Which AWS service is purpose-built for automatic rotation of database credentials?