(Jul-2023) Get professional help from our 300-910 Dumps PDF
Give You Free Regular Updates on 300-910 Exam Questions
NEW QUESTION # 33
When DevOps practices are integrated into an existing organization, which two characteristics are positive indicators of DevOps maturity? (Choose two.)
- A. cone testing
- B. mean time to recover
- C. age of codebase
- D. change lead time
- E. mean time between success
Answer: B,D
NEW QUESTION # 34
Refer to the exhibit.
What is the reason for this error message?
- A. The required dependencies for the requests module are not installed.
- B. The required dependencies for the urllib3 module are not installed.
- C. The site-packages directory has been corrupted.
- D. The requests module is not installed.
Answer: D
NEW QUESTION # 35
A user wants to deploy a new service to a Kubernetes cluster. Which two commands accomplish this goal?
(Choose two.)
- A. Expose
- B. Create
- C. Apply
- D. Deploy
- E. Install
Answer: A,C
NEW QUESTION # 36
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.
Answer:
Explanation:

NEW QUESTION # 37
Which two statements about Infrastructure as Code are true? (Choose two.)
- A. DevOps builds upon Infrastructure as Code.
- B. Infrastructure as Code is based on practices from software development.
- C. Infrastructure as Code refers to automated testing libraries.
- D. Infrastructure as Code must use the same programming language as the application.
- E. Test-driven development practices make use of Infrastructure as Code.
Answer: B,E
NEW QUESTION # 38
Refer to the exhibit.
What is the reason for this error message?
- A. The required dependencies for the requests module are not installed.
- B. The required dependencies for the urllib3 module are not installed.
- C. The site-packages directory has been corrupted.
- D. The requests module is not installed.
Answer: D
NEW QUESTION # 39
Which Kubernetes object is used to create a ClusterIP or NodePort?
- A. service
- B. pod
- C. loadbalancer
- D. deployment
Answer: A
NEW QUESTION # 40
Refer to the exhibit.
The exhibit shows the output of an Ansible task that prints the contents of the show_ip_int_brief variable that was registered in a different task in the playbook.
Which expression is used to print the output of the command without its header row?
- A. show_ip_int_brief['stdout_lines'][0]
- B. show_ip_int_brief['stdout_lines'][0][1:]
- C. show_ip_int_brief['stdout_lines']
- D. show_ip_int_brief['stdout_lines'][1:]
Answer: D
NEW QUESTION # 41
As a department starts following NetDevOps principles, how should the network monitoring strategy be updated to provide more visibility into the user experience?
- A. Identify and fix network issues faster by leveraging streaming telemetry from network devices
- B. Update tools to pull or stream monitoring metrics from APIs instead of using legacy protocols
- C. Leverage machine learning tools to more quickly identify problems m syslog and SNMP data
- D. Identify and capture the key performance indicators that describe the state of the network
Answer: B
Explanation:
Explanation
Updating tools to pull or stream monitoring metrics from APIs instead of using legacy protocols is an important part of a NetDevOps strategy, as it allows for more efficient and automated data collection, as well as better visibility into the user experience. APIs for network monitoring are becoming increasingly common, as they allow for a more direct connection to the devices themselves, and can provide access to more detailed and specific metrics. Cisco's DevOps Solutions and Practices Guide recommends leveraging APIs to monitor the user experience, as they can provide access to more specific metrics and can be integrated with other monitoring tools.
NEW QUESTION # 42
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?
- A. Jenkins
- B. Genie CLI
- C. Travis CI
- D. Python YAML data libraries
Answer: A
Explanation:
Section: CI/CD Pipeline
NEW QUESTION # 43
How long analysis systems such as Elasticsearch, Logstash, and Kibana Stack handle ingesting unstructured logs from different devices in various formats?
- A. All different message formats are parsed separately using custom filters, and the resulting structured data is stored for later analysis.
- B. All logs are stored in their unstructured text format, and the ELK Stack performs data analysis by intelligently parsing the logs using machine learning algorithms.
- C. All devices that generate syslogs must use agents that process the local logs and transmit them in a specific format to the ELK Stack.
- D. A single, comprehensive log format is defined on the ELK Stack. All incoming logs, regardless of format, are transformed to match the comprehensive format, and only applicable fields are populated.
Answer: D
NEW QUESTION # 44
Drag and drop the commands from the bottom onto the correct Terraform code in the exhibit to push a network object to a Cisco ASA Firewall device.
Answer:
Explanation:
NEW QUESTION # 45
Refer to the exhibit.
An organization has issues with code-based failures after implementing a CI/CD pipeline to automate the builds and deployment phases of an application.
Which action must be added to the pipeline, after the application is deployed in the staging environment to minimize failures and to ensure a successful continuous deployment?
- A. Functional and nonfunctional tests must be run before it is promoted to production
- B. Functional and nonfunctional tests must be run after it is promoted to production
- C. Restructuring and monitoring tests must be run after it is promoted to production
- D. Restructuring and monitoring tests must be run before it is promoted to production
Answer: A
Explanation:
Explanation
According to Cisco's Implementing DevOps Solutions and Practices using Cisco Platforms (DEVOPS) Study Manual, it is important to run functional and non-functional tests before promoting the application to production. This is essential in order to identify and address any issues that could cause code-based failures.
Additionally, a pipeline should include automated tests that can be used to verify that processes are running correctly. By running these tests before promoting to production, you can ensure that any potential issues are identified and addressed before the application is released.
NEW QUESTION # 46
Which description of a canary deployment is true?
- A. deployment that is rolled back automatically after a configurable amount of minutes
- B. deployment to a limited set of servers or users
- C. deployment by accident
- D. deployment relating to data mining development
Answer: B
NEW QUESTION # 47
A developer must create a GitLab CI/CD pipeline with these requirements:
* builds an on-demand test environment
* deploys configurations
* verifies the results
Drag and drop the code from the bottom onto the box where the code is missing to complete the GitLab CI/CD pipeline. Not all options are used.
Answer:
Explanation:

