1.
Which of the following commands lists the cookbooks available on a Chef server?
2.
Which Ansible keyword is used in a playbook to store the result (i.e. return code) of a task in a variable?
3.
What statement is true regarding the Swarm service created by the following command? docker service create --name myweb --network webnet --mode global nginx
4.
Which of the following commands lists the nodes in a Docker Swam cluster?
5.
Which of the following container names could have been assigned automatically by Docker?
6.
How is a Docker container image retrieved from a Docker registry?
7.
Given the following excerpt of a Dockerfile: Run apt-get
8.
If a Dockerfile references the container's base image without a specific version tag, which tag of that image is used to create the container?
9.
Consider the following Kubernetes Deployment:
With the ReplicaSet:
And the Pods:
What happens if one of the Pods is terminated with the command kubect1 pod delete?
10.
Which section of the Prometheus configuration defines which nodes are monitored?