VMware
Advanced VMware Cloud Foundation 9.0 vSphere Kubernetes Service
3V0-24.25
Validate your skills in Kubernetes services with the 3V0-24.25 exam for VMware Cloud Foundation 9.0.
190 questions
0 views
Free
Questions 21–30 of 190
Which service allows orchestration of Kubernetes clusters in VMware VCF?
-
A
Tanzu Kubernetes Grid
-
B
VMware NSX
-
C
VMware vSAN
-
D
VMware Horizon
Explanation
Tanzu Kubernetes Grid orchestrates Kubernetes clusters, while the others serve different functions.
A company needs to apply security policies to namespaces in Kubernetes. What should they use?
-
A
Network Policies
-
B
Pod Disruption Budgets
-
C
Resource Quotas
-
D
ClusterRole
Explanation
Network Policies provide security control, while the others manage different aspects.
What happens when you set a node to unschedulable in Kubernetes?
-
A
No new pods can be scheduled
-
B
Existing pods are deleted
-
C
Cluster downsizes automatically
-
D
Node enters maintenance mode
Explanation
Setting a node to unschedulable prevents new pods from scheduling, but existing ones remain.
You are configuring vSAN storage policies for a Kubernetes deployment. What is the minimum required replication factor for a Production workload?
Explanation
A replication factor of 3 ensures data resilience for production workloads.
Which component of VMware VCF is responsible for resource management?
-
A
SDDC Manager
-
B
Tanzu Mission Control
-
C
vCenter Server
-
D
vRealize Suite
Explanation
SDDC Manager handles resource management across VCF, while the others serve different roles.
When deploying a Kubernetes cluster with multi-cloud availability, which feature of Tanzu Kubernetes Grid should be leveraged?
-
A
Workload Clusters
-
B
VMware Cloud Launcher
-
C
vSphere Replication
-
D
Cloud Provider Interface
Explanation
Workload Clusters enable multi-cloud Kubernetes deployments, others address single deployment strategies.
What does a PodDisruptionBudget define in a Kubernetes cluster?
-
A
CPU limits for pods
-
B
Allowed disruptions during updates
-
C
Memory reservations for services
-
D
Redistribution of replica sets
Explanation
PodDisruptionBudgets specify allowed disruptions to ensure availability during updates.
Which VMware platform allows monitoring and performance management for Kubernetes?
-
A
vRealize Operations
-
B
Artifact Registry
-
C
vSphere Web Client
-
D
VMware NSX
Explanation
vRealize Operations provides comprehensive monitoring, while the others do not.
In a Kubernetes environment, if a Service is configured as 'ClusterIP', what is its accessibility?
-
A
Accessible from external networks
-
B
Accessible only within the cluster
-
C
Accessible from private subnet only
-
D
No accessibility granted
Explanation
ClusterIP services are accessible only from within the cluster by design.
When creating a Namespace in Kubernetes, which resource boundaries can it enforce?
-
A
Network policies only
-
B
Resource quotas and limits
-
C
Cluster roles solely
-
D
API access controls only
Explanation
Namespaces can enforce resource quotas and limits, while the others are not exclusive to them.