Docker DCA Docker Certified Associate Exam Practice Test

Page: 1 / 14
Total 183 questions
Question 1
Question 2
Question 3
Question 4
Question 5
Question 6

Is this an advantage of multi-stage builds?

Solution: simultaneously creates and tags multiple images



Answer : B


Question 7

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.



Answer : A

= The conditions are sufficient for Kubernetes to dynamically provision a persistentVolume, because a storageClass defines the provisioner and parameters for creating a volume on-demand. A persistentVolumeClaim that specifies a storageClass triggers the dynamic provisioning process, and Kubernetes will automatically create and bind a persistentVolume that matches the request. This eliminates the need for manual intervention by cluster administrators to provision storage volumes.Reference:

Dynamic Volume Provisioning | Kubernetes

Persistent volumes and dynamic provisioning | Google Kubernetes Engine ...

Dynamic Provisioning and Storage Classes in Kubernetes


Page:    1 / 14   
Total 183 questions