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

Docker DCA Practice Test - Questions Answers, Page 10

Add to Whishlist

List of questions

Question 91

Report Export Collapse

A users attempts to set the system time from inside a Docker container are unsuccessful. Could this be blocking this operation?

Solution: Linux capabilities

Become a Premium Member for full access
  Unlock Premium Member

Question 92

Report Export Collapse

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 system events --filter splunk

Become a Premium Member for full access
  Unlock Premium Member

Question 93

Report Export Collapse

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 <container-id>

Become a Premium Member for full access
  Unlock Premium Member

Question 94

Report Export Collapse

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: Set the log-driver and log-oPt keys to values for the logging solution (Splunk) In the daemon.json file.

Become a Premium Member for full access
  Unlock Premium Member

Question 95

Report Export Collapse

A persistentVolumeClaim (PVC) is created with the specification storageClass: '', and size requirements that cannot be satisfied by any existing persistentVolume.

Is this an action Kubernetes takes in this situation?

Solution: The PVC remains unbound until a persistentVolume that matches all requirements of the PVC becomes available.

Become a Premium Member for full access
  Unlock Premium Member

Question 96

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

Become a Premium Member for full access
  Unlock Premium Member

Question 97

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

Become a Premium Member for full access
  Unlock Premium Member

Question 98

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

Become a Premium Member for full access
  Unlock Premium Member

Question 99

Report Export Collapse

Will this action upgrade Docker Engine CE to Docker Engine EE?

Solution: Delete '/var/lib/docker' directory.

Become a Premium Member for full access
  Unlock Premium Member

Question 100

Report Export Collapse

Will this action upgrade Docker Engine CE to Docker Engine EE?

Solution: Uninstall 'docker-ce' package before installing 'docker-ee' package.

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

Related questions