Summer Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

DCA Exam Dumps - Docker Certified Associate (DCA) Exam

Go to page:
Question # 33

Is this an advantage of multi-stage builds?

Solution: optimizes Images by copying artifacts selectively from previous stages

A.

Yes

B.

No

Full Access
Question # 34

Your organization has a centralized logging solution, such as Splunk.

Will this configure a Docker container to export container logs to the logging solution?

Solution: Set the log-driver and log-oPt keys to values for the logging solution (Splunk) In the daemon.json file.

A.

Yes

B.

No

Full Access
Question # 35

Will this command ensure that overlay traffic between service tasks is encrypted?

Solution:docker service create --network --encrypted

A.

Yes

B.

No

Full Access
Question # 36

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

A.

Yes

B.

No

Full Access
Question # 37

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"

A.

Yes

B.

No

Full Access
Question # 38

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.

A.

Yes

B.

No

Full Access
Question # 39

During development of an application meant to be orchestrated by Kubemetes, you want to mount the /data directory on your laptop into a container.

Will this strategy successfully accomplish this?

Solution. Create a Persistent VolumeClaim requesting storageClass:”” (which defaults to local storage) and hostPath: /data, and use this to populate a volume in a pod.

A.

Yes

B.

No

Full Access
Question # 40

Will this configuration achieve fault tolerance for managers in a swarm?

Solution: at least seven nodes in total

A.

Yes

B.

No

Full Access
Go to page: