AWS Certified Developer - Associate
Validates technical expertise in developing, deploying, and debugging cloud-based applications using AWS services. Covers core AWS services, development best practices, CI/CD pipelines, security, and troubleshooting. Recommended for those with one or more years of hands-on experience developing and maintaining AWS-based applications.
Sample questions
A free preview of 15 source-grounded questions from this exam — answers and explanations included.
- Q1Development with AWS ServicesmediumSelect all that apply
A developer is being asked to keep Lambda deployment packages small while still sharing a heavy third-party dependency across a dozen functions. The developer is evaluating Lambda layers based on the documented use cases. Which two outcomes does the Lambda layers documentation explicitly list?
- A.Layers reduce the size of your deployment packages by letting you put function dependencies in a layer instead of including them with your function code in the deployment package.Correct answer
- B.Layers let you separate core function logic from dependencies and update your function dependencies independent of your function code, and vice versa.Correct answer
Sources
Questions are grounded in 150 references from official and authoritative materials.