Every Exam PrepFREE EXAM PREP
Ask AI
EXAM GUIDE · AWS DEVELOPER ASSOCIATE (DVA-C02)

AWS Certified Developer - Associate Exam Guide

Administered by Amazon Web Services (AWS)Verified against the official content outline
Written by Every Exam Prep Editorial TeamSource and review policyPublished July 18, 2026Updated July 23, 2026

At a glance

Questions
65
Time limit
2h 10m
Passing score
720/1000
Exam fee
$150

Quick answers

How much does the AWS Developer Associate (DVA-C02) cost?

The AWS Developer Associate (DVA-C02) exam fee is $150.

What is the passing score for the AWS Developer Associate (DVA-C02)?

The passing score for the AWS Developer Associate (DVA-C02) is 720/1000.

How many questions is the AWS Developer Associate (DVA-C02)?

The AWS Developer Associate (DVA-C02) has 65 questions with a time limit of 2 hours 10 minutes.

The AWS Certified Developer - Associate (DVA-C02) validates your ability to develop, deploy, and debug cloud applications on Amazon Web Services. This credential is ideal for developers building serverless, microservices, and containerized applications. It demonstrates proficiency with AWS SDKs, APIs, and core services essential for modern cloud development.

Overview

The exam covers four content domains: Development with AWS Services (32%), Security (26%), Deployment (24%), and Troubleshooting and Optimization (18%). You'll be tested on designing applications with compute, storage, and database services; implementing security controls; automating deployments; and optimizing performance and costs across AWS infrastructure.

Cost and registration

The exam costs 150 USD to register. This fee covers one attempt at the certification, though you can reschedule up to twice if needed. Pricing may vary by region—check your local AWS Certification Account for exact details and available payment methods.

Exam format

The AWS Developer Associate exam contains 65 questions (50 scored, 15 unscored) and must be completed in 130 minutes. You can test at a Pearson VUE center or take the OnVUE online-proctored exam, available 24/7. The passing score is 720 on a scale of 100 to 1,000. Your credential is valid for 3 years.

Verified facts about the AWS Developer Associate (DVA-C02)

19 statements, each bound to the official document it was taken from. The source link beside every line opens that document.

Requirements and rules

Delivery options
The exam can be taken at a Pearson VUE test center or as an OnVUE online proctored exam
Pearson VUE
Delivery provider
Exams are offered through Pearson VUE
AWS
Online availability
Most online-proctored exam appointments are available 24 hours a day, 7 days a week
AWS
Reschedule limit
Each exam appointment can only be rescheduled twice
AWS
Reschedule window hours
Candidates can reschedule up to 24 hours before the scheduled exam time
AWS
Scheduling account
Candidates schedule the exam with Pearson VUE from an AWS Certification Account
AWS
Scheduling route
Candidates schedule the exam through Pearson VUE's scheduling system via their AWS Certification account
Pearson VUE

Fees

Cost
$The exam costs 150 USD to register
AWS

Numbers

Domain count
The exam guide defines 4 content domains
AWS
Duration minutes
Candidates are given 130 minutes to complete the exam
AWS
Passing score
The minimum passing score is 720 on a scaled score of 100 to 1,000
AWS
Question count
The exam contains 65 questions
AWS
Scored questions
50 questions affect the candidate's score
AWS
Unscored questions
15 unscored questions do not affect the score
AWS
Validity years
The credential is valid for 3 years
AWS

What is tested

Domain 1 development
Content Domain 1: Development with AWS Services accounts for 32% of scored content%
AWS
Domain 2 security
Content Domain 2: Security accounts for 26% of scored content%
AWS
Domain 3 deployment
Content Domain 3: Deployment accounts for 24% of scored content%
AWS
Domain 4 troubleshooting optimization
Content Domain 4: Troubleshooting and Optimization accounts for 18% of scored content%
AWS

How hard is the AWS Developer Associate (DVA-C02)?

How Hard Is the AWS Certified Developer - Associate Exam?

The AWS Certified Developer - Associate (DVA-C02) is one of the most popular AWS certifications for software engineers and cloud developers. It validates your ability to write, deploy, and debug cloud applications on AWS. But is it actually difficult? The answer depends on your background, hands-on experience, and study approach.

Exam Format and Logistics

Understanding the test structure helps calibrate expectations. The exam is administered through Pearson VUE, available both in-person at test centers and online via OnVUE proctoring. The online option offers flexibility—most appointments are available twenty-four hours a day, seven days a week, so scheduling around work is manageable.

Metric Details
Exam Cost $150 USD
Duration 130 minutes
Total Questions 65 questions
Scored Questions 50 questions
Unscored Questions 15 questions (experimental)
Passing Score 720 out of 1,000
Credential Validity 3 years

