CramPDF Co., ltd provides valid exam cram PDF & dumps PDF materials to help candidates pass exam certainly. If you want to get certifications in the short time please choose CramPDF exam cram or dumps PDF file.

[May 02, 2024] 300-910 Exam Brain Dumps - Study Notes and Theory [Q52-Q71]

Share

[May 02, 2024] 300-910 Exam Brain Dumps - Study Notes and Theory

Pass Cisco 300-910 Test Practice Test Questions Exam Dumps

NEW QUESTION # 52
Refer to the exhibit.

How does the architecture respond to a usage spike?

  • A. The Orchestrator increases the resources assigned to containers to increase performance
  • B. The load balancer interacts with the Orchestrator to optimize the balancing algorithm to match the incoming flow of requests
  • C. The database prioritizes quick and immediate queries over complicated ones to reduce the request queue
  • D. The monitoring software instructs the Orchestrator to increase the count of containers and to configure the load balancer accordingly

Answer: B


NEW QUESTION # 53
A security team is running vulnerability scans against a CI/CD pipeline. The reports show that RDBMS secrets were found hardcoded in Ansible scripts. The RDBMS resides in the internal network but is accessible from a jump server that resides in a public network.
If an attacker gains access to the scripts, what is the risk exposure?

  • A. The Ansible scripts run through encrypted SSH connections.
  • B. The entire CI/CD-related infrastructure is at risk.
  • C. The Automation server is at risk of being compromised.
  • D. The internal network is at risk of being compromised.

Answer: D

Explanation:
The internal network is at risk of being compromised if an attacker gains access to the Ansible scripts, as the scripts contain hardcoded secrets for the RDBMS which is accessible from a jump server in a public network. This presents a risk as the secrets can be used to gain access to the RDBMS, and from there, the attacker could potentially gain access to the internal network. Additionally, the entire CI/CD-related infrastructure could be at risk if the attacker is able to gain access to the RDBMS, as they could potentially manipulate the data or scripts in order to cause disruption or damage.


NEW QUESTION # 54
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. Travis CI
  • C. Genie CLI
  • D. pyATS

Answer: B


NEW QUESTION # 55
What are two advantages of using Configuration Management Tools? (Choose two.)

  • A. reduction in network changes already performed automatically
  • B. reduction in networking team skills
  • C. reduction of on-premises networking equipment
  • D. reduction in policy violations caused by human errors
  • E. reduction in administration costs

Answer: A,E


NEW QUESTION # 56
Which description of a canary deployment is true?

  • A. deployment by accident
  • B. deployment relating to data mining development
  • C. deployment that is rolled back automatically after a configurable amount of minutes
  • D. deployment to a limited set of servers or users

Answer: D

Explanation:
Section: CI/CD Pipeline


NEW QUESTION # 57
An application has been designed based on microservices. The application is deployed on Kubernetes using multiple pods that share the same IP address. Each pod is responsible for a service in the application.
Which command validates the success of the application deployment?

  • A. kubectl rollout status deployment
  • B. kubectl get pods -o wide -w
  • C. kubectl rollout history deployment
  • D. kubectl describe pods/

Answer: A


NEW QUESTION # 58
Which step must be taken to enable centralized logging in a Kubernetes environment?

  • A. Create a CustomResourceDefinition in each deployment that specifies the IP or names the log collector.
  • B. No steps need to be taken. The master node automatically aggregates logs from all worker nodes and stores them on the specified persistent volume.
  • C. Deploy a sidecar node that aggregates logs from the entire cluster.
  • D. Create a DaemonSet that deploys a container with a logging agent on every node in the cluster.

Answer: D

Explanation:
To enable centralized logging in a Kubernetes environment, you must create a DaemonSet that deploys a container with a logging agent on every node in the cluster. This allows all of the logs from each node to be collected in one place, allowing for easier analysis and management. Reference: Kubernetes Documentation, Logging Architecture.


NEW QUESTION # 59

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 requests module is not installed.
  • C. The required dependencies for the urllib3 module are not installed.
  • D. The site-packages directory has been corrupted.

Answer: B

