nerdexam
CiscoCisco

200-901 · Question #530

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

The correct answer is D: enables frequent and reliable code deployments. {"question_number": 6, "question": "Which benefit does CI/CD provide to the infrastructure?", "correct_answer": "D. enables frequent and reliable code deployments", "explanation": "CI (Continuous Integration) automatically builds and tests code every time a developer commits, cat

Infrastructure and Automation

Question

Which benefit does CI/CD provide to the infrastructure?

Options

  • Asupports connectivity between network resources and external platforms
  • Bsupports the integration of network devices with external databases
  • Cprovides version control during application development
  • Denables frequent and reliable code deployments

Explanation

{"question_number": 6, "question": "Which benefit does CI/CD provide to the infrastructure?", "correct_answer": "D. enables frequent and reliable code deployments", "explanation": "CI (Continuous Integration) automatically builds and tests code every time a developer commits, catching bugs early. CD (Continuous Delivery/Deployment) automates the release pipeline so validated code can be deployed to production frequently and reliably with minimal manual intervention. This reduces deployment risk and accelerates the delivery of features and fixes. Options A and B relate to networking connectivity and database integration - not CI/CD functions. Option C (version control) is provided by VCS tools like Git, not CI/CD pipelines (though CI/CD integrates with version control).", "generated_by": "claude-sonnet", "llm_judge_score": 4}

Topics

#CI/CD#Infrastructure Automation#Deployment#DevOps

Community Discussion

No community discussion yet for this question.

Full 200-901 PracticeBrowse All 200-901 Questions