You can reschedule an exam appointment up to twenty-four hours before it's scheduled to start. Each appointment can only be rescheduled twice, so plan carefully if life events come up. The timing is important: the window is tight, and you want to avoid last-minute rescheduling penalties. Testing centers and OnVUE both enforce these policies consistently.

Content Domains and Difficulty Balance

The exam covers four content domains, each weighted differently. This uneven distribution is key to understanding where to focus your preparation and why some candidates struggle more than others.

Development with AWS Services is the heaviest domain, accounting for thirty-two percent of scored content. This covers EC2, S3, Lambda, DynamoDB, API Gateway, and other core services. You'll need hands-on familiarity with common patterns: deploying serverless functions, integrating services, writing code that uses AWS SDKs, and troubleshooting service-level issues. This domain rewards practical experience more than theory.

Security comes in second at twenty-six percent. Expect questions on IAM policies, encryption, secrets management, secure application design, and credential rotation. Unlike the Security Specialty certification, this isn't as deep, but it's no trivial topic. Security mistakes are particularly easy to make and difficult to debug, so this domain tests both knowledge and judgment.

Deployment accounts for twenty-four percent. This domain covers CloudFormation, Elastic Beanstalk, CodePipeline, CodeDeploy, and other infrastructure-as-code and CI/CD tools. If you've automated deployments before, this feels natural; if not, it requires dedicated study and hands-on practice. Questions often test your ability to diagnose deployment failures or choose the right tool for a scenario.

Troubleshooting and Optimization rounds out the exam at eighteen percent. These questions present broken systems and ask how to fix them. They're often harder because they require you to diagnose root causes rather than recall facts. You must read logs, infer what went wrong, and select the correct remediation step.

Difficulty Relative to Other AWS Certs

Compared to the Solutions Architect Associate, the Developer exam goes deeper into coding and service integration. You need to know not just what services exist but how to use them in application code. The practical scenarios are more granular and require you to think like a developer, not an architect.

It's easier than the Solutions Architect Professional or any Specialty exam. Those require mastery across dozens of services and deep architectural trade-offs. The Developer exam is more focused—it's really about application-level AWS work and the tools developers use daily.

First-time pass rates sit in the 60–70% range for most candidates, suggesting the exam isn't trivial but is attainable with structured preparation. The gap between passers and those who fail is typically not raw intelligence but rather hands-on experience and deliberate study strategy.

What Makes It Hard

Three factors trip up most candidates:

Hands-on gaps. Reading AWS documentation is not the same as launching an EC2 instance, writing Lambda functions, or debugging API Gateway integrations. Many candidates memorize facts without real experience and fail when questions test contextual understanding or require you to apply knowledge in unfamiliar scenarios.

SDK and API details. The exam expects you to know which SDK calls are correct, which permissions are needed, and how to structure requests. This requires exposure to actual code, not just high-level concepts. You must be comfortable reading code snippets and identifying the bug or the missing piece.

Scenario-based questions. Rather than straightforward factual questions, many items present a situation ("Your Lambda function needs to access a database; the function fails intermittently due to timeout errors") and ask you to pick the best solution. These require you to reason through trade-offs, evaluate multiple valid-sounding answers, and select the most correct one.

Realistic Study Approach

The structure of your study matters more than the volume. Begin with AWS documentation, specifically the getting-started guides and API references for the services in Domain 1. Read them once for context, not memorization. Your goal is familiarity, not recall.

Next, do hands-on labs. Spin up EC2 instances, create S3 buckets, deploy Lambda functions, and build a simple application using multiple services. This is where deep learning happens. Many candidates skip this step or do it too lightly, then wonder why exam questions feel disconnected from their preparation.

Practice with exam-style questions—not to memorize answers, but to identify weak areas. When you answer a question incorrectly, read the explanation, then revisit the relevant AWS documentation. This feedback loop is essential. Don't just passively read explanations; engage actively by testing the concept yourself in a hands-on environment.

Review domains by weight. Spend the most time on Development, then Security, then Deployment. Don't neglect Troubleshooting; those questions are often the hardest and are worth the investment. Skipping Troubleshooting entirely is a common mistake.

Readiness signals include feeling confident explaining why an incorrect answer is wrong, not just knowing the right one. If you can articulate the reasoning behind your choices, you're likely ready.

Is It Worth Taking?

For software engineers and backend developers, this certification demonstrates cloud competency to employers and clients. It's especially valuable if you work with AWS daily but lack formal credentials. The three-year validity window means you're not recertifying constantly; you have time to deepen your skills before renewal becomes necessary.

The challenge level is moderate—harder than entry-level exams but well within reach if you combine study materials with real-world AWS usage. Most developers with hands-on AWS experience who prepare methodically pass comfortably. The exam isn't designed to fail you; it's designed to verify you can do the job.

The exam rewards practical understanding over memorization, which is why candidates who skip hands-on labs often struggle. If you're willing to launch services and write code, the difficulty drops significantly. The certification is worth pursuing if you're serious about cloud development and want external validation of your skills.

