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

Docker DCA Practice Test - Questions Answers, Page 17

List of questions

Question 161

Report
Export
Collapse

Which docker run' flag lifts cgroup limitations?

Become a Premium Member for full access
  Unlock Premium Member

Question 162

Report
Export
Collapse

A Kubernetes node is allocated a /26 CIDR block (64 unique IPs) for its address space.

If every pod on this node has exactly two containers in it, how many pods can this address space support on this node?

Become a Premium Member for full access
  Unlock Premium Member

Question 163

Report
Export
Collapse

You are running only Kubernetes workloads on a worker node that requires maintenance, such as installing patches or an OS upgrade.

Which command must be run on the node to gracefully terminate all pods on the node, while marking the node as unschedulable?

Become a Premium Member for full access
  Unlock Premium Member

Question 164

Report
Export
Collapse

Which networking drivers allow you to enable multi-host network connectivity between containers?

Become a Premium Member for full access
  Unlock Premium Member

Question 165

Report
Export
Collapse

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?

Become a Premium Member for full access
  Unlock Premium Member

Question 166

Report
Export
Collapse

In Kubernetes, to mount external storage to a filesystem path in a container within a pod, you would use a volume in the pod specification. This volume is populated with a persistentVolumeClaim that is bound to an existing persistentVolume. The persistentVolume is defined and managed by the storageClass which provides dynamic or static provisioning of the volume and determines what type of storage will be provided1.

Reference:

* Dynamic Volume Provisioning | Kubernetes

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

Solution: Docker ID

Become a Premium Member for full access
  Unlock Premium Member

Question 167

Report
Export
Collapse

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

Become a Premium Member for full access
  Unlock Premium Member

Question 168

Report
Export
Collapse

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 ps http'

Become a Premium Member for full access
  Unlock Premium Member

Question 169

Report
Export
Collapse

The Kubernetes yaml shown below describes a clusterIP service.

Docker DCA image Question 169 125655 11082024190026000000

Is this a correct statement about how this service routes requests?

Solution: Traffic sent to the IP of this service on port 80 will be routed to port 8080 in a random pod with the label app:

nginx.

Become a Premium Member for full access
  Unlock Premium Member

Question 170

Report
Export
Collapse

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.

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

Related questions