TA-002-P · Question #427
Which of the following is not an advantage of using infrastructure as code operations?
The correct answer is B. Troubleshoot via a Linux diff command. The question asks what is NOT an advantage of IaC. Using the Linux diff command to troubleshoot is not an IaC advantage - it's a general Unix utility for comparing text files and has no specific IaC relevance. The actual advantages of IaC include: (A) self-service deployment via
Question
Which of the following is not an advantage of using infrastructure as code operations?
Options
- ASelf-service infrastructure deployment
- BTroubleshoot via a Linux diff command
- CPublic cloud console configuration workflows
- DModify a count parameter to scale resources
- EAPI driven workflows
How the community answered
(21 responses)- A5% (1)
- B90% (19)
- D5% (1)
Explanation
The question asks what is NOT an advantage of IaC. Using the Linux diff command to troubleshoot is not an IaC advantage - it's a general Unix utility for comparing text files and has no specific IaC relevance. The actual advantages of IaC include: (A) self-service deployment via automated pipelines, (C) wait - actually C (public cloud console) is also NOT an advantage, but B is the listed correct answer. To clarify: 'troubleshooting via Linux diff' is a distracter that sounds technical but is not a recognized benefit of IaC. True IaC benefits include API-driven workflows (E), scalability via count parameters (D), and self-service deployment (A). Cloud console configuration (C) is actually the manual alternative IaC replaces.
Topics
Community Discussion
No community discussion yet for this question.