DCA Dumps DCA Braindumps

DCA Real Questions DCA Practice Test DCA Actual Questions


killexams.com


Misc


DCA


Docker Certified Associate


https://killexams.com/pass4sure/exam-detail/DCA


  1. docker swarm init

  2. docker swarm create

  3. docker init swarm

  4. docker create swarm


Answer: A


Explanation

https://docs.docker.com/engine/reference/commandline/swarm/


QUESTION: 53

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?


  1. docker commit

  2. docker save

  3. A docker-compose.yml file

  4. A dockerfile


Answer: A


QUESTION: 54

Which of the following statements is true about secrets?


  1. Secrets can be created from any node in the cluster.

  2. Secrets can be modified after they are created.

  3. Secret are stored unencrypted on manager nodes.

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


Answer: D


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

  2. Garbage collection removes exited containers from cluster nodes.

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

  4. Garbage collection removes unused volumes from cluster nodes


Answer: A