Best Cisco 300-910 Exam Practice Material Updated on Apr 16, 2024 New 300-910 Actual Exam Dumps, Cisco Practice Test NEW QUESTION # 58 Refer to the exhibit.A developer needs to scale the existing pods within the worked nodes. Which object should be edited to achieve this goal? A. Pod B. ReplicaSet C. PriorityClass D. Deployment Answer: B NEW QUESTION # 59 What are two advantages of using Configuration [...]

Best Cisco 300-910 Exam Practice Material Updated on Apr 16, 2024 [Q58-Q80]

Share

Best Cisco 300-910 Exam Practice Material Updated on Apr 16, 2024

New 300-910 Actual Exam Dumps,  Cisco Practice Test

NEW QUESTION # 58
Refer to the exhibit.

A developer needs to scale the existing pods within the worked nodes. Which object should be edited to achieve this goal?

  • A. Pod
  • B. ReplicaSet
  • C. PriorityClass
  • D. Deployment

Answer: B


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

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

Answer: B,D

Explanation:
Explanation
Configuration Management Tools allow for automated configuration of networking equipment, which helps to reduce human errors and the time and money needed to manage and configure the equipment. For example, Cisco Configuration Professional (CCP) is a configuration management tool that provides automated configuration, validation, and troubleshooting of network infrastructure devices. CCP enables administrators to configure and deploy network changes quickly and efficiently, while also reducing the costs associated with manual configuration and troubleshooting.


NEW QUESTION # 60
Which two actions help limit the attack surface of your Docker container? (Choose two.)

  • A. Download images over HTTPS supporting sites.
  • B. Use Kali Linux as a base image.
  • C. Run only a single service in each container.
  • D. Use version tags for base images and dependencies.
  • E. Run all services in a single image.

Answer: A,D


NEW QUESTION # 61
To make logging searches more efficient and useful in Kibana, an Administrator wants to implement index patterns around the hostname of some software systems. Where should this be configured?

  • A. Create an index pattern in Kibana.
  • B. Create a time filter on Kibana to look at time only.
  • C. Configure a new JSON object in Kibana.
  • D. Create a search index in Logstash.

Answer: A

Explanation:
Section: Logging, Monitoring, and Metrics


NEW QUESTION # 62
Refer to the exhibit.

The push_configs.yml playbook returns the error shown.
Which action resolves the error?

  • A. Generate a new SSH key pair and add the public key to the target machine
  • B. Install the Paramiko library on the host that runs Ansible
  • C. Comment out the StrictHostKeyChecking=yes line from ansible.cfg
  • D. Export the ANSIBLE_HOST_KEY_CHECKING=False variable

Answer: D


NEW QUESTION # 63
A user wants to deploy a new service to a Kubernetes cluster. Which two commands accomplish this goal?
(Choose two.)

  • A. Apply
  • B. Install
  • C. Create
  • D. Expose
  • E. Deploy

Answer: A,D


NEW QUESTION # 64
Which two elements help to secure your API keys? (Choose two.)

  • A. triple AES
  • B. SHA1
  • C. ramdomness
  • D. dictionary
  • E. rotation

Answer: A,C


NEW QUESTION # 65
When static routes are added to a router in a network using a CI/CD pipeline, an Ansible playbook is used to make these changes. Which steps must be added to the pipeline to validate that the changes have the intended effect on the traffic flow?

  • A. Add a step to capture the routing table before the change, and add a step after the change to capture it again. Calculate the difference between the two for review.
  • B. Add a step to run the same playbook again with the debug option enabled and use grep on the log output to ensure that the commands are not applied again.
  • C. Add a step to ping a host on each of the static routes before the change, and a step after to repeat the same check. Calculate the difference between the two checks for review.
  • D. Add a step to run the debug ip routing command before the change, and add a step after the change to issue the no debug ip routing command.

Answer: A

Explanation:
Section: Automating Infrastructure


NEW QUESTION # 66
Microservices architecture pattern has been applied and the system has been architected as a set of services.
Each service is deployed as a set of instances for throughput and availability. In which two ways are these services packaged and deployed? (Choose two.)

  • A. Service are written using the same languages, frameworks, and framework versions.
  • B. Service must be dependent, deployable, and scalable.
  • C. Service instances must be isolated from one another.
  • D. Service instances do not need to be isolated from one another.
  • E. Service must be independently deployable and scalable.

Answer: C,E

Explanation:
Section: Packaging and Delivery of Applications


NEW QUESTION # 67
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:

Explanation
- The code repository is updated by a user.
- The CI tool is notified of an update.
- Integration test of the most recent configurations is performed
- The configuration changes are pushed to devices.


NEW QUESTION # 68
What is included in ansible playbook instructions?

  • A. machine dependencies
  • B. end state of component
  • C. component dependencies
  • D. beginning state of component

Answer: B


NEW QUESTION # 69
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 different inventory files for each environment
  • B. Use separate Git repositories for each environment
  • C. Use different pipelines for each environment
  • D. Use separate CI servers for each environment

