AWS Certified DevOps Engineer - Professional
Validates technical expertise in provisioning, operating, and managing distributed application systems on the AWS platform. Covers SDLC automation, configuration management and infrastructure as code, resilient cloud solutions, monitoring and logging, incident and event response, and security and compliance. Requires two or more years of experience provisioning, operating, and managing AWS environments with proficiency in implementing and managing CI/CD pipelines and automation frameworks.
Sample questions
A free preview of 15 source-grounded questions from this exam — answers and explanations included.
- Q1SDLC Automationhard
A developer is concerned that turning on Lambda code signing will add latency to every function invocation, and is reading the Lambda code signing documentation to confirm when validation runs. What does the documentation state?
- A.Signature validation runs on each invocation, adding a verification step before every function cold start
- B.Signature validation runs in the CodeBuild build phase, blocking deploys of any unsigned code packages
- C.Signature validation runs at deployment time, so there is no added latency on each function executionCorrect answer
- D.Signature validation runs on an EventBridge schedule, re-checking signatures of deployed code packages
Sources
Questions are grounded in 150 references from official and authoritative materials.