TA-002-P · Question #233
TA-002-P Question #233: Real Exam Question with Answer & Explanation
The correct answer is B: Safely test modifications using a "dry run" before applying any actual changes.. {"question_number": 5, "question": "Select the advantages of using Infrastructure as Code.", "correct_answer": "B, C, D, E", "explanation": "Option A is incorrect - IaC manages infrastructure provisioning, not customer-facing application development. The valid advantages are: B)
Question
From the answers below, select the advantages of using Infrastructure as Code.
Options
- AProvide a codified workflow to develop customer-facing applications.
- BSafely test modifications using a "dry run" before applying any actual changes.
- CEasily integrate with application workflows (GitLab Actions, Azure DevOps, CI/CD tools).
- DEasily change and update existing infrastructure.
- EProvide reusable modules for easy sharing and collaboration.
Explanation
{"question_number": 5, "question": "Select the advantages of using Infrastructure as Code.", "correct_answer": "B, C, D, E", "explanation": "Option A is incorrect - IaC manages infrastructure provisioning, not customer-facing application development. The valid advantages are: B) 'terraform plan' acts as a dry run showing changes before they are applied; C) IaC files integrate naturally into CI/CD pipelines and DevOps workflows; D) existing infrastructure can be updated by modifying code and re-applying; E) reusable modules allow teams to share standardized infrastructure patterns.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.