Exampractice
Cloud Certifications

AWS Developer Associate Certification Guide

The DVA-C02 exam explained for working developers: format, cost, syllabus territory, registration steps, renewal rules and a study approach that fits around code.

Daniel Carter · 9 min read
Code editor with an autocomplete menu listing AWS services such as Lambda and DynamoDB, representing the AWS Certified Developer Associate exam.

You write application code, and increasingly that code runs on Amazon Web Services. The AWS Certified Developer – Associate (DVA-C02) is the certification built for exactly that position: it measures whether you can develop, deploy, secure and troubleshoot applications on AWS, rather than design infrastructure for it. The essentials up front: 65 questions, 130 minutes, $150 USD, passing score 720 scaled, no prerequisites, valid for three years.

Everything below is about the exam itself — what it covers, how it runs, what it costs, how to register, and how to prepare when your study time competes with a day job. The adjacent questions have their own homes: how this exam compares with the Solutions Architect Associate for choosing between them is covered in AWS Solutions Architect vs Developer, and whether to aim here or at the DevOps Professional is weighed in AWS Developer vs DevOps Engineer Certification.

Where DVA-C02 sits in the AWS portfolio

AWS Certified Developer – Associate is one of the Associate-level certifications in AWS's four-tier portfolio (Foundational, Associate, Professional, Specialty). Its siblings at the same tier include the Solutions Architect, CloudOps Engineer, Data Engineer and Machine Learning Engineer associates — all priced at $150 USD, all valid for three years, all delivered through Pearson VUE.

What distinguishes the Developer exam is its point of view. Where the architect exam asks "which design should this company choose?", DVA-C02 asks the questions a developer meets at the keyboard: why is this function failing, how should this application authenticate to that service, what is the right way to push this change to production. AWS recommends at least a year of hands-on experience developing on AWS before sitting it — a recommendation only, since no AWS exam has formal entry requirements — and in practice, professional programming experience in at least one language is the real foundation the exam assumes.

The current exam code is DVA-C02. As of August 2026 AWS has announced no DVA-C03, so ignore forum speculation and confirm the live version on the official Developer Associate page when you book. The exam is offered in six languages; check availability for yours at registration.

The exam format in detail

Structure. 65 questions in 130 minutes — an average of two minutes each. Question types are multiple choice (one correct option) and multiple response (a stated number of correct options, no partial credit worth relying on). That is the complete list: no labs, no coding sandbox, no essay. The ordering, matching and case-study formats AWS debuted in 2024 appeared on its AI exams (AIF-C01 and MLA-C01); the Developer Associate's official page lists only the classic two types.

Scoring. Results land on a scaled range of 100–1000, with 720 required to pass. Scaled means the raw-to-final conversion adjusts for form difficulty, so 720 is not "72% correct" and AWS publishes neither the conversion nor pass rates. There is no penalty for wrong answers — an educated guess always beats a blank.

Cost. $150 USD as of 2026, varying by country and region; AWS's exam-pricing page carries the figure for your locale. If you hold any active AWS certification already, a 50% discount voucher applies to your next exam — worth checking your certification account before you pay full price.

Delivery. Pearson VUE test centre or online proctoring. The online option demands a private room, webcam identity checks and 130 undisturbed minutes; developers testing from home offices with family around should weigh that honestly.

Reading aids. AWS exams now show short service names in questions, with a full-name reference available via the Help button — useful when a rarely-used service appears under an unfamiliar short form.

What territory does the DVA-C02 exam cover?

The definitive syllabus is the official DVA-C02 exam guide — a free PDF on the certification page listing the content domains, their weightings and the in-scope services. Read it before buying anything; the guide, not any course's table of contents, is what the exam is written from. Here is what its territory amounts to for a working developer, organised by the kinds of question you will face.

Building with AWS services

Expect heavy emphasis on the serverless development stack. AWS Lambda — writing functions, configuring how they are triggered, understanding their limits and failure behaviour — is central, and Amazon DynamoDB is its usual companion in questions about storing and retrieving application data efficiently. Around them orbit the messaging and integration services that connect application components, and the API layer that fronts them. The exam probes whether you understand how these pieces behave from code: how errors surface, how retries work, how a developer chooses between synchronous and asynchronous patterns.

Securing what you build

Security questions on DVA-C02 are developer-shaped: how an application should obtain credentials (roles rather than hard-coded keys), how to implement authentication and authorisation for users of your application, and how to encrypt data your code handles. If you have ever committed an access key to a repository and regretted it, the exam's security domain is essentially the study of never doing that again, formalised.

Deploying and automating

Continuous integration and delivery on AWS gets substantial coverage — how code moves from repository to running service, and how infrastructure gets defined and repeated rather than hand-built. You should understand deployment strategies conceptually (all-at-once versus phased approaches, and how to roll back when a release misbehaves) as the exam guide frames them.

Troubleshooting and optimisation

The fourth strand is operational: instrumenting applications with logs, metrics and traces, then using them to find why something is slow or failing, and tuning it. This is where day-job experience pays off most directly — if you have debugged a production issue with logging and metrics dashboards, the question style will feel familiar.

A candid note on emphasis: reproducing exact domain percentages here would only mislead you the day AWS revises them, so take the weightings from the current official exam guide and split your study calendar in proportion.

How to prepare when you already code for a living

