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
-
Are these conditions sufficient for Kubernetes to dynamically provision a persistentVolume, assuming there are no limitations on the amount and type of available external storage?Solution: A default provisioner is specified, and subsequently a persistentVolumeClaim is created.
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 -
You configure a local Docker engine to enforce content trust by setting the environment variable DOCKER_CONTENT_TRUST=1.If myorg/myimage: 1.0 is unsigned, does Docker block this command?Solution: docker service create myorg/myimage:1.0
Answer: A Next Question -
You want to create a container that is reachable from its host's network. Does this action accomplish this?Solution: Use either EXPOSE or --publish to access the containers on the bridge network
Answer: A Next Question -
You created a new service named 'http* and discover it is not registering as healthy. Will this command enable you to view the list of historical tasks for this service?Solution. ‘docker inspect http"
Answer: B Next Question -
Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used?Solution: net
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 -
You add a new user to the engineering organization in DTR.Will this action grant them read/write access to the engineering/api repository?Solution: Add the user directly to the list of users with read/write access under the repository's Permissions tab.
Answer: A Next Question -
A users attempts to set the system time from inside a Docker container are unsuccessful. Could this be blocking this operation?Solution: inter-process communication
Answer: B Next Question -
Is this a type of Linux kernel namespace that provides container isolation?Solution: Authentication
Answer: B Next Question
Total Questions: 147