400-007 · Question #63
What best describes the difference between Automation and Orchestration?
The correct answer is A. Automation refers to an automatic process for completing a single task and Orchestration refers. Automation handles a single discrete task without human intervention, while Orchestration coordinates and sequences multiple automated tasks into a larger end-to-end workflow.
Question
What best describes the difference between Automation and Orchestration?
Options
- AAutomation refers to an automatic process for completing a single task and Orchestration refers
- BAutomation describes a hands-off configuration process while Orchestration refers to sets of
- CAutomation refers to an automatic process for completing multiple tasks with conditions and
- DAutomation refers to scripting languages (Python. Ansible etc.) and Orchestration refers to
How the community answered
(52 responses)- A90% (47)
- B2% (1)
- C6% (3)
- D2% (1)
Why each option
Automation handles a single discrete task without human intervention, while Orchestration coordinates and sequences multiple automated tasks into a larger end-to-end workflow.
Automation executes one specific, self-contained task automatically - such as configuring a single interface - while Orchestration manages the dependencies, ordering, and conditional logic that ties many individual automated tasks together to complete a broader process such as full service provisioning.
Describing automation as only a 'hands-off configuration process' is too vague and fails to capture that automation applies to a single task, making this answer less precise than option A.
This choice incorrectly attributes multi-task execution with conditional logic to automation rather than orchestration; automation handles single tasks, and it is orchestration that manages multiple interdependent tasks with conditions.
Equating automation with specific scripting tools like Python or Ansible confuses the implementation mechanisms with the concept itself, and defining orchestration by a different category of tools rather than by its coordinating function is technically inaccurate.
Concept tested: Distinction between automation and orchestration in network management
Source: https://www.cisco.com/c/en/us/solutions/automation/what-is-network-automation.html
Topics
Community Discussion
No community discussion yet for this question.