Go Back on DCA Exam
Available in 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Test Engine: $20 $80

PDF + Engine: $25 $99

DCA Practice Test


Page 11 out of 34 Pages

What is the docker command to setup a swarm?


A.

docker swarm init


B.

docker swarm create


C.

docker init swarm


D.

docker create swarm





A.
  

docker swarm init



From a DevOps process standpoint, it is best practice to keep changes to an application in version control. Which of the following will allow changes to a docker Image to be stored in a version control system?


A.

docker commit


B.

docker save


C.

A docker-compose.yml file


D.

A dockerfile





A.
  

docker commit



Which of the following statements is true about secrets?


A.

Secrets can be created from any node in the cluster.


B.

Secrets can be modified after they are created.


C.

Secret are stored unencrypted on manager nodes.


D.

Secrets can be created using standard input (STDIN) and a file.





D.
  

Secrets can be created using standard input (STDIN) and a file.



Which statement is true about DTR garbage collection?


A.

Garbage collection removes unreferenced image layers from DTR's backend storage.


B.

Garbage collection removes exited containers from cluster nodes.


C.

Garbage collection removes DTR images that are older than a configurable of days


D.

Garbage collection removes unused volumes from cluster nodes





A.
  

Garbage collection removes unreferenced image layers from DTR's backend storage.



Will this Linux kernel facility limit a Docker container's access to host resources, such as
CPU or memory?
Solution: seccomp


A.

Yes


B.

No





B.
  

No




Page 11 out of 34 Pages
Previous