Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

300-910 Implementing DevOps Solutions and Practices using Cisco Platforms (DEVOPS) Questions and Answers

Questions 4

Which approach must be used to integrate DevOps practices into the team structure in an existing organization?

Options:

A.

Create a team that can deliver all the stages with active cooperation between the team members

B.

Create a team that can deliver all the stages with well-defined roles and a communication structure between team members

C.

Create a team for each stage with structured communication channels

D.

Create a team for each stage with active cooperation between the teams

Buy Now
Questions 5

An IT department needs to deploy a new application named ‘Entfin434772390’ across the entire enterprise. The deployment must gradually transfer user traffic from an on older and nearly identical version of the application named ‘Entfin02754932l’. Both versions of the application are running in the production environment.

Which release strategy should be used by the IT department?

Options:

A.

agile

B.

canary

C.

rollbacks

D.

blue/green

Buy Now
Questions 6

What is a benefit of monitoring the CI/CD pipeline?

Options:

A.

troubleshoots distributed systems performance

B.

proactively deploys new servers if needed

C.

analyzes network outages that affect the network and server infrastructure

D.

provides insight into how efficiently the development team is operating

Buy Now
Questions 7

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?

Options:

A.

Use separate CI servers for each environment

B.

Use different pipelines for each environment

C.

Use separate Git repositories for each environment

D.

Use different inventory files for each environment

Buy Now
Questions 8

Which two characteristics of a build tool that is used in an automated build pipeline? (Choose two.)

Options:

A.

It runs unit tests against code that is committed.

B.

It builds your software on the production environment.

C.

It builds your software when changes are committed.

D.

It builds your software every 500 milliseconds.

E.

It must have a plug-in for Puppet and Maven.

Buy Now
Questions 9

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.

300-910 Question 9

Options:

Buy Now
Questions 10

Drag and drop the code snippets from the bottom onto the boxes in the code to complete the docker-compose y ml and the mdex.js files to enable network communication between the containers of a Redis instance and a Node js web application The application must be reachable on the host via port 4001 Not all options are used

300-910 Question 10

Options:

Buy Now
Questions 11

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.

300-910 Question 11

Options:

Buy Now
Questions 12

What is an advantage of using configuration management tools to automate infrastructure services?

Options:

A.

eliminates the need to run integration tests within the CI/CD pipeline

B.

provides high native monitoring of services

C.

eliminates the need for CI/CD tools

D.

integrates with container orchestration

Buy Now
Questions 13

Refer to the exhibit.

300-910 Question 13

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?

Options:

A.

message queue

B.

web server

C.

log parser

D.

time-series database

Buy Now
Questions 14

Refer to the exhibit.

300-910 Question 14

What is causing the requests code to fail?

Options:

A.

Rython3 is not compatible with requests.

B.

The requests library is not imported.

C.

The requests library is not installed.

D.

The requests coming into stdin fail because device_ip cannot be parsed.

Buy Now
Questions 15

Which description of a canary deployment is true?

Options:

A.

deployment by accident

B.

deployment that is rolled back automatically after a configurable amount of minutes

C.

deployment relating to data mining development

D.

deployment to a limited set of servers or users

Buy Now
Questions 16

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.

300-910 Question 16

Options:

Buy Now
Questions 17

Drag and drop the tools from the left onto the tools function on the right Not all options are used.

300-910 Question 17

Options:

Buy Now
Questions 18

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?

Options:

A.

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.

B.

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.

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 same playbook again with the debug option enabled and use grep on the log output to ensure that the commands are not applied again.

Buy Now
Questions 19

What is a capability of node-level logging in Kubernetes?

Options:

A.

Using the Kubernetes JSON logging driver enables log persistence

B.

Output that is written to stdin is retrieved by using kubectl

C.

Output that is written to stderr is not logged or retrievable by using kubectl

D.

Using the local logging driver of Docker enables log persistence

Buy Now
Questions 20

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?

Options:

A.

Configure a new JSON object in Kibana.

B.

Create a search index in Logstash.

C.

Create an index pattern in Kibana.

D.

Create a time filter on Kibana to look at time only.

Buy Now
Questions 21

What is a benefit of Infrastructure as Code for the cloud?

Options:

A.

It groups system downtime across the infrastructure

B.

It enables the user to automate deployments

C.

It does not require configuration.

D.

It is a cost effective solution for services

Buy Now
Questions 22

An application for storing and categorizing has been developed. The application uses dual-factor authentication for user access. After authentication, users can upload sensitive data. The application has been hacked through system exploits and most of the saved data has been lost.

Which action prevents new security threats in the environment?

Options:

A.

Use self-developed algorithms for encryption

B.

Install virtual firewalls

C.

Actively change the ISP provider

D.

Apply all the latest patches and updates

Buy Now
Questions 23

Which Kubernetes object ensures that each node is limited to running no more than one pod?

