Discount Offer
Go Back on DCA Exam
Available in 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Test Engine: $20 $80

PDF + Engine: $25 $99



Pass exam with Dumps4free or we will provide you with three additional months of access for FREE.

DCA Practice Test

Whether you're a beginner or brushing up on skills, our DCA practice exam is your key to success. Our comprehensive question bank covers all key topics, ensuring you’re fully prepared.


Page 2 out of 34 Pages

If installing Docker using devicemapper for storage with the Intent to run production workloads, how should devicemapper be configured


A.

direct-lvm


B.

loop-lvm


C.

overlay-lvm


D.

aufs-lvm





Which set of commands can identify the publishd port(s) for a container? (Choose 1.)


A.

'docker port inspect', 'docker container inspect'


B.

'docker container inspect', docker port'


C.

'docker info','docker network inspect'


D.

'docker network inspect','docker port'





Which of the following modes can be used for service discovery of a Docker swarm service (Pick 2 correct answers)


A.

Virtual IP (VIP) with --endpoint-mode vip


B.

Overlay with --endpoint-mode overlay


C.

DNS Round-Robin with --endpoint-mode dnsrr


D.

Ingress with --endpoint-mode ingress


E.

Network Address Translation(NAT) with --endpoint-mode nat





Which of the following commands will ensure that overlay traffic between service tasks is encrypted?


A.

docker service create --network <network-name> --secure <service-name>


B.

docker network create -d overlay --secure <network-name>


C.

docker network create -d overlay -o encrypted=true <network-name>


D.

docker service create --network <network-name> --encrypted <service-name>





Which of the following commands will create a swarm service which only listens on port 53 using the UDP protocol?


A.

docker service create --name dns-cache -p 53:53/udp dns-cache


B.

docker service create --name dns-cache -p 53:53 --service udp dns-cache


C.

docker service create --name dns-cache -p 53:53 ..constraint
networking.protocol.udp=true dns-cache


D.

docker service create --name dns-cache -p 53:53 --udp dns-cache






Page 2 out of 34 Pages
Previous