AWS Certified Developer – Associate
Amazon Web Services logo

AWS Certified Developer – Associate

DVA-C02

Validate your ability to develop, deploy, and debug cloud-based applications using AWS, demonstrating proficiency in core services, security best practices, and serverless architectures to drive scalable innovation.

Exam syllabus, organized by domain

Try a real question

Sample AWS Certified Developer – Associate exam question

Answer this question the same way you would on exam day. No sign-up needed — one random question, three tries to swap it out.

MasterDevelopment with AWS Services

A Lambda function writes temporary data to /tmp as shown in the code block. The team wants to rely on this data for future invocations. Which statement correctly describes the durability of /tmp?

python
import json

def lambda_handler(event, context):
    with open('/tmp/cache.json', 'w') as f:
        f.write(json.dumps(event))
    with open('/tmp/cache.json') as f:
        return json.load(f)

Frequently asked questions

Key facts about the AWS Certified Developer – Associate certification and how to prepare for it.

Skills & Requirements

What you need to know before attempting the AWS Certified Developer – Associate exam.