Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

300-910 Exam Dumps - Implementing DevOps Solutions and Practices using Cisco Platforms (DEVOPS)

Question # 4

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.

Restructuring and monitoring tests must be run after it is promoted to production

B.

Restructuring and monitoring tests must be run before it is promoted to production

C.

Functional and nonfunctional tests must be run after it is promoted to production

D.

Functional and nonfunctional tests must be run before it is promoted to production

Full Access
Question # 5

Fill in the blanks to complete the statement.

When creating multiple containers, in order to allow communication with each other, you must create a_____________ of type_____________.

Full Access
Question # 6

Refer to the exhibit.

Which action allows the development team to reach the deployed application?

A.

Create an init container to initialize routes for the containers in the pod

B.

Create a service to expose the logic running in the pod

C.

Delete the deployment and redeploy by using a ReplicaSet.

D.

Delete the deployment and redeploy by using the latest tag for the container image

Full Access
Question # 7

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

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

Full Access
Question # 8

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.

metrics and monitoring

C.

hardware maintenance

D.

credentials management

Full Access
Question # 9

An interface on a router as a Layer 3 link has been configured to another device by updating an Ansible playbook that is executed via a CI/CD pipeline. The Ansible playbook was written to push the configuration change using the ios_config module. Which automated test validates that the interface is functioning as it should?

A.

Add a pipeline step that runs the playbook a second type. If it does not modify the device on the second run, then the interface is correctly configured.

B.

Automated testing is already built in because the playbook execution is successful only after Ansible validates that it applied the change.

C.

Add a pipeline step that captures and parses the packet flow for the interface.

D.

Add a pipeline step that captures and parses the show ip interface output so that the operational state can be referenced.

Full Access
Question # 10

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

Full Access
Question # 11

Which Docker command is used to start an interactive Bash shell in a running container named “test”?

A.

docker attach -it test /bin/bash

B.

docker run -it test /bin/bash

C.

docker exec -it test /bin/bash

D.

docker run test /bin/bash

Full Access
Question # 12

-

A developer is creating an application where each service uses a different operating system. The application components need to be isolated but must have the ability to communicate with each other.

Drag and drop the entries from the left into the order on the right to create a Dockerfile that will accomplish this goal.

Full Access
Question # 13

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

Full Access
Question # 14

Which description of a canary deployment is true?

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

Full Access
Question # 15

Refer to the exhibit.

A developer is creating a script to test APIs. The Cisco Webex API and a CI/CD pipeline are tested to ensure that the script runs without problems. The script is executed without issues locally, but the CI/CD system returns the error shown. What is the problem with the script?

A.

The CI/CD system is configured incorrectly to import the dependencies to the code

B.

The code is pushed incorrectly to the CI/CD system

C.

The version of Python is wrong in the CI/CD pipeline

D.

The CI/CD system is configured incorrectly to download the required dependencies

Full Access
Question # 16

Drag and drop the steps in Gartner's public cloud cost management framework from the left into the order on the right.

Full Access
Question # 17

A DevOps engineer has built a new container and must open port 8080 for intercontainer communication. Which command must be added in a Dockerfile to accomplish this goal?

A.

EXPOSE 8080

B.

FIREWALL ADD-PORT 8080

C.

PORT 8080

D.

OPEN PORT 8080

Full Access