Free Docker Certified Associate DCA Exam Practice Test
DCA Exam Features
In Just $59 You can Access
- All Official Question Types
- Interactive Web-Based Practice Test Software
- No Installation or 3rd Party Software Required
- Customize your practice sessions (Free Demo)
- 24/7 Customer Support
Total Questions: 147
-
Is this the purpose of Docker Content Trust?Solution: Enable mutual TLS between the Docker client and server.
Answer: B Next Question -
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?Solution: Kubernetes automatically triggers a user-defined script to attempt to fix the unhealthy container.
Answer: B Next Question -
Does this command create a swarm service that only listens on port 53 using the UDP protocol?Solution. ‘docker service create -name dns-cache -p 53:53 -constraint networking.protocol.udp=true dns-cache"
Answer: B Next Question -
Does this command create a swarm service that only listens on port 53 using the UDP protocol?Solution: ‘docker service create -name dns-cache -p 53:53 -service udp dns-cache'
Answer: B Next Question -
In Docker Trusted Registry, is this how a user can prevent an image, such as 'nginx:latest’, from being overwritten by another user with push access to the repository?Solution: Use the DTR web Ul to make all tags in the repository immutable.
Answer: B Next Question -
Can this set of commands identify the published port(s) for a container?Solution. ‘docker container inspect", docker port'
Answer: A Next Question -
Will This command list all nodes in a swarm cluster from the command line?Solution. ‘docker swarm nodes'
Answer: B Next Question -
A company's security policy specifies that development and production containers must run on separate nodes in a given Swarm cluster. Can this be used to schedule containers to meet the security policy requirements?Solution. label constraints
Answer: A Next Question -
Seven managers are in a swarm cluster.Is this how should they be distributed across three datacenters or availability zones?Solution: 3-3-1
Answer: B Next Question -
During development of an application meant to be orchestrated by Kubernetes, you want to mount the /data directory on your laptop into a container.Will this strategy successfully accomplish this?Solution: Create a PersistentVolume with storageciass: "" and hostPath: /data, and a persistentVolumeClaim requesting this PV. Then use that PVC to populate a volume in a pod
Answer: B Next Question
Total Questions: 147
