156-561 · Question #19
What are the Automation tools?
The correct answer is A. API, CLI, Scripts, Shells and Templates. Option A is correct because automation tools encompass the full spectrum of mechanisms used to automate tasks: APIs (programmatic interfaces), CLIs (command-line interfaces), Scripts (automated code execution), Shells (environment for running commands), and Templates (reusable…
Question
What are the Automation tools?
Options
- AAPI, CLI, Scripts, Shells and Templates
- BTerraform and Ansible
- CAMls
- DCloudFormation
How the community answered
(45 responses)- A93% (42)
- B2% (1)
- D4% (2)
Explanation
Option A is correct because automation tools encompass the full spectrum of mechanisms used to automate tasks: APIs (programmatic interfaces), CLIs (command-line interfaces), Scripts (automated code execution), Shells (environment for running commands), and Templates (reusable configuration patterns) - together they represent the categories of automation tools broadly.
- Option B (Terraform and Ansible) are specific products that fall under automation tools, not the definition of automation tools themselves.
- Option C (AMIs) stands for Amazon Machine Images - these are pre-built VM snapshots used for provisioning, not automation tools per se.
- Option D (CloudFormation) is a single AWS-specific infrastructure-as-code service, making it just one example of a template-based automation tool, not the full set.
Memory tip: Think of the acronym "ACSST" - APIs Call Scripts, Shells Template - to recall the five categories. When an exam question asks for the broad definition of automation tools, look for the answer that lists types/categories, not specific product names.
Topics
Community Discussion
No community discussion yet for this question.