Free Cisco 300-910 Exam Actual Questions

The questions for 300-910 were last updated On Apr 26, 2024

Question No. 1

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?

Show Answer Hide Answer
Correct Answer: B

Genie CLI is a configuration management tool that is designed to validate the working state of the network before implementing a CI/CD pipeline model. Genie CLI provides a set of commands that can be used to check the state of the network, view logs, and make changes to network configurations. It is a powerful tool for validating the state of the network before making changes, and can help avoid costly mistakes or unexpected issues.


Question No. 2

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

Show Answer Hide Answer
Correct Answer: A, B

Adding a step to the CI/CD pipeline that runs a dynamic code analysis tool and a static code analysis tool during the pipeline execution helps make the security of an application a more integral part of the software development lifecycle. Dynamic code analysis tools search for coding errors and vulnerabilities while the application is running, while static code analysis tools scan the source code for potential errors and vulnerabilities. This ensures that any security issues are identified and addressed before the application is deployed. Additionally, using automated tools helps to reduce the amount of manual effort required for security testing and can reduce the risk of security flaws being introduced.


Question No. 3

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?

Show Answer Hide Answer
Correct Answer: A

https://www.terraform.io/docs/cli/commands/validate.html 'use the terraform plan command instead, which includes an implied validation check.'


Question No. 4

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?

Show Answer Hide Answer
Correct Answer: B

Question No. 5

Refer to the exhibit.

How should the Jenkins job be troubleshooted based on the error provided?

Show Answer Hide Answer
Correct Answer: A