nerdexam
CiscoCisco

200-901 · Question #378

200-901 Question #378: Real Exam Question with Answer & Explanation

The correct answer is B: service provisioning. {"question_number": 8, "question": "To which stage of development do Infrastructure as Code principles relate?", "correct_answer": "B", "explanation": "Infrastructure as Code (IaC) relates to the service provisioning stage of development. IaC is the practice of managing and provi

Infrastructure and Automation

Question

To which stage of development do Infrastructure as Code principles relate?

Options

  • Amanual configuration
  • Bservice provisioning
  • Cphysical deployment
  • Drequirement collection

Explanation

{"question_number": 8, "question": "To which stage of development do Infrastructure as Code principles relate?", "correct_answer": "B", "explanation": "Infrastructure as Code (IaC) relates to the service provisioning stage of development. IaC is the practice of managing and provisioning computing infrastructure (servers, networks, storage, load balancers) through machine-readable configuration files rather than manual processes or interactive configuration tools. Tools like Terraform, Ansible, and CloudFormation exemplify this. It automates the provisioning and configuration of infrastructure resources as part of the software delivery pipeline. Manual configuration (A) is what IaC replaces. Physical deployment (C) refers to installing hardware, which IaC abstracts away. Requirement collection (D) is an earlier planning stage. IaC's core value is automating the provisioning of infrastructure services consistently and repeatably.", "generated_by": "claude-sonnet", "llm_judge_score": 4}

Topics

#Infrastructure as Code#Service Provisioning#Automation

Community Discussion

No community discussion yet for this question.

Full 200-901 PracticeBrowse All 200-901 Questions