00:00

QUESTION 6

Which description of a canary deployment is true?

Correct Answer: D

QUESTION 7

Configuration changes to the production network devices are performed by a CI/CD pipeline. The code repository and the CI tool are running on separate servers. Some configuration changes are pushed to the code repository, but the pipeline did not start.
Why did the pipeline fail to start?

Correct Answer: C

QUESTION 8

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?

Correct Answer: B

QUESTION 9

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

Correct Answer: CE

QUESTION 10

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?

Correct Answer: A