Answer: A


NEW QUESTION # 70
As a department starts following NetDevOps principles, how should the network monitoring strategy be updated to provide more visibility into the user experience?

  • A. Update tools to pull or stream monitoring metrics from APIs instead of using legacy protocols
  • B. Leverage machine learning tools to more quickly identify problems m syslog and SNMP data
  • C. Identify and capture the key performance indicators that describe the state of the network
  • D. Identify and fix network issues faster by leveraging streaming telemetry from network devices

Answer: A

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 # 71
Refer to the exhibit.

An application has been developed as a fileserver. To create this application as a fileserver. the class is used to store data in an SQL database.
Which two steps help minimize the risk of attack and compromise of the application? (Choose two.)

  • A. Validate the content of the name and address parameters
  • B. Use floating point instead of integer for rating to avoid overflow
  • C. Run the application in a Docker container
  • D. Reject string values that are greater than maximum size
  • E. Compile the application using Java HotSpot

Answer: A,D


NEW QUESTION # 72
What is as responsibility for teams running private cloud servers that is less of a concern when running in the public cloud?

  • A. credentials management
  • B. hardware maintenance
  • C. cost
  • D. metrics and monitoring

Answer: A

Explanation:
Explanation
The responsibility of credentials management is less of a concern when running in the public cloud. This is because the public cloud provider typically manages the credentials and handles authentication and authorization for the cloud services. In a private cloud environment, the organization must manage the credentials themselves, as well as authentication and authorization for the cloud services.
References: Cisco Implementing DevOps Solutions and Practices using Cisco Platforms (DEVOPS) Study Manual, Chapter 2, Section 2.1: Cloud Computing Models, Page 14-15.


NEW QUESTION # 73
A developer wants to deploy a highly available web server cluster and decides to put a load balancer in front of multiple clustered nodes that run the same web service. The goal is for the load balancer to take in users and distribute the load across the whole cluster.
What kind of high-availability configuration is the developer running?

  • A. passive
  • B. active
  • C. active-active
  • D. active-passive

Answer: D


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

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

Answer: B,E

Explanation:
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.


NEW QUESTION # 75
A development team uses Kubernetes for application development. Any changes on ConfigMap are performed manually for each development, test, and production environment. The edits are performed to deploy applications. This approach causes inconsistent deployments across all environments.
Which practice improves the consistency of the deployments?

  • A. Generate the ConfigMaps specific to the environment by using a templating language such as Jinja2 and store the ConfigMaps in unique branches of a repository
  • B. Create a unique repository for each environment that contains ConfigMaps for that environment to ensure that each environment can be deployed independently
  • C. Implement environment variables within the ConfigMaps and store the variable definitions separately from the master branch where the ConfigMaps are stored
  • D. In the master branch where the ConfigMaps are stored, create a branch for each environment that contains an environment-specific ConfigMap.

Answer: C


NEW QUESTION # 76
Which interface is most commonly used to integrate logging, monitoring, and alerting applications into your CI/ CD pipeline?

  • A. REST
  • B. SNMP
  • C. AMQP
  • D. SSH

Answer: A

Explanation:
Explanation
The most commonly used interface to integrate logging, monitoring, and alerting applications into your CI/CD pipeline is REST. Representational State Transfer (REST) is an architectural style that defines a set of constraints and properties based on HTTP. It enables developers to create APIs that are easy to use and access, and is well-suited for integrating logging, monitoring, and alerting applications into your CI/CD pipeline.


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

Answer:

Explanation:


NEW QUESTION # 78
Refer to the Exhibit.

Refer to the exhibit A DevOps engineer must deploy two microservices The deployment must be installed in a new Kubernetes cluster. The microservices currently run in Docker and are managed by using the provided docker-compose yml file Drag and drop the steps from the left into order on the right to successfully deploy the microservices

Answer:

Explanation:


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

Answer: C

Explanation:
Explanation
The correct answer is B. kubectl -n Cisco get pods | grep "Cisco-DB". This command allows you to view the pods in the Cisco namespace and filter the list for the pod named "Cisco-DB". This will confirm that the pod is running and usable.
References: Cisco Implementing DevOps Solutions and Practices using Cisco Platforms (DEVOPS) Study Manual, Chapter 6, Section 6.3: Kubernetes Commands, Page 113.


NEW QUESTION # 80
......


Cisco 300-910 exam is designed to test the candidate's knowledge of DevOps practices and principles and their ability to apply them in a Cisco environment. 300-910 exam covers a range of topics, such as continuous integration and delivery (CI/CD), automation, infrastructure as code (IaC), containerization, and cloud-based solutions. 300-910 exam also covers the use of Cisco tools and technologies, such as Cisco Application Centric Infrastructure (ACI), Cisco CloudCenter, and Cisco DevNet.

 

Study HIGH Quality 300-910 Free Study Guides and Exams Tutorials: https://actualtests.realvalidexam.com/300-910-real-exam-dumps.html