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

Docker DCA Practice Test - Questions Answers, Page 9

Add to Whishlist

List of questions

Question 81

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: Create a PersistentVolume with storageciass: '' and hostPath: /data, and a persistentVolumeClaim requesting this PV. Then use that PVC to populate a volume in a pod

Become a Premium Member for full access
  Unlock Premium Member

Question 82

Report Export Collapse

Is this an advantage of multi-stage builds?

Solution: optimizes Images by copying artifacts selectively from previous stages

Become a Premium Member for full access
  Unlock Premium Member

Question 83

Report Export Collapse

Will this command list all nodes in a swarm cluster from the command line?

Solution: 'docker swarm nodes'

Become a Premium Member for full access
  Unlock Premium Member

Question 84

Report Export Collapse

Will this command list all nodes in a swarm cluster from the command line?

Solution: 'docker node Is'

Become a Premium Member for full access
  Unlock Premium Member

Question 85

Report Export Collapse

Will this command list all nodes in a swarm cluster from the command line?

Solution: 'docker Is -a'

Become a Premium Member for full access
  Unlock Premium Member

Question 86

Report Export Collapse

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

Solution: Storage

Become a Premium Member for full access
  Unlock Premium Member

Question 87

Report Export Collapse

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

Solution: Network

Become a Premium Member for full access
  Unlock Premium Member

Question 88

Report Export Collapse

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

Solution: Authentication

Become a Premium Member for full access
  Unlock Premium Member

Question 89

Report Export Collapse

Is this statement correct?

Solution: A Dockerfile provides instructions for building a Docker image

Become a Premium Member for full access
  Unlock Premium Member

Question 90

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: inter-process communication

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

Related questions