AWS Certified Developer - Associate Exam
65-question written exam with multiple-choice and multiple-response question types.
- Type
- Written
- Delivery
- Both
- Duration
- 130 min
- Questions
- 65
Passing score: 720 Scaled score on a 100 to 1,000 scale
Exam sections
Domain 1: Development with AWS Services
This section focuses on building applications using core AWS services, including developing code for Lambda and integrating with various data stores. It covers architectural patterns like event-driven and microservices, API management, messaging services, and interacting with AWS via SDKs and APIs.
Question notes
Multiple choice and multiple response questions focusing on development tasks.
Preparation tips
Focus on Lambda configuration, DynamoDB indexing, and architectural patterns like event-driven and microservices.
Domain 2: Security
Covers implementing robust authentication and authorization for applications and AWS services using IAM and Cognito. It also focuses on data protection through encryption at rest and in transit, secret management, and the secure handling of sensitive data like PII in application code.
Question notes
Multiple choice and multiple response questions focusing on security implementation.
Preparation tips
Review IAM roles, Cognito, KMS encryption, and Secret Manager for securing application-level data and API access.
Domain 3: Deployment
Concentrates on preparing artifacts, testing in development environments, and automating deployments. It covers AWS CI/CD services, infrastructure as code (IaC) with SAM or CloudFormation, and modern deployment strategies such as blue/green, canary, and rolling updates to manage releases.
Question notes
Multiple choice and multiple response questions focusing on deployment automation.
Preparation tips
Understand CI/CD pipelines with CodePipeline and CodeBuild, and infrastructure as code using AWS SAM or CloudFormation templates.
Domain 4: Troubleshooting and Optimization
Focuses on assisting with root cause analysis, instrumenting application code for better observability, and optimizing performance. Key topics include interpreting metrics, logs, and traces using CloudWatch and X-Ray, as well as implementing effective caching and resource optimization strategies.
Question notes
Multiple choice and multiple response questions focusing on troubleshooting and optimization.
Preparation tips
Practice debugging with service logs and traces, and learn how to optimize resource usage and implement caching strategies.
