Skip to main content

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​

PropertyDetail
Exam CodeDVA-C02
LevelAssociate
Duration130 minutes
Questions65 (scored) + ~15 unscored (not marked)
FormatMultiple choice, Multiple response
Passing Score720 / 1000
Price$150 USD
Validity3 years
Prerequisites1+ year of AWS development experience recommended

πŸ“Š Exam Domains & Weighting​

#DomainWeight
1Development with AWS Services32%
2Security26%
3Deployment24%
4Troubleshooting and Optimization18%
Focus your time accordingly

Domain 1 + 2 = 58% of the exam. Master Lambda, DynamoDB, S3, IAM, Cognito, and KMS first.


πŸ—ΊοΈ Study Roadmap​

Phase 1 β€” Foundations (Week 1-2)​

Phase 2 β€” Core Compute & APIs (Week 3-4)​

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)​


πŸ—οΈ 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​

ResourceLink
Exam Guide (PDF)Download
Sample QuestionsAWS Training
AWS Skill Builderskillbuilder.aws
AWS Free Tieraws.amazon.com/free
AWS Workshopsworkshops.aws

Top Courses​

ResourceNotes
Stephane Maarek (Udemy)🌟 Best overall β€” covers every topic
A Cloud GuruGood for beginners
TutorialsDojo Practice ExamsBest practice tests β€” very exam-like
WhizlabsExtra practice questions
freeCodeCamp YouTubeFree 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​

Multiple Response Questions

For "select 2" or "select 3" questions, eliminate wrong answers first. There are no partial scores β€” you need all correct choices.

Read carefully

AWS loves to hide keywords: most cost-effective, least operational overhead, highly available, serverless. These narrow the correct answer dramatically.

Keyword β†’ Service Mapping
KeywordThink of
ServerlessLambda, DynamoDB, S3, API Gateway
DecouplingSQS, SNS, EventBridge
Real-time streamingKinesis
CacheElastiCache (Redis/Memcached) or DAX
SecretsSecrets Manager or Parameter Store
TracingX-Ray
Audit logsCloudTrail
Blue/Green deployCodeDeploy or Beanstalk

πŸ§ͺ Practice Questions β€” Overview Level​

info

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?

Details

Answer AWS Secrets Manager β€” it supports automatic rotation for RDS, Redshift, and DocumentDB. SSM Parameter Store does not natively rotate secrets.