Working developers over-study theory they already possess and under-study the AWS-specific mechanics. This approach corrects for that.

  1. Baseline against the exam guide first. Read the in-scope services list and mark the ones you have never touched in anger. Your professional experience likely covers general development practice; your gaps will be specific services and their AWS-particular behaviours.
  1. Study through building, not watching. For each major gap, build a toy: a Lambda function triggered by a queue, a small DynamoDB-backed API, a pipeline that deploys on push. An afternoon of building beats a weekend of video for this exam, because DVA-C02 questions describe the exact behaviours — timeouts, permission errors, throttling — that only surface when you run things.
  1. Read the service documentation for your weak areas. Exam questions frequently hinge on details that official docs state plainly and courses gloss over: default limits, retry behaviour, what happens on failure.
  1. Add a course only for structure. If self-directed study sprawls, one DVA-C02-specific course provides scaffolding. Treat it as a map of the syllabus, not a substitute for hands-on work.
  1. Benchmark under exam conditions, then target weak domains. When you believe you are close, sit a full-length timed practice test in one sitting. Score it by domain and spend your remaining time only where you are weak, re-testing with fresh questions to confirm the gap has closed. The AWS Developer Associate DVA-C02 practice questions on ExamPractice include free samples with per-question answer reveal, and subscribers get fuller sets plus a timed simulation mode for the benchmark run. Rotate question sources rather than replaying one set — recognising questions is not the same as being ready for new ones.

A readiness checklist

Book the exam when you can tick all of these:

  • You can explain how a Lambda function gets its permissions, and why hard-coding credentials is wrong in every scenario.
  • You can describe how your application code should handle a throttled or failed call to an AWS service.
  • You have personally deployed something through an automated pipeline on AWS, and rolled a change back.
  • You can read an unfamiliar error scenario and name which logs or metrics you would check first.
  • Your timed practice scores are consistently comfortable across every domain, on questions you have not seen before.
  • You know the current exam-day rules for your chosen delivery method (centre or online proctored).

Registering for the exam: the practical steps

  1. Create or sign in to your AWS certification account via the AWS Training and Certification portal.
  2. Select the AWS Certified Developer – Associate (DVA-C02) exam and your language.
  3. Choose delivery: Pearson VUE test centre or online proctoring, then pick a date and time. Slot availability varies by region and modality.
  4. Pay the fee ($150 USD as of 2026, local variations apply) — applying your 50% voucher at checkout if you hold an active AWS certification.
  5. For online proctoring, run the system compatibility check on the machine and network you will actually use, well before exam day.

Scheduling a real date two to four weeks past your readiness checklist is a better forcing function than waiting to feel perfectly prepared — perfection never arrives, and the checklist already told you what matters.

Validity, renewal and the certification's shelf life

Your Developer Associate certification lasts three years. Renewal routes: retake the current Developer Associate exam, or pass the AWS Certified DevOps Engineer – Professional (DOP-C02), which renews the Developer Associate automatically — the natural upgrade path for developers moving toward delivery and operations. AWS additionally lists a one-year maintenance extension for Associate-level certifications tied to an active AWS Skill Builder subscription; its terms live on the recertification page. Passing this exam also renews a Cloud Practitioner certification if you hold one, and hands you a fresh 50% voucher for whatever exam comes next.

For how the Developer Associate slots into a longer multi-certification plan by career goal, the AWS Certification Roadmap for 2026 covers sequencing so this guide does not have to.

Frequently asked questions

Do I need to know a specific programming language for DVA-C02?

AWS does not tie the exam to one language. Questions test how applications interact with AWS services — authentication, error handling, deployment — in language-neutral terms. Comfort reading code-adjacent material in any mainstream language is sufficient; you will not be asked to write syntax-perfect code in the exam.

Can I take DVA-C02 without the Cloud Practitioner certificate?

Yes. No AWS exam has prerequisites, and many working developers make the Developer Associate their first AWS certificate. Cloud Practitioner covers breadth-first fundamentals that experienced developers often already possess informally.

How long is my score valid if I fail — do attempts expire?

A failed attempt does not carry lasting penalties beyond AWS's published retake waiting rules, and the fee applies per attempt. Check AWS's current testing policies for the retake interval before rebooking, and use the gap for targeted weak-domain work rather than a full restart.

Is there any hands-on lab in the exam?

No. DVA-C02 is entirely question-based — multiple choice and multiple response. No current AWS certification exam includes a lab component, which is precisely why hands-on practice before the exam matters: the questions describe behaviours you are assumed to have seen for yourself.

Where the Developer Associate takes you

Treat DVA-C02 as formal confirmation of a skill set you build daily: shipping reliable, secure applications on AWS. The exam is well matched to working developers — its scenarios reward exactly the debugging instincts and deployment habits the job produces — and the whole syllabus is publicly documented in the official exam guide. Start there, build your gaps into toy projects, benchmark under timed conditions, and book the date. Afterwards, the DevOps Professional path renews this certificate while extending it, and the wider Amazon exams hub shows what else the same study discipline can earn you.

Exam facts in this guide were checked against official certification-provider pages on . Fees, exam codes and policies change — confirm on the provider’s own site before you book.

Put it into practice

Test what you have just read

Reading about an exam only takes you so far. Work through practice questions for your certification and find the gaps before exam day does.

You may also like