KCNA Kubernetes and Cloud Native Associate Free Practice Test — 30 Questions

30 questions · Full explanations · No account required

Free
Question 1 of 30

Consider a Kubernetes cluster where a `StorageClass` named `fast-ssd` is configured with `volumeBindingMode: WaitForFirstConsumer`. A `PersistentVolumeClaim` (PVC) named `app-data-claim` is created, referencing this `StorageClass`. Later, a `Deployment` is updated to include a `nodeSelector` that specifies a label, `disktype: ssd-high-iops`, which is not present on any nodes in the cluster. What will be the eventual state of the `app-data-claim` PVC?

The PVC will remain in a `Pending` state indefinitely because no Pod can be scheduled to satisfy the `nodeSelector` requirement for dynamic volume binding.
The PVC will be successfully bound to a dynamically provisioned volume once a node with the `disktype: ssd-high-iops` label is added to the cluster.
The PVC will be automatically re-provisioned to use a different `StorageClass` that does not have restrictive scheduling requirements.
The PVC will transition to a `Lost` state as Kubernetes attempts to provision storage that cannot be associated with a schedulable Pod.

About the KCNA Kubernetes and Cloud Native Associate Certification

These free practice questions are designed to help you assess your readiness for the KCNA Kubernetes and Cloud Native Associate exam by Other. Each question comes with a detailed explanation to reinforce the correct concept. For a complete exam preparation experience with hundreds of questions, spaced-repetition study tools, and full exam simulations, explore our premium access.