DCA Exam Details

  • Exam Code
    :DCA
  • Exam Name
    :Docker Certified Associate (DCA)
  • Certification
    :Docker Certifications
  • Vendor
    :Docker
  • Total Questions
    :199 Q&As
  • Last Updated
    :Jun 23, 2026

Docker DCA Online Questions & Answers

  • Question 11:

    Is this the purpose of Docker Content Trust? Solution: Sign and verify image tags.

    A. Yes
    B. No

  • Question 12:

    You want to create a container that is reachable from its host's network. Does this action accomplish this? Solution: Use network attach to access the containers on the bridge network

    A. Yes
    B. No

  • Question 13:

    Which of the following is supported by control groups?

    A. Manage certificates
    B. Collect net
    C. Limit CPU usage within a container
    D. Isolate processes in a container

  • Question 14:

    What is the difference between the ADD and COPY dockerfile instructions? (choosen 2)

    A. ADD supports compression format handling while COPY does not.
    B. COPY supports regular expression handling while ADD does not.
    C. COPY supports compression format handling while ADD does not.
    D. ADD support remote URL handling while COPY does not.
    E. ADD supports regular expression handling while COPY does not.

  • Question 15:

    Which flag for a service would allow a container to consume more than 2 GB of memory only when there is no memory contention but would also prevent a container from consuming more than 4GB of memory, in any case?

    A. --limit-memory 2GB --reserve-memory 4GB
    B. --limit-memory 4GB --reserve-memory 2GB
    C. --memory-swap 2GB --limit-memory 4GB
    D. --memory-swap 4GB --limit-memory 2GB

  • Question 16:

    You are pulling images from a Docker Trusted Registry installation configured to use self-signed certificates, and this error appears:

    'x509: certificate signed by unknown authority'.

    You already downloaded the Docker Trusted Registry certificate authority certificate from https://dtr.example.com/ca.

    How do you trust it? (Select two.)

    A. Place the certificate in '/etc/docker/dtr/dtr.example.com.crt' and restart the Docker daemon on all cluster nodes.
    B. Place the certificate in your OS certificate path, trust the certificate system-wide, and restart the Docker daemon across all cluster nodes.
    C. Pass '-trust-certificate ca.crt' to the Docker client.
    D. Pass --insecure-registry to the Docker client.
    E. Place the certificate in '/etc/docker/certs.d/dtr.example com/ca.crt' on all cluster nodes.

  • Question 17:

    The following health check exists in a Dockerfile:

    'HEALTCHECK

    CMD curl --fail http://localhost/health || exit 1

    Which of the following describes its purpose?

    A. Defines the action taken when container health fails, which in this case will kill the container with exit status 1.
    B. Defines the health check endpoint on the localhost interface for external monitoring tools to monitor the health of the docker engine.
    C. Defines the health check endpoint on the local host interface for containers to monitor the health of the docker engine.
    D. Defines the health check for the containerized application so that the application health can be monitored by the Docker engine

  • Question 18:

    Is this an advantage of multi-stage builds?

    Solution: better caching when building Docker images

    A. Yes
    B. No

  • Question 19:

    Will this sequence of steps completely delete an image from disk in the Docker Trusted Registry? Solution: Delete the image and run garbage collection on the Docker Trusted Registry.

    A. Yes
    B. No

  • Question 20:

    In the context of a swarm mode cluster, does this describe a node? Solution: an instance of the Docker engine participating in the swarm

    A. Yes
    B. No

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Docker exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your DCA exam preparations and Docker certification application, do not hesitate to visit our Vcedump.com to find your solutions here.