Pass the Docker Docker Certified Associate DCA Questions and answers with CertsForce

Viewing page 5 out of 6 pages
Viewing questions 41-50 out of questions
Questions # 41:

Is this the purpose of Docker Content Trust?

Solution: Verify and encrypt Docker registry TLS.

Options:

A.

Yes


B.

No


Expert Solution
Questions # 42:

Will this command list all nodes in a swarm cluster from the command line?

Solution: ‘docker Is -a’

Options:

A.

Yes


B.

No


Expert Solution
Questions # 43:

Is this the purpose of Docker Content Trust?

Solution: Enable mutual TLS between the Docker client and server.

Options:

A.

Yes


B.

No


Expert Solution
Questions # 44:

Is this an advantage of multi-stage builds?

Solution.better logical separation of Dockerfile instructions for increased readability

Options:

A.

Yes


B.

No


Expert Solution
Questions # 45:

Will this command display a list of volumes for a specific container?

Solution: docker volume logs nginx --containers'

Options:

A.

Yes


B.

No


Expert Solution
Questions # 46:

Is this a way to configure the Docker engine to use a registry without a trusted TLS certificate?

Solution: List insecure registries in the 'daemon.json configuration file under the \insecure-registries' key.

Options:

A.

Yes


B.

No


Expert Solution
Questions # 47:

Will this Linux kernel facility limit a Docker container's access to host resources, such as CPU or memory?

Solution: cgroups

Options:

A.

Yes


B.

No


Expert Solution
Questions # 48:

Is this the purpose of Docker Content Trust?

Solution.Sign and verify image tags.

Options:

A.

Yes


B.

No


Expert Solution
Questions # 49:

Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used?

Solution.pid

Options:

A.

Yes


B.

No


Expert Solution
Questions # 50:

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.

Options:

A.

Yes


B.

No


Expert Solution
Viewing page 5 out of 6 pages
Viewing questions 41-50 out of questions