Cisco 300-910 Practice Test - Questions Answers
List of questions
Related questions
A DevOps engineer must validate the working state of the network before implementing a CI/CD pipeline model. Which configuration management tool is designed to accomplish this?
Jenkins
Genie CLI
Travis CI
Python YAML data libraries
Which two practices help make the security of an application a more integral part of the software development lifecycle? (Choose two.)
Add a step to the CI/CD pipeline that runs a dynamic code analysis tool during the pipeline execution.
Add a step to the CI/CD pipeline that runs a static code analysis tool during the pipeline execution.
Use only software modules that are written by the internal team.
Add a step to the CI/CD pipeline to modify the release plan so that updated versions of the software are made available more often.
Ensure that the code repository server has enabled drive encryption and stores the keys on a Trusted Platform Module or Hardware Security Module.
A CI/CD pipeline that builds infrastructure components using Terraform must be designed. A step in the pipeline is needed that checks for errors in any of the .tf files in the working directory. It also checks the existing state of the defined infrastructure.
Which command does the pipeline run to accomplish this goal?
terraform plan
terraform check
terraform fmt
terraform validate
Which type of testing should be integrated into a CI/CD pipeline to ensure the correct behavior of all of the modules in the source code that were developed using TDD?
soak testing
unit testing
load testing
volume testing
Refer to the exhibit.
How should the Jenkins job be troubleshooted based on the error provided?
Verify what the responding file created.
Update pip.
Install dependencies.
Place the code in a container and run the job again.
Configuration changes to the production network devices are performed by a CI/CD pipeline. The code repository and the CI tool are running on separate servers. Some configuration changes are pushed to the code repository, but the pipeline did not start.
Why did the pipeline fail to start?
The CI server was not configured as a Git remote for the repository.
The webhook call from the code repository did not reach the CI server.
Configuration changes must be sent to the pipeline, which then updates the repository.
The pipeline must be started manually after the code repository is updated.
A new version of an application is being released by creating a separate instance of the application that is running the new code. Only a small portion of the user base will be directed to the new instance until that version has been proven stable. Which deployment strategy is this example of?
recreate
blue/green
rolling
canary
Which description of a canary deployment is true?
deployment by accident
deployment that is rolled back automatically after a configurable amount of minutes
deployment relating to data mining development
deployment to a limited set of servers or users
Refer to the exhibit.
What is causing the requests code to fail?
Rython3 is not compatible with requests.
The requests library is not imported.
The requests library is not installed.
The requests coming into stdin fail because device_ip cannot be parsed.
A DevOps engineering wants to build an application implementation based on the CI/CD pipeline model. Which service should be used to provide hosted continuous service for open and private projects?
Ansible
pyATS
Genie CLI
Travis CI
Question