CV0-003 · Question #732
CV0-003 Question #732: Real Exam Question with Answer & Explanation
The correct answer is B: Configuring infrastructure as code. Infrastructure as code (IaC) is a practice of managing and provisioning infrastructure through code. This means that the infrastructure is defined in code, and the code is used to create and manage the infrastructure. This allows for automation of infrastructure provisioning and
Question
Options
- AImplementing a CI/CD tool
- BConfiguring infrastructure as code
- CDeploying an orchestration tool
- DEmploying DevOps methodology
Explanation
Infrastructure as code (IaC) is a practice of managing and provisioning infrastructure through code. This means that the infrastructure is defined in code, and the code is used to create and manage the infrastructure. This allows for automation of infrastructure provisioning and configuration, which can help to improve the speed and reliability of deployments. In this case, the systems administrator needs to automate the provisioning of resources at the infrastructure layer without modifying any configurations in the application code. This can be accomplished by using IaC. The administrator can create code that defines the infrastructure resources that need to be provisioned, and then use this code to provision the resources. The code can be written in a variety of languages, such as YAML, Python, or HashiCorp Configuration
Topics
Community Discussion
No community discussion yet for this question.