cisco 300-910 online test

Implementing DevOps Solutions and Practices using Cisco Platforms (DEVOPS)

What students need to know about the 300-910 exam

  • Total 61 Questions & Answers

Question 1 Topic 1

Topic 1
Which two practices help make the security of an application a more integral part of the software development lifecycle?
(Choose two.)

  • A. Add a step to the CI/CD pipeline that runs a dynamic code analysis tool during the pipeline execution.
  • B. Add a step to the CI/CD pipeline that runs a static code analysis tool during the pipeline execution.
  • C. Use only software modules that are written by the internal team.
  • D. 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.
  • E. Ensure that the code repository server has enabled drive encryption and stores the keys on a Trusted Platform Module or Hardware Security Module.
Answer:

A E

Discussions

Question 2 Topic 1

Topic 1
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

Discussions

Question 3 Topic 1

Topic 1
DRAG DROP
Drag and drop the operations from the left into the correct order on the right when using CI/CD, assuming that there are no
failures or conflicts.
Select and Place:

Answer:

Discussions

Question 4 Topic 1

Topic 1
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?

  • 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

Discussions

Question 5 Topic 1

Topic 1

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

Discussions

Question 6 Topic 1

Topic 1
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?

  • A. terraform plan
  • B. terraform check
  • C. terraform fmt
  • D. terraform validate
Answer:

D

Discussions

Question 7 Topic 1

Topic 1
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?

  • 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

Discussions

Question 8 Topic 1

Topic 1
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?

  • A. soak testing
  • B. unit testing
  • C. load testing
  • D. volume testing
Answer:

B

Discussions

Question 9 Topic 1

Topic 1
DRAG DROP
The IaC configuration for an application is being deployed using a CI/CD pipeline. Drag and drop the steps for this pipeline
from the left into the correct order that they would be executed on the right. Not all options are used.
Select and Place:

Answer:

Discussions

Question 10 Topic 1

Topic 1
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?

  • A. Ansible
  • B. pyATS
  • C. Genie CLI
  • D. Travis CI
Answer:

D

Discussions
To page 2