Deployment, Provisioning, and Automation
Targeted SOA-C03 practice for this exam objective, with an explanation for every answer option.
- Certification
- SOA-C03
- Domain
- Deployment, Provisioning, and Automation
- Questions
- 10
Practice SOA-C03 Deployment, Provisioning, and Automation questions with exam-style scenarios, detailed explanations, and option-by-option rationale for this domain.
Example question from this objective
Each option is explained, so the reasoning behind the distractors is part of the answer.
An administrator needs a lightweight automation that runs when an object-created event arrives and updates metadata in a small operational table. The task does not require managing servers. Which compute option should the administrator use?
- AWS Backup Audit Manager
- AWS Direct Connect
- Amazon Route 53 Resolver
- AWS Lambda
AWS Backup Audit Manager — Backup Audit Manager helps audit backup compliance and does not run application logic on events.
AWS Direct Connect — Direct Connect provides dedicated network connectivity and does not execute event-driven code.
Amazon Route 53 Resolver — Route 53 Resolver handles DNS queries and forwarding, not object-event automation.
AWS Lambda — Lambda is well suited for event-driven automation tasks that run code without provisioning or managing servers.