Exam Details

  • Exam Code
    :DCA
  • Exam Name
    :Docker Certified Associate (DCA) Exam
  • Certification
    :Docker Certified Associate
  • Vendor
    :Docker
  • Total Questions
    :166 Q&As
  • Last Updated
    :May 11, 2024

Docker Docker Certified Associate DCA Questions & Answers

  • Question 111:

    After creating a new service named 'http', you notice that the new service is not registering as healthy. How do

    you view the list of historical tasks for that service by using the command line?

    A. 'docker inspect http'

    B. 'docker service inspect http'

    C. 'docker service ps http'

    D. 'docker ps http'

  • Question 112:

    You want to mount external storage to a particular filesystem path in a container in a Kubernetes pod. What is the correct set of objects to use for this?

    A. a volume in the pod specification, populated with a perslstentVolumeClaim bound to a perslstentVolume defined by a storageClass

    B. a storageClass In the pod's specification, populated with a volume which Is bound to a provisioner defined by a persistentVolume

    C. a volume in the pod specification, populated with a storageClass which is bound to a provisioner defined by a perslstentVolume

    D. a perslstentVolume in the pod specification, populated with a persistentVolumeClaim which is bound to a volume defined by a storageClass

  • Question 113:

    Does this describe the role of Control Groups (cgroups) when used with a Docker container? Solution: role-based access control to clustered resources

    A. Yes

    B. No

  • Question 114:

    You are troubleshooting a Kubernetes deployment called api, and want to see the events table for this

    object.

    Does this command display it?

    Solution: kubectl describe deployment api

    A. Yes

    B. No

  • Question 115:

    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

    A. Yes

    B. No

  • Question 116:

    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

  • Question 117:

    What is one way of directly transferring a Docker Image from one Docker host in another?

    A. 'docker push' the image to the IP address of the target host.

    B. 'docker commit' to save the image outside of the Docker filesystem. Then transfer the file over to the target host and 'docker start' to start the container again.

    C. There is no way of directly transferring Docker images between hosts. A Docker Registry must be used ad an intermediary.

    D. 'docker save' the image to save it as TAR file and copy it over to the target host. Then use 'docker load' to un-TAR the image back as a Docker image.

  • Question 118:

    Will this command display a list of volumes for a specific container? Solution: 'docker container inspect nginx'

    A. Yes

    B. No

  • Question 119:

    Is this a function of UCP?

    Solution: image role-based access control

    A. Yes

    B. No

  • Question 120:

    You have created a Docker bridge network on a host with three containers attached, how do you make this containers accessible outside of the host?

    A. Use network attach to access the containers on the bridge network

    B. Use either EXPOSE or --publish to access the containers on the bridge network

    C. Use network connect to access the containers on the bridge network

    D. Use --link to access the containers on the bridge network Correct

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Docker exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your DCA exam preparations and Docker certification application, do not hesitate to visit our Vcedump.com to find your solutions here.