Explanation:
Section: Packaging and Delivery of Applications


NEW QUESTION # 60
What is a benefit of monitoring the CI/CD pipeline?

  • A. proactively deploys new servers if needed
  • B. provides insight into how efficiently the development team is operating
  • C. troubleshoots distributed systems performance
  • D. analyzes network outages that affect the network and server infrastructure

Answer: B


NEW QUESTION # 61
DRAG DROP
Construct an Ansible script to gather information about target routers and then use it to apply no ip redirects to every interface on each device. Drag and drop the code from the bottom onto the correct location in the exhibit to complete the tasks section of the Ansible playbook so that it accomplishes your goal.
Select and Place:

Answer:

Explanation:

Section: Automating Infrastructure


NEW QUESTION # 62
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.

Answer:

Explanation:


NEW QUESTION # 63
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 get pods | grep "Cisco-DB"
  • B. kubectl -n Cisco get pods | grep "Cisco-DB"
  • C. kubectl -n Cisco get service | grep "Cisco-DB"
  • D. kubectl -n Cisco get services | grep "Cisco-DB"

Answer: A

Explanation:
Section: Cloud and Multicloud
Explanation/Reference:


NEW QUESTION # 64
What are two testing scenarios of the chaos engineering principle? (Choose two.)

  • A. executing routine in driver code to emulate I/O errors
  • B. unplugging a core switch device
  • C. maxing out CPU cores on an Elasticsearch cluster
  • D. removing all users from a version control system
  • E. blocking developers' building access

Answer: B,C


NEW QUESTION # 65
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?

  • A. time-series database
  • B. log parser
  • C. message queue
  • D. web server

Answer: B

Explanation:
Explanation
A log parser is a software component that is used to collect and parse log data from various sources, such as infrastructure devices, applications, and services. It is responsible for collecting log data from the various sources and then mapping it to a specific format that can be easily consumed and interpreted by the NOC team. The log parser can also be used to filter out irrelevant data and store the processed data in a time-series database. This data can then be used by the NOC team to generate visualizations and reports, which will help them identify and address any issues within the infrastructure. (Source: Cisco Implementing DevOps Solutions and Practices using Cisco Platforms (DEVOPS) Study Manual Chapter 5, Understanding Logging and Log Analysis)


NEW QUESTION # 66
An application is being built to collect and display telemetry streaming dat a. Drag and drop the elements of this stack from the left onto the correct functions on the right.

Answer:

Explanation:


NEW QUESTION # 67
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. Python YAML data libraries
  • B. Travis CI
  • C. Genie CLI
  • D. Jenkins

Answer: D

Explanation:
Section: CI/CD Pipeline


NEW QUESTION # 68
When DevOps practices are integrated into an existing organization, which two characteristics are positive indicators of DevOps maturity? (Choose two.)

  • A. age of codebase
  • B. change lead time
  • C. mean time to recover
  • D. mean time between success
  • E. cone testing

Answer: B,C


NEW QUESTION # 69
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 # 70
A team must roll out updates on the production instance of an application. To avoid any service down time, the new version must be released alongside the old version. After the team ensures that the new version operates as it should, traffic will be redirected to the new version. Then the old version will be shut down.
Which deployment strategy must be used?

  • A. shadow
  • B. rolling
  • C. canary
  • D. blue/green

Answer: D

Explanation:
The new version of the application is deployed to one of the environments, and then traffic is gradually shifted to the updated environment. This strategy allows the team to test the new version before releasing it to the public, ensuring that it is operating as expected. After the new version is tested and approved, traffic is fully shifted to the new environment and the old environment is shut down.


NEW QUESTION # 71
......


Cisco 300-910 certification exam consists of 60-70 questions that need to be answered within 90 minutes. 300-910 exam is computer-based and can be taken at any Pearson VUE testing center. The passing score for the exam is 825 out of 1000. Upon passing the exam, you will receive a certification that validates your skills and knowledge in implementing DevOps solutions using Cisco platforms.

 

Verified 300-910 dumps Q&As - 300-910 dumps with Correct Answers: https://actualtests.crampdf.com/300-910-exam-prep-dumps.html