00:00

QUESTION 6

Which of the following git commands is used to manage files in a repository? (Choose two correct answers.)

Correct Answer: AC

QUESTION 7

The following command is issued on two docker nodes:
docker network create --driver bridge isolated_nw
Afterwards, one container is started at each node with the parameter --network=isolated_nw. It turns out that the containers can not interact with each other. What must be done in order to allow the containers to interact with each other? (Choose two correct answers.)

Correct Answer: CD
Reference https://docs.docker.com/v17.09/engine/userguide/networking/#bridge-networks

QUESTION 8

What must be the first line of a plain text user-data configuration containing YAML configuration for cloud-init?

Correct Answer: E
Reference https://cloudinit.readthedocs.io/en/latest/topics/examples.html

QUESTION 9

Which git sub command copies a local commit to a remote repository? (Specify ONLY the sub command without any path or parameters.)
Solution:
clone

Does this meet the goal?

Correct Answer: A

QUESTION 10

Which of the following commands lists the nodes in a Docker Swam cluster?

Correct Answer: C
Reference https://docs.docker.com/engine/swarm/manage-nodes/