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

Viewing page 3 out of 6 pages
Viewing questions 21-30 out of questions
Questions # 21:

Will this sequence of steps completely delete an image from disk in the Docker Trusted Registry?

Solution: Delete the image and run garbage collection on the Docker Trusted Registry.

Options:

A.

Yes


B.

No


Expert Solution
Questions # 22:

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

Solution.capabilities

Options:

A.

Yes


B.

No


Expert Solution
Questions # 23:

Is this a supported user authentication method for Universal Control Plane?

Solution.SAML

Options:

A.

Yes


B.

No


Expert Solution
Questions # 24:

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 service inspect http'

Options:

A.

Yes


B.

No


Expert Solution
Questions # 25:

Does this command create a swarm service that only listens on port 53 using the UDP protocol?

Solution. ‘docker service create -name dns-cache -p 53:53/udp dns-cache"

Options:

A.

Yes


B.

No


Expert Solution
Questions # 26:

A company's security policy specifies that development and production containers must run on separate nodes in a given Swarm cluster.

Can this be used to schedule containers to meet the security policy requirements?

Solution: node affinities

Options:

A.

Yes


B.

No


Expert Solution
Questions # 27:

You want to provide a configuration file to a container at runtime. Does this set of Kubernetes tools and steps accomplish this?

Solution: Mount the configuration file directly into the appropriate pod and container using the .spec.containers.configMounts key.

Options:

A.

Yes


B.

No


Expert Solution
Questions # 28:

Is this statement correct?

Solution.A Dockerfile stores persistent data between deployments of a container

Options:

A.

Yes


B.

No


Expert Solution
Questions # 29:

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.docker logs

Options:

A.

Yes


B.

No


Expert Solution
Questions # 30:

Can this set of commands identify the published port(s) for a container?

Solution: `docker network inspect', `docker port'

Options:

A.

Yes


B.

No


Expert Solution
Viewing page 3 out of 6 pages
Viewing questions 21-30 out of questions