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 141–150 of 190
Which service is responsible for VM lifecycle management in vSphere?
-
A
vCenter Server
-
B
ESXi Host
-
C
VMware NSX
-
D
vSAN
Explanation
vCenter Server manages VM lifecycles, while others have different functions.
A company needs to ensure high availability for its applications running on Kubernetes. What is the best approach?
-
A
Use StatefulSets and Deployments
-
B
Configure a load balancer
-
C
Increase pod replicas
-
D
Enable resource quotas
Explanation
Increasing pod replicas enhances availability, while others are less focused on high availability.
What happens when you set a VM's CPU resource limit lower than its current usage?
-
A
VM will shut down
-
B
CPU resources will be capped
-
C
Performance will improve
-
D
VM will restart
Explanation
Setting a limit caps CPU usage, preventing spikes, while others are incorrect outcomes.
You are configuring storage policies for Kubernetes persistent volumes. What must these policies include?
-
A
Replication Factor
-
B
Pod Security Policy
-
C
Taint and Toleration
-
D
Affinity Rules
Explanation
Replication Factor is crucial for storage reliability, while others are not relevant.
Which benefit does VMware Cloud Foundation provide for workload management?
-
A
Single management interface
-
B
No networking configurations needed
-
C
Unlimited virtual machines
-
D
Free of charge
Explanation
A single management interface simplifies infrastructure management, unlike the other choices.
In a Kubernetes cluster, what is a DaemonSet used for?
-
A
Running one pod per node
-
B
Managing inter-pod communication
-
C
Serving traffic from outside
-
D
Autoscaling applications
Explanation
A DaemonSet ensures one pod runs on each node, while others describe different roles.
What is the primary function of VMware NSX?
-
A
Storage management
-
B
Network virtualization
-
C
Compute resource allocation
-
D
Data protection
Explanation
VMware NSX specializes in network virtualization, while others manage different aspects.
In vSphere, which feature allows VMs to be powered on across different hosts?
-
A
vMotion
-
B
HA
-
C
DRS
-
D
vSAN
Explanation
vMotion enables live migration of VMs across hosts, while HA and DRS support other functions.
When deploying a Kubernetes application with a LoadBalancer type service, what should you expect?
-
A
Cluster auto-scaling
-
B
Static IP allocation
-
C
Dynamic external IP provision
-
D
Pod isolation
Explanation
LoadBalancer type services automatically provision external IPs, while others don't relate to this behavior.
Which vSphere feature dynamically manages resource allocation for VMs?
-
A
Resource Pools
-
B
Snapshots
-
C
Clone Templates
-
D
Content Library
Explanation
Resource Pools allow dynamic resource management, whereas others have different functionalities.