NEW QUESTION # 48
What is as responsibility for teams running private cloud servers that is less of a concern when running in the public cloud?
- A. cost
- B. hardware maintenance
- C. metrics and monitoring
- D. credentials management
Answer: D
NEW QUESTION # 49
A precheck validation is being designed for the network state in a Cl/CD pipeline This design requires:
* the CI/CD pipeline to spin up test instances.
* instances must be used to validate changes.
* changes must be validated prior to a continuous deployment workflow, and
* then push the changes to production
How should the pipeline target the required environment?
- A. Use separate Git repositories for each environment
- B. Use separate CI servers for each environment
- C. Use different inventory files for each environment
- D. Use different pipelines for each environment
Answer: C
NEW QUESTION # 50
What is a practice of infrastructure as code?
- A. Use multiple version control systems
- B. Configure the deployment consistently
- C. Test, integrate, and deploy once a day
- D. Document as much as possible
Answer: B
NEW QUESTION # 51
A developer has created a deployment that should launch a pod to run their database service. The pod should launch with a metadata name of "Cisco-DB," and the developer has added it to the "Cisco" namespace in their deployment.
Which Kubernetes command confirms that the service is running and usable?
- A. kubectl -n Cisco get services | grep "Cisco-DB"
- B. kubectl -n Cisco get pods | grep "Cisco-DB"
- C. kubectl get pods | grep "Cisco-DB"
- D. kubectl -n Cisco get service | grep "Cisco-DB"
Answer: C
Explanation:
Section: Cloud and Multicloud
Explanation/Reference:
NEW QUESTION # 52
......
To prepare for the Cisco 300-910 certification exam, candidates can take advantage of a variety of resources, including online courses, study guides, and practice exams. Cisco also offers a range of certification programs and training courses that cover DevOps, automation, and other related topics. Candidates should have practical experience working with Cisco technologies and should be familiar with software development methodologies and DevOps practices.
Achieve the 300-910 Exam Best Results with Help from Cisco Certified Experts: https://www.bootcamppdf.com/300-910_exam-dumps.html
Provide 300-910 Practice Test Engine for Preparation: https://drive.google.com/open?id=10M6jkoQ1ExSvFp-69xebnmLH2iKEs9Bo