XK0-005 · Question #10810
XK0-005 Question #10810: Real Exam Question with Answer & Explanation
The correct answer is B: Infrastructure as Code. {"question_number": 8, "question": "Which of the following concepts describes the approach of keeping all configurations in a repository?", "correct_answer": "B", "explanation": "Infrastructure as Code (IaC) is the practice of managing and provisioning infrastructure through mach
Question
Which of the following concepts describes the approach of keeping all configurations in a repository?
Options
- AInventory
- BInfrastructure as Code
- COrchestration
- DAgentless deployment
Explanation
{"question_number": 8, "question": "Which of the following concepts describes the approach of keeping all configurations in a repository?", "correct_answer": "B", "explanation": "Infrastructure as Code (IaC) is the practice of managing and provisioning infrastructure through machine-readable configuration files stored in version control repositories (such as Git) rather than through manual processes or interactive configuration tools. Examples include Terraform, Ansible playbooks, and Kubernetes manifests. 'Inventory' refers to cataloging assets or resources. 'Orchestration' refers to coordinating and managing the execution of multiple services or containers. 'Agentless deployment' refers to a method of deploying software to remote systems without installing a persistent agent on those systems (e.g., using SSH). None of these describe keeping all configurations in a repository the way IaC does.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.