CLOUD-DIGITAL-LEADER · Question #238
An organization wants to leverage tooling and automation as part of its new DevOps philosophy. Which operational challenge will this resolve?
The correct answer is A. Repetitive manual tasks that hinder workflows. DevOps automation tooling eliminates repetitive manual tasks, freeing teams to focus on higher-value work and accelerating delivery pipelines.
Question
An organization wants to leverage tooling and automation as part of its new DevOps philosophy. Which operational challenge will this resolve?
Options
- ARepetitive manual tasks that hinder workflows
- BTime-consuming supervision of creative tasks
- CDistribution and supply-chain issues
- DDefective technical equipment that limits innovation
How the community answered
(40 responses)- A90% (36)
- B5% (2)
- C3% (1)
- D3% (1)
Why each option
DevOps automation tooling eliminates repetitive manual tasks, freeing teams to focus on higher-value work and accelerating delivery pipelines.
A core DevOps principle is automating repetitive, error-prone manual tasks such as code builds, testing, deployment, and environment provisioning through CI/CD pipelines and infrastructure-as-code tools. Automation removes toil - low-value repetitive work - that slows delivery cycles, reduces human error, and allows engineers to focus on innovation rather than routine operations.
Automation excels at structured, rule-based tasks; supervising creative tasks still requires human judgment and is not a primary target of DevOps automation.
Distribution and supply-chain issues are physical and logistical problems outside the scope of software DevOps tooling and automation.
Defective hardware is an infrastructure and procurement problem; DevOps automation addresses software delivery workflows, not physical equipment failures.
Concept tested: DevOps automation eliminating manual operational toil
Source: https://learn.microsoft.com/en-us/devops/what-is-devops
Topics
Community Discussion
No community discussion yet for this question.