Docker Certified Associate

Here you have the best Mirantis DCA practice exam questions

  • You have 57 total questions to study from
  • Each page has 5 questions, making a total of 12 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on May 10, 2025
  • This site is not affiliated with or endorsed by Mirantis.
Question 1 of 57

What is the difference between the ADD and COPY Dockerfile instructions? (Choose two.)

    Correct Answer: C, E

Question 2 of 57

When an application being managed by UCP fails, you would like a summary of all requests made to the UCP API in the hours leading up to the failure.

What must be configured correctly beforehand for this to be possible?

    Correct Answer: A

Question 3 of 57

A user’s attempts to set the system time from inside a Docker container are unsuccessful.

Could this be blocking this operation?

SELinux

    Correct Answer: B

Question 4 of 57

One of several containers in a pod is marked as unhealthy after failing its livenessProbe many times.

Is this the action taken by the orchestrator to fix the unhealthy container?

The unhealthy container is restarted.

    Correct Answer: A

Question 5 of 57

Is this a way to configure the Docker engine to use a registry without a trusted TLS certificate?

Set INSECURE_REGISTRY in the ‘/etc/docker/default’ configuration file.

    Correct Answer: B