Cisco (300-910-DEVOPS) Exam Questions And Answers page 7
What are the two benefits of Infrastructure as Code?
Multiple Choice
What are two benefits of Infrastructure as Code? (Choose two.)
It allows for management control.
It ensures consistency.
It improves application monitoring.
It reduces risk.
Automation and Orchestration
Automation and Orchestration
An interface on a router as a Layer 3 link has been configured to another device by updating an Ansible playbook that is executed via a CI/CD pipeline. The Ansible playbook was written to push the configuration change using the ios_config module. Which automated test validates that the interface is functioning as it should?
Add a pipeline step that runs the playbook a second type. If it does not modify the device on the second run, then the interface is correctly configured.
Automated testing is already built in because the playbook execution is successful only after Ansible validates that it applied the change.
Add a pipeline step that captures and parses the packet flow for the interface.
Add a pipeline step that captures and parses the show ip interface output so that the operational state can be referenced.
DevOps Principles and Practices
Automation and Orchestration
Comments