Courseiva
Infrastructure and AutomationmediumMultiple SelectObjective-mapped

200-901 Infrastructure and Automation Practice Question

Which THREE are common best practices for implementing CI/CD in network automation?

⚠ Common exam trap

Cisco often tests the distinction between 'automation' and 'CI/CD best practices'—candidates may confuse manual testing (Option A) as a safety net, but the exam expects you to recognize that CI/CD relies on automated testing, not manual steps.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Use version control for all automation scripts and playbooks

Version control (e.g., Git) is a fundamental CI/CD best practice: it tracks changes, enables rollbacks, and supports collaboration on automation scripts and playbooks. Without version control, you lose auditability and the ability to reliably reproduce network states, which violates the principle of infrastructure as code.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Perform manual testing after every deployment

    Why it's wrong here

    CI/CD emphasizes automated testing, not manual.

  • Use version control for all automation scripts and playbooks

    Why this is correct

    Version control is essential for tracking changes and collaboration.

  • Treat infrastructure configurations as code

    Why this is correct

    IaC is a fundamental principle of automation.

  • Implement automated unit and integration tests

    Why this is correct

    Automated tests are a key part of CI/CD pipelines.

  • Store credentials and secrets in code repositories

    Why it's wrong here

    Secrets should be stored securely, not in code repositories.

About these practice questions

This 200-901 question is part of Courseiva's 989-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This 200-901 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-901 exam.