Cisco 300-910 - Implementing DevOps Solutions and Practices using Cisco Platforms (DEVOPS) Exam
Page: 2 / 23
Total 114 questions
Question #6 (Topic: Single Topic)


Refer to the exhibit. How should the Jenkins job be troubleshooted based on the error provided?
A. Verify what the responding file created.
B. Update pip.
C. Install dependencies.
D. Place the code in a container and run the job again.
Answer: A
Question #7 (Topic: Single Topic)
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?
Some configuration changes are pushed to the code repository, but the pipeline did not start.
Why did the pipeline fail to start?
A. The CI server was not configured as a Git remote for the repository.
B. The webhook call from the code repository did not reach the CI server.
C. Configuration changes must be sent to the pipeline, which then updates the repository.
D. The pipeline must be started manually after the code repository is updated.
Answer: C
Question #8 (Topic: Single Topic)
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?
base will be directed to the new instance until that version has been proven stable. Which deployment strategy is this example of?
A. recreate
B. blue/green
C. rolling
D. canary
Answer: D
Question #9 (Topic: Single Topic)
Which description of a canary deployment is true?
A. deployment by accident
B. deployment that is rolled back automatically after a configurable amount of minutes
C. deployment relating to data mining development
D. deployment to a limited set of servers or users
Answer: D
Question #10 (Topic: Single Topic)

Refer to the exhibit. What is causing the requests code to fail?
A. Rython3 is not compatible with requests.
B. The requests library is not imported.
C. The requests library is not installed.
D. The requests coming into stdin fail because device_ip cannot be parsed.
Answer: B