nerdexam
Cisco

200-901 · Question #530

Which benefit does CI/CD provide to the infrastructure?

The correct answer is D. enables frequent and reliable code deployments. 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…

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

How the community answered

(47 responses)
  • A
    2% (1)
  • C
    4% (2)
  • D
    94% (44)

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).

Topics

#CI/CD#Infrastructure Automation#Deployment#DevOps

Community Discussion

No community discussion yet for this question.

Full 200-901 Practice