21.) Which CLI tool is required to create and manage clusters on Google Cloud?
A) gcloud
B) googlectl
C) gkectl
D) kubectl
22.) In EKS, which component is NOT managed by AWS?
A) VPC
B) Worker nodes (unless using managed node groups)
C) Control plane
D) IAM roles
23.) Which cloud provider offers the most advanced GPU support in Kubernetes out-of-the-box?
A) Azure
B) AWS
C) Google Cloud
D) IBM Cloud
24.) What’s a benefit of using Autopilot mode in GKE?
A) Full control of the Kubernetes API server
B) No need to manage nodes
C) Cheaper than Standard mode
D) No support for custom images
25.) In Azure, how do you create a resource group for AKS?
A) az group create
B) az aks create-group
C) kubectl create group
D) az aks group new
Related