live chatMcAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
Pass4Test 10%OFF Discount Code

Cisco Implementing DevOps Solutions and Practices using Cisco Platforms - 300-910 Exam Questions

QUESTION NO: 1
Refer to the exhibit.


How should the Jenkins job be troubleshooted based on the error provided?
Correct Answer: C
QUESTION NO: 2
Refer to the exhibit.

What is the reason for this error message?
Correct Answer: D
QUESTION NO: 3
Refer to the exhibit.

Which CI solution uses this file?
Correct Answer: B
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 4
What is an advantage of using configuration management tools to automate infrastructure services?
Correct Answer: A
QUESTION NO: 5
Which type of security testing should be performed as a part of a CI/CD pipeline by analyzing the source code itself without compiling the code into a running executable?
Correct Answer: D
QUESTION NO: 6
Refer to the exhibit.

The IT team is creating a new design for a logging system. The system must be able to collect logs from different components of the infrastructure using the SNMP protocol. When the data is collected it will need to be presented in a graphical UI to the NOC team.
What is the architectural component that needs to be placed in the unlabeled box to complete this design?
Correct Answer: A
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 7

Refer to the exhibit. A developer is creating a health check monitoring script that queries information from the Cisco DNA Center platform. The script must trigger an alert if a site health statistic named accessGoodCount drops below 80 and if a network statistic named latestHealthScore is 95 or less.
Drag and drop the code snippets from the bottom onto the blanks in the code to monitor the site and network health on a Cisco DNA Center platform instance. Options may be used more than once. Not all options are used.
Correct Answer:
QUESTION NO: 8
A developer is containerizing an application. The container "devnetprotf' has been run in detached mode to output the container ID with the command

Which command must be used to start an interactive Bash shell the running container?
Correct Answer: A
QUESTION NO: 9
A DevOps engineer is designing a precheck validation of the network state in a CI/CD pipeline and must implement this workflow:
* Take a source Docker image named alpine
* Define two stages named build and push
* Check network connectivity before the stages run
* Fetch the latest Docker image
* Create a new Docker image and push it to the registry
* Tag the new Docker image as the latest version
Drag and drop the code snippets from the bottom onto the boxes in the GitLab CI configuration to achieve the requirements for the design. Not all options are used.
Correct Answer: