Cisco 300-910 Practice Test - Questions Answers, Page 3
List of questions
Related questions
Fill in the blanks to complete the statement.
When creating multiple containers, in order to allow communication with each other, you must create a_____________ of type _____________.
pod, volume
Refer to the exhibit.
What is the reason for this error message?
The required dependencies for the urllib3 module are not installed.
The requests module is not installed.
The required dependencies for the requests module are not installed.
The site-packages directory has been corrupted.
What is the effective way to manage computing costs in a public cloud?
Monitor data transfers to minimize cost.
Use dedicated hardware for all instances.
Select the largest instance option available in order to pay for only one instance.
Make use of elastic services and scale on demand.
ConfigMap keys have been mapped to different file names using the volumes.configMap.items field.
What is the result if a wrong ConfigMap key is specified?
The default path is not used.
The volume is not created.
The volume is created.
The volume is created with errors.
What are two benefits of Infrastructure as Code? (Choose two.)
It enables continuous integration.
It allows for management control.
It ensures consistency.
It improves application monitoring.
It reduces risk.
Refer to the exhibit.
What is the user doing with Drone in this automated test?
testing Alpine Linux versus Ubuntu Linux
testing a PostgreSQL DB against multiple architectures
testing only the amd64 architecture
testing PostgreSQL deployment in an Alpine Linux VM
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.
Which two characteristics of a build tool that is used in an automated build pipeline? (Choose two.)
It runs unit tests against code that is committed.
It builds your software on the production environment.
It builds your software when changes are committed.
It builds your software every 500 milliseconds.
It must have a plug-in for Puppet and Maven.
When DevOps practices are integrated into an existing organization, which two characteristics are positive indicators of DevOps maturity? (Choose two.)
mean time between success
mean time to recover
cone testing
change lead time
age of codebase
Which two statements about Infrastructure as Code are true? (Choose two.)
Test-driven development practices make use of Infrastructure as Code.
Infrastructure as Code refers to automated testing libraries.
DevOps builds upon Infrastructure as Code.
Infrastructure as Code is based on practices from software development.
Infrastructure as Code must use the same programming language as the application.
Question