nerdexam
ExamsCV0-003Questions#732
CompTIA

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

Deployment

Question

A systems administrator needs to deploy a solution to automate new application releases that come from the development team. The administrator is responsible for provisioning resources at the infrastructure layer without modifying any configurations in the application code. Which of the following would BEST accomplish this task?

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

#infrastructure as code#CI/CD#infrastructure provisioning#automation

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice