Docker DCA Docker Certified Associate (DCA) Exam Online Training
Docker DCA Online Training
The questions for DCA were last updated at May 11,2025.
- Exam Code: DCA
- Exam Name: Docker Certified Associate (DCA) Exam
- Certification Provider: Docker
- Latest update: May 11,2025
Will this command mount the host’s ‘/data’ directory to the ubuntu container in read-only mode?
Solution: ‘docker run –volume /data:/mydata:ro ubuntu’
- A . Yes
- B . No
The following Docker Compose file is deployed as a stack:
Is this statement correct about this health check definition?
Solution: Health checks test for app health ten seconds apart. Three failed health checks transition the container into “unhealthy” status.
- A . Yes
- B . No
The following Docker Compose file is deployed as a stack:
Is this statement correct about this health check definition?
Solution: Health checks test for app health ten seconds apart. If the test fails, the container will be restarted three times before it gets rescheduled.
- A . Yes
- B . No
Will a DTR security scan detect this?
Solution: licenses for known third party binary components
- A . Yes
- B . No
Does this command display all the pods in the cluster that are labeled as ‘env: development’?
Solution: ‘kubectl get pods -I env=development’
- A . Yes
- B . No
Does this command display all the pods in the cluster that are labeled as ‘env: development’?
Solution: ‘kubectl get pods –all-namespaces -label env=development’
- A . Yes
- B . No
Does this command display all the pods in the cluster that are labeled as ‘env: development’?
Solution: ‘kubectl get pods –all-namespaces -I env=development’
- A . Yes
- B . No
Will this command display a list of volumes for a specific container?
Solution: ‘docker container inspect nginx’
- A . Yes
- B . No
Will this command display a list of volumes for a specific container?
Solution: docker volume logs nginx –containers’
- A . Yes
- B . No
Will this command display a list of volumes for a specific container?
Solution: docker volume inspect nginx’
- A . Yes
- B . No