AWS Developer Associate

AWS Developer Associate Exam Guide: A 7-Day Study Plan for DVA-C02

The AWS Certified Developer Associate (DVA-C02) exam is predictable when candidates focus on the right services. This guide covers a structured 7-day study plan, service tier prioritization, and exam-day strategies for passing on the first attempt.

July 13, 2026by Hiiragi Team
aws-developer-associatedva-c02certification-study-guideaws-certificationexam-preparationserverlessstudy-plan
AWS Developer Associate Exam Guide: A 7-Day Study Plan for DVA-C02

Why the Developer Associate Is Predictable — and Passable in a Week

Most candidates spend two to three months preparing for the AWS Certified Developer Associate (DVA-C02) exam. They watch a 40-hour course, take a mock exam, fail it, watch more videos, and repeat until they eventually scrape a pass. Others push back their exam date indefinitely because they never quite feel ready.

The reality is different: the DVA-C02 is predictable. The same AWS services appear over and over. The same patterns repeat. When a candidate knows exactly what to focus on, seven days of structured preparation is more than enough.

The problem is that most people use an inefficient playbook — jumping between YouTube videos, scattered notes, and practice exams from multiple sources with no system to identify what actually matters. That approach takes months. A focused, priority-driven approach takes a week.


What the DVA-C02 Actually Tests

Before studying anything, it is essential to understand what the exam evaluates. The most common mistake is treating every topic equally — watching a course from beginning to end and spending hours on material that barely appears on the exam while neglecting the high-weight domains.

The DVA-C02 has four domains, each with a specific weighting:

DomainWeightWhat It Tests
Development with AWS Services32%Writing code that interacts with AWS — Lambda, DynamoDB, API Gateway, S3
Security26%IAM policies, encryption with KMS, secrets management, Cognito authentication
Deployment24%CI/CD with CodePipeline, deployment strategies, CloudFormation, SAM
Troubleshooting and Optimization18%Debugging with X-Ray, monitoring with CloudWatch, error patterns
Key takeaway: Security accounts for over a quarter of the exam. Candidates who find security dry and rush through it are effectively surrendering 26% of their score before the exam begins.

AWS also explicitly lists topics that are out of scope for the DVA-C02: designing architectures, managing servers and operating systems, and designing VPCs. Those belong to the Solutions Architect track. With only seven days available, every hour must be directed at what actually appears on the exam.


Service Tiers: What to Prioritize and What to Skim

The official exam guide lists approximately 50 AWS services as in scope — an overwhelming number. In practice, candidates do not need to know all 50 at equal depth. Breaking services into three priority tiers directs study time to what matters most.

Tier 1: Know These Like the Back of Your Hand

These services appear constantly. Weakness on any of them will cause problems across multiple domains:

  • Lambda — triggers, scaling, error handling, runtimes, deployment methods
  • API Gateway — API types, traffic control, authorization options
  • DynamoDB — data organization, capacity modes, indexing
  • S3 — storage classes, security, service integrations
  • SQS & SNS — queue types, decoupling patterns, message delivery
  • IAM — policies, roles, permissions boundaries

Tier 2: Understand Conceptually, Not Exhaustively

Questions on these services appear regularly but do not require the same depth as Tier 1:

  • Cognito — user pools vs. identity pools
  • KMS — encryption key management
  • Secrets Manager & Parameter Store — credential storage (know when to use each)
  • X-Ray — distributed tracing
  • CloudWatch — logs, metrics, alarms
  • CodePipeline, CodeBuild, CodeDeploy — CI/CD pipeline components
  • CloudFormation & SAM — infrastructure as code
  • EventBridge — event-driven architectures
  • Step Functions — workflow orchestration
  • ElastiCache — caching strategies

Between Tier 1 and Tier 3: Elastic Beanstalk and ECS

These may appear more than expected. Deep expertise is not required, but candidates should understand the problems each solves, when to choose one over the other, and basic deployment handling.

Tier 3: Awareness Level Only

Services like Kinesis, AppSync, and Amplify might appear in one or two questions. Do not invest hours here.

The priority principle: Focus energy on what shows up consistently. The patterns become apparent once mock exam practice begins. Trying to learn 50 services equally is the fastest route to study fatigue with no corresponding exam benefit.

The 7-Day Study Plan

Day 1 — Diagnostic and Gap Analysis (Most Important Day)

Most people start exam preparation by pressing play on a video course from the beginning. That is one of the least effective approaches — it spends hours on topics the candidate may already understand while ignoring the gaps that will actually cost points.

Instead, take a full 65-question mock exam before studying anything. No videos first. No prep. Take the exam cold.

The score will be low, especially for candidates without extensive experience. That is expected. The goal is not to pass — it is to create an accurate map of knowledge gaps.

After the exam, go through every wrong answer. Do not just read the explanation and move on. Categorize each wrong answer:

  • Which domain did it belong to?
  • Which service was it testing?
  • What specific concept was missed?
This single step saves 10–20 hours of wasted studying. Most people skip it because seeing a low score feels uncomfortable. Pressing play on a video feels productive even when it is not. That is exactly how candidates spend three months making no real progress on an exam that is passable in a week.

Days 2–3 — Core Services Deep Dive

Based on the Day 1 diagnostic, the candidate now knows exactly where the weaknesses are. These two days focus on filling those gaps, prioritizing Tier 1 and Tier 2 services.

Day 2: Lambda and API Gateway

These services work together constantly and form the backbone of serverless development on AWS. Focus areas:

  • How Lambda functions are triggered and how they scale
  • Error handling patterns and retry behavior
  • Runtime options and deployment methods
  • API Gateway endpoint types, stage variables, and authorization

At the end of Day 2, complete 20–30 practice questions specifically targeting Lambda and API Gateway. Validate that the material was actually learned, not just that it was studied.

Day 3: S3, DynamoDB, and Messaging

  • DynamoDB: Data organization (partition keys, sort keys, GSI/LSI), capacity modes (provisioned vs. on-demand), consistency models
  • S3: Storage classes, lifecycle policies, encryption options, event notifications
  • SQS & SNS: Standard vs. FIFO queues, message visibility, fan-out patterns, when to use messaging to decouple architectures

End the day with targeted practice questions, plus 10 questions covering Day 2 topics (Lambda and API Gateway) to maintain retention.

Day 4 — Security (26% of the Exam)

Security is where many candidates slip. They find it dry and rush through, then are surprised when a quarter of the exam covers material they barely reviewed.

Critical areas:

  • IAM policies — how permissions are evaluated, policy types, roles vs. users
  • Cognito — user pools for authentication vs. identity pools for authorization, and when each applies
  • KMS — encryption key management, envelope encryption, key rotation
  • Secrets Manager vs. Parameter Store — when to use each for credential and configuration storage

End the day with 20–30 targeted security questions, plus review questions from Day 2–3 topics.

Day 5 — Deployment (24% of the Exam)

Many developers struggle with this domain because they have not set up CI/CD pipelines hands-on. The exam tests understanding of the tools and deployment patterns.

Key topics:

  • CodePipeline family: CodeCommit, CodeBuild, CodeDeploy — how they integrate and key configuration files (buildspec.yml, appspec.yml)
  • Deployment strategies: rolling, blue/green, canary — when to use each and the trade-offs
  • Infrastructure as Code: CloudFormation basics (template structure, stacks, change sets) and SAM for serverless applications

End with deployment-focused practice questions plus cumulative review from previous days.

Day 6 — Troubleshooting + Mock Exam Gauntlet

Morning: Cover the troubleshooting domain (18%). Focus on:

  • X-Ray — tracing requests across distributed applications, service maps, annotations
  • CloudWatch — logs, metrics, alarms, and dashboards for monitoring application health

Afternoon and evening: Take as many full mock exams as possible, back to back. After each exam, review every wrong answer thoroughly:

  • Understand why the correct answer is correct
  • Understand why the selected answer was wrong
  • Look for patterns — are Lambda questions still tripping up? Still confused about Cognito? Weak on deployment strategies?

These patterns directly inform what to review on Day 7.

Day 7 — Targeted Review + Exam

This is not a day for new content. The morning schedule:

  1. Light review of topics that appeared repeatedly in Day 6 wrong answers
  2. Quick flashcard run-through on Tier 1 services
  3. Reinforcement, not cramming

Then take the exam. Following this system consistently results in a first-attempt pass.


Exam Day Strategy

Time Management

The DVA-C02 gives 130 minutes for 65 questions — approximately two minutes per question. If a question takes more than 2–3 minutes without resolution, flag it and move on. Return to flagged questions after completing the full set.

Question Strategy

DVA-C02 questions are scenario-based. The key constraint is often buried in the middle of the scenario.

  • Read the full scenario carefully. The qualifier — cost, latency, operational overhead — usually points to the answer.
  • Eliminate obviously wrong options first. Usually one or two choices per question are clearly incorrect with basic knowledge.
  • Look for AWS preferred patterns:
When the scenario says...AWS typically expects...
"Most scalable"Serverless — Lambda + DynamoDB
"Minimize operational overhead"Managed services — ECS Fargate, RDS, API Gateway
"Most secure"Least privilege IAM, encryption at rest and in transit
"Decouple"SQS, SNS, or EventBridge
"Most cost-effective"Spot instances, S3 Intelligent-Tiering, on-demand pricing

The Mental Game

Some questions will reference services or concepts that were barely studied. That is normal — approximately 15 unscored questions on the exam are used by AWS for research purposes, and the candidate may be looking at one. Do not panic on unfamiliar questions. Make an educated guess and move on.

Trust the preparation. The structured 7-day approach builds genuine gaps awareness, not surface-level familiarity.


Recommended Study Resources

ResourcePurpose
AWS official DVA-C02 exam guideDomain breakdown and in-scope services list
Full-length mock examsDiagnostic + pattern identification (take at least 4–5 across the 7 days)
AWS Lambda Developer GuideTier 1 deep dive — triggers, scaling, error handling
AWS IAM documentationPolicy evaluation logic and permission boundaries
CloudFormation and SAM docsDeployment domain preparation

Is the AWS Developer Associate Worth It?

For developers building on AWS, the answer is yes. The DVA-C02 validates the ability to write code that interacts with AWS services, implement CI/CD pipelines, secure applications with IAM and encryption, and debug distributed systems — all skills that directly transfer to real-world development work.

The certification alone does not guarantee a cloud role. Employers look for practical skills alongside credentials. But the structured preparation process itself builds exactly the kind of service-level fluency that makes a developer more effective when working with AWS.

Seven days is enough — but only when the preparation is focused on the right services, guided by real gap analysis, and reinforced through deliberate practice rather than passive watching.


Related Reading


Practice the Questions That Target Your Weak Spots

The fastest way to close the gap between studying and exam-ready is to practice with questions that target actual weak areas. Start a free practice session on Hiiragi — the adaptive engine tracks performance by domain and serves the questions that need the most work, so study time goes toward real gaps instead of topics already mastered.

Consistent practice, thorough explanation review, and a structured daily plan are what separate candidates who pass from those who reschedule.

Test your knowledge now

Our adaptive mock exams target exactly what you just read. Take a practice test and lock in the concepts.

Start Mock Exam