Options:

A.

UniCast

B.

Deployment

C.

DaemonSet

D.

ReplicaSet

Buy Now
Questions 24

A company has a CI/CD pipeline implemented to automate application deployment. An urgent change is required in the production environment. A developer produces and tests the required change in the company ' s environment, but the pipeline fails when pushed.

Which action conforms to the rules of a CI/CD pipeline and enables the pipeline to pass?

Options:

A.

Remove the failing test.

B.

Manually deploy the change into the production environment

C.

Use a backup pipeline

D.

Replicate the production environment in the pipeline before applying

Buy Now
Questions 25

Drag and drop the steps in Garter’s public cloud management framework from the left into the order on the right.

300-910 Question 25

Options:

Buy Now
Questions 26

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.

300-910 Question 26

Options:

Buy Now
Questions 27

An IT team at a SaaS company has this Cl/CD pipeline

    Developers push code to the central repository by using Git.

    The code is packaged and sent by an automated process to the staging environment where the tests are executed again automatically

    If the automated tests pass in staging the code is pushed to production

Which change improves the Cl/CD pipeline?

Options:

A.

QA must also run the tests manually in the staging environment

B.

Operations must test in another environment before production

C.

Run unit tests before build and stage testing

D.

The developers run the unit tests manually instead of the QA team

Buy Now
Questions 28

An application is being built to collect and display telemetry streaming data. Drag and drop the elements of this stack from the left onto the correct functions on the right.

300-910 Question 28

Options:

Buy Now
Questions 29

Drag and drop the code snippets from the bottom onto the boxes in the code in the Ansible playbook to restart multiple services in the correct sequence Not all options are used

300-910 Question 29

Options:

Buy Now
Questions 30

Which Kubernetes object is used to create a ClusterIP or NodePort?

Options:

A.

service

B.

pod

C.

deployment

D.

loadbalancer

Buy Now
Questions 31

What is included in ansible playbook instructions?

Options:

A.

component dependencies

B.

end state of component

C.

machine dependencies

D.

beginning state of component

Buy Now
Questions 32

Refer to the exhibit.

300-910 Question 32

The text represents a syslog message sent from a Linux server to a centralized log system.

Based on the format of the log message, how must the functionality of the log parser be extended to improve search capabilities?

Options:

A.

Reverse lookup the IP address to add a hostname field

B.

Convert the date to the time zone of the system

C.

Configure the Linux machine to add a UID field to messages

D.

Filter out the text of the message to speed up searches

Buy Now
Questions 33

Refer to the exhibit.

300-910 Question 33

Which CI solution uses this file?

Options:

A.

Drone

B.

GitLab CI

C.

Travis CI

D.

Jenkins

Buy Now
Questions 34

300-910 Question 34

Drag and drop the scenarios from the left onto the cloud strategy categories on the right.

Options:

Buy Now
Questions 35

Refer to the exhibit.

300-910 Question 35

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.)

Options:

A.

Reject string values that are greater than maximum size

B.

Use floating point instead of integer for rating to avoid overflow

C.

Validate the content of the name and address parameters

D.

Run the application in a Docker container

E.

Compile the application using Java HotSpot

Buy Now
Questions 36

A three-tier web application must be moved to containers. A webserver is already in place, and the middleware container can talk to a central database server. The hostname of the database server is known, but the name of the middleware server must be provided to the webserver.

In which file should the name of the middleware server be configured?

Options:

A.

Docker Service discovery daemon

B.

Docker Swarm

C.

Docker Compose

D.

Dynamic Host Configuration Protocol

Buy Now
Questions 37

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

Options:

A.

Add a step to the CI/CD pipeline that runs a dynamic code analysis tool during the pipeline execution.

B.

Add a step to the CI/CD pipeline that runs a static code analysis tool during the pipeline execution.

C.

Use only software modules that are written by the internal team.

D.

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.

E.

Ensure that the code repository server has enabled drive encryption and stores the keys on a Trusted Platform Module or Hardware Security Module.

Buy Now
Questions 38

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?

Options:

A.

Dynamic Application Security Testing

B.

Runtime Application Health-Protection

C.

Continuous Application Security Testing

D.

Static Analysis Security Testing

Buy Now
Questions 39

An engineer is developing a script that must call an API using a static Bearer token Which solution securely protects the credentials from being retrievable from the source code?

A)

A)

300-910 Question 39

B)

300-910 Question 39

C)

300-910 Question 39

D)

300-910 Question 39

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Exam Code: 300-910
Exam Name: Implementing DevOps Solutions and Practices using Cisco Platforms (DEVOPS)
Last Update: May 15, 2026
Questions: 114

PDF + Testing Engine

$65.27  $186.49

Testing Engine

$49.99  $142.83
buy now 300-910 testing engine

PDF (Q&A)

$54.99  $157.11
buy now 300-910 pdf