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

Docker DCA Practice Test - Questions Answers, Page 15

Add to Whishlist

List of questions

Question 141

Report Export Collapse

The following Docker Compose file is deployed as a stack:

Docker DCA image Question 141 125627 11082024190026000000

Is this statement correct about this health check definition?

Solution. Health checks lest for app health ten seconds apart. Three failed health checks transition the container into 'unhealthy' status.

Become a Premium Member for full access
  Unlock Premium Member

Question 142

Report Export Collapse

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

Solution. capabilities

Become a Premium Member for full access
  Unlock Premium Member

Question 143

Report Export Collapse

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'

Become a Premium Member for full access
  Unlock Premium Member

Question 144

Report Export Collapse

Are these conditions sufficient for Kubernetes to dynamically provision a persistentVolume, assuming there are no limitations on the amount and type of available external storage?

Solution: A persistentVolumeClaim is created that specifies a pre-defined storageClass.

Become a Premium Member for full access
  Unlock Premium Member

Question 145

Report Export Collapse

Is this an advantage of multi-stage builds?

Solution: simultaneously creates and tags multiple images

Become a Premium Member for full access
  Unlock Premium Member

Question 146

Report Export Collapse

Is this an advantage of multi-stage builds?

Solution: faster image builds by allowing parallel execution of Docker builds

Become a Premium Member for full access
  Unlock Premium Member

Question 147

Report Export Collapse

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

Solution. LDAP

Become a Premium Member for full access
  Unlock Premium Member

Question 148

Report Export Collapse

You configure a local Docker engine to enforce content trust by setting the environment variable

DOCKER_CONTENT_TRUST=1.

If myorg/myimage: 1.0 is unsigned, does Docker block this command?

Solution: docker image inspect myorg/myimage: 1.0

Become a Premium Member for full access
  Unlock Premium Member

Question 149

Report Export Collapse

You configure a local Docker engine to enforce content trust by setting the environment variable

DOCKER_CONTENT_TRUST=1.

If myorg/myimage: 1.0 is unsigned, does Docker block this command?

Solution: docker container run myorg/myimage:1.0

Become a Premium Member for full access
  Unlock Premium Member

Question 150

Report Export Collapse

Is this a type of Linux kernel namespace that provides container isolation?

Solution. Host

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

Related questions