nerdexam
Cisco

300-910 · Question #10

What are two benefits of Infrastructure as Code? (Choose two.)

The correct answer is C. It ensures consistency. E. It reduces risk.. Infrastructure as Code ensures consistency across environments and reduces risk by making infrastructure changes repeatable, traceable, and less prone to manual errors.

Infrastructure as Code

Question

What are two benefits of Infrastructure as Code? (Choose two.)

Exhibit

300-910 question #10 exhibit

Options

  • AIt enables continuous integration.
  • BIt allows for management control.
  • CIt ensures consistency.
  • DIt improves application monitoring.
  • EIt reduces risk.

How the community answered

(27 responses)
  • B
    4% (1)
  • C
    93% (25)
  • D
    4% (1)

Why each option

Infrastructure as Code ensures consistency across environments and reduces risk by making infrastructure changes repeatable, traceable, and less prone to manual errors.

AIt enables continuous integration.

While IaC is a prerequisite and often integrated into Continuous Integration (CI) and Continuous Delivery (CD) pipelines, IaC itself doesn't *enable* CI; rather, CI is a practice that can leverage IaC.

BIt allows for management control.

'Management control' is a broad term; while IaC provides *versioned* and *auditable* control over infrastructure, 'consistency' and 'risk reduction' are more direct and specific benefits.

CIt ensures consistency.Correct

Infrastructure as Code (IaC) defines infrastructure in machine-readable files, ensuring that the same configuration can be deployed repeatedly to different environments, guaranteeing consistency and eliminating configuration drift caused by manual processes.

DIt improves application monitoring.

IaC focuses on provisioning and managing infrastructure, not directly improving application monitoring, though it can provision monitoring tools.

EIt reduces risk.Correct

By automating infrastructure provisioning and management, IaC reduces the likelihood of human error, provides version control for infrastructure changes, and enables faster disaster recovery, all of which significantly reduce operational risks.

Concept tested: Infrastructure as Code benefits

Source: https://learn.microsoft.com/en-us/devops/deliver/what-is-infrastructure-as-code

Topics

#Infrastructure as Code#Automation#Consistency#Risk Reduction

Community Discussion

No community discussion yet for this question.

Full 300-910 Practice