ExamGecko
Home / Docker / DCA / List of questions
Ask Question

Docker DCA Practice Test - Questions Answers, Page 8

Add to Whishlist

List of questions

Question 71

Report Export Collapse

You want to create a container that is reachable from its host's network. Does this action accomplish this?

Solution: Use either EXPOSE or --publish to access the containers on the bridge network

Become a Premium Member for full access
  Unlock Premium Member

Question 72

Report Export Collapse

You want to create a container that is reachable from its host's network. Does this action accomplish this?

Solution: Use network attach to access the containers on the bridge network

Become a Premium Member for full access
  Unlock Premium Member

Question 73

Report Export Collapse

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 logs deployment api

Become a Premium Member for full access
  Unlock Premium Member

Question 74

Report Export Collapse

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 events deployment api

Become a Premium Member for full access
  Unlock Premium Member

Question 75

Report Export Collapse

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

Become a Premium Member for full access
  Unlock Premium Member

Question 76

Report Export Collapse

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

Solution: seccomp

Become a Premium Member for full access
  Unlock Premium Member

Question 77

Report Export Collapse

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

Solution: namespaces

Become a Premium Member for full access
  Unlock Premium Member

Question 78

Report Export Collapse

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

Solution: cgroups

Become a Premium Member for full access
  Unlock Premium Member

Question 79

Report Export Collapse

An application image runs in multiple environments, with each environment using different certificates and ports.

Is this a way to provision configuration to containers at runtime?

Solution: Provision a Docker config object for each environment.

Become a Premium Member for full access
  Unlock Premium Member

Question 80

Report Export Collapse

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

Will this strategy successfully accomplish this?

Solution: Add a volume to the pod that sets hostPath.path: /data, and then mount this volume into the pod's containers as desired.

Become a Premium Member for full access
  Unlock Premium Member
Total 183 questions
Go to page: of 19
Search

Related questions