CLO-002 · Question #534
Which of the following best facilitates a software company's adoption of a DevOps approach to development when operating in a cloud environment?
The correct answer is A. Infrastructure as code. Infrastructure as code (IaC) allows developers and operations teams to manage and provision cloud infrastructure using machine-readable configuration files, making it easier to automate and streamline the deployment and management of resources. This practice aligns well with…
Question
Which of the following best facilitates a software company's adoption of a DevOps approach to development when operating in a cloud environment?
Options
- AInfrastructure as code
- BUpgrades and patching
- CTemplates
- DAuto-scaling
How the community answered
(16 responses)- A75% (12)
- B6% (1)
- C13% (2)
- D6% (1)
Explanation
Infrastructure as code (IaC) allows developers and operations teams to manage and provision cloud infrastructure using machine-readable configuration files, making it easier to automate and streamline the deployment and management of resources. This practice aligns well with the DevOps approach by enabling automation, consistency, and scalability, thus facilitating collaboration between development and operations teams in a cloud environment.
Topics
Community Discussion
No community discussion yet for this question.