AWS Developer Associate (DVA-C02) pass rate: the reported numbersFirst-attempt versus retake rates, where each figure is published, and what it changes about a study plan.

Ways to prepare for the AWS Developer Associate (DVA-C02)

Weighing a paid course

Each of these is a side-by-side on what the provider does better than we do, what it charges today, and where the free path here is enough.

Frequently asked questions

How many questions are on the AWS Certified Developer - Associate exam, and how long do I have?

The exam contains 65 questions that are either multiple choice or multiple response, and you have 130 minutes to complete it. Only 50 of those questions actually affect your score — the other 15 are unscored items that do not count toward your result. That works out to an average of two minutes per question, so build your pacing plan around the full set of 65 rather than trying to guess which items are scored.

What score do I need to pass the AWS Developer - Associate exam?

You need a minimum passing score of 720, reported on a scaled score range of 100 to 1,000. Your result is calculated only from the 50 scored questions; the 15 unscored questions are excluded from scoring entirely. Because the result is a scaled score rather than a raw percentage, there is no fixed number of correct answers that guarantees a pass — aim for consistent competence across every domain instead of targeting a specific hit rate.

Which content domains should I spend the most study time on?

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 scored content, so hands-on fluency with AWS service development and security practices gives you the highest return on study time. Don't write off Troubleshooting and Optimization, though — at 18% of scored content it is still large enough to swing a borderline result.

How much does the exam cost, and how do scheduling and rescheduling work?

The exam costs 150 USD to register. You schedule it with Pearson VUE from your AWS Certification account, which routes you to Pearson VUE's scheduling system. You can sit the exam either at a physical Pearson VUE test center or as an OnVUE online proctored exam, and most online-proctored appointments are available 24 hours a day, 7 days a week. If 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 date you are genuinely confident about. Once you pass, the credential is valid for 3 years.

How hard is the AWS Certified Developer - Associate exam?

It is a moderately difficult associate-level exam: you get 130 minutes to answer 65 multiple-choice and multiple-response questions, which works out to about two minutes per question. The pressure comes less from raw time than from breadth — AWS spreads the content across 4 domains, with Development with AWS Services alone accounting for 32% of scored content. Most candidates find the questions scenario-based rather than definition-based, so memorizing service names is not enough.

What is the passing score, and does AWS publish a pass rate?

AWS does not publish a pass rate for this exam; what it does publish is the passing standard. According to AWS, results are reported as a scaled score from 100 to 1,000, and the minimum passing score is 720. That scaled score is not a raw percentage — only 50 of the 65 questions affect your score, while 15 unscored questions do not count at all, so you cannot convert 720 into a fixed number of correct answers.

How much does the AWS Certified Developer - Associate exam cost?

According to AWS, the exam costs 150 USD to register. That fee covers a single attempt, so a retake means paying again — one reason it pays to sit only when your practice scores are consistently clear of the bar. The credential is valid for 3 years, which spreads that cost across a reasonably long period before recertification comes due.

How should I study for the AWS Certified Developer - Associate exam?

Weight your study time to match the published domain percentages rather than studying every service equally. AWS allocates 32% of scored content to Development with AWS Services, 26% to Security, 24% to Deployment, and 18% to Troubleshooting and Optimization — so development and security together are well over half the exam. Build hands-on reps in the console and CLI for the highest-weighted areas, then use timed practice sets to get comfortable answering 65 questions inside 130 minutes.

Where and how do I schedule the exam?

You schedule from your AWS Certification Account, which routes you to Pearson VUE's scheduling system. AWS currently offers the exam through Pearson VUE, and you can sit it either at a physical Pearson VUE test center or as an OnVUE online proctored exam. AWS notes that most online-proctored appointments are available 24 hours a day, 7 days a week, so remote candidates usually have far more slot flexibility than test-center candidates.

Can I reschedule if I am not ready in time?

Yes, but within limits: AWS policy states that each exam appointment can only be rescheduled twice. You must also reschedule up to 24 hours before your scheduled exam time — leaving it later than that forfeits the window. Since the 150 USD fee is tied to the appointment, it is worth booking a date you can realistically hold rather than relying on repeated moves.

Sources

  1. 1.AWS Certified Developer - Associate (DVA-C02) Exam GuideAWS (accessed Jul 18, 2026)
  2. 2.AWS Certified Developer - Associate (Exam Overview)AWS (accessed Jul 18, 2026)
  3. 3.AWS Certification Policies - Before TestingAWS (accessed Jul 18, 2026)
  4. 4.Schedule an AWS Certification ExamAWS (accessed Jul 18, 2026)
  5. 5.AWS CertificationAWS
  6. 6.AWS Certification Exams (Pearson VUE)Pearson VUE (accessed Jul 18, 2026)

Official sources

Primary documents used to verify the exam details shown on this page.

Last verified against the official exam content outline: