0
0
GCPcloud~20 mins

GKE cluster creation (Autopilot vs Standard) in GCP - Practice Questions

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
GKE Cluster Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Difference in Node Management between Autopilot and Standard GKE Clusters
Which statement correctly describes how nodes are managed in Autopilot versus Standard GKE clusters?
ANeither Autopilot nor Standard manages nodes; you must use a third-party tool.
BIn Autopilot, Google manages the nodes automatically; in Standard, you manage the nodes yourself.
CBoth Autopilot and Standard require you to manually manage nodes.
DIn Standard, Google manages the nodes automatically; in Autopilot, you manage the nodes yourself.
Attempts:
2 left
💡 Hint
Think about who controls the worker machines in each cluster type.
Architecture
intermediate
2:00remaining
Resource Allocation in Autopilot vs Standard GKE Clusters
When deploying a workload, how does resource allocation differ between Autopilot and Standard GKE clusters?
AAutopilot charges based on requested CPU and memory; Standard charges based on actual node size regardless of workload.
BStandard charges based on requested CPU and memory; Autopilot charges based on actual node size regardless of workload.
CBoth charge based on the total cluster size regardless of workload.
DBoth charge based on the number of nodes only.
Attempts:
2 left
💡 Hint
Consider how billing relates to workload resource requests in each cluster type.
security
advanced
2:00remaining
Security Implications of Using Autopilot vs Standard GKE Clusters
Which security feature is automatically enforced in Autopilot clusters but requires manual setup in Standard clusters?
ANode auto-upgrades and auto-repair
BPod security policies enforcement
CAutomatic node firewall configuration
DAutomatic workload identity binding
Attempts:
2 left
💡 Hint
Think about cluster maintenance features that improve security automatically.
Best Practice
advanced
2:00remaining
Choosing Between Autopilot and Standard GKE Clusters for Cost Efficiency
For a team that wants to minimize cluster management overhead and pay only for used resources, which cluster type is best and why?
AAutopilot, because it requires manual node management but offers fixed pricing.
BStandard, because it allows full control over nodes and charges only for node uptime.
CStandard, because it automatically scales nodes and charges based on pod usage.
DAutopilot, because it manages nodes automatically and bills based on pod resource requests.
Attempts:
2 left
💡 Hint
Consider management effort and billing model together.
service_behavior
expert
2:00remaining
Behavior of Pod Scheduling in Autopilot vs Standard GKE Clusters
What happens if you deploy a pod requesting resources that exceed the maximum allowed in an Autopilot cluster compared to a Standard cluster?
ABoth Autopilot and Standard reject the pod immediately.
BIn Standard, the pod is rejected; in Autopilot, the pod is scheduled regardless of resource limits.
CIn Autopilot, the pod is rejected; in Standard, the pod is scheduled if nodes have capacity.
DBoth Autopilot and Standard schedule the pod but throttle its resource usage.
Attempts:
2 left
💡 Hint
Think about enforced resource limits in Autopilot versus flexibility in Standard.