Courseiva
Managing and Provisioning a Solution InfrastructuremediumMultiple SelectObjective-mapped

Google PCA Practice Question: Managing and Provisioning a Solution Infrastructure

A team is deploying a stateful application on GKE. They want to ensure that the application's pods are distributed across different zones for high availability and that during cluster upgrades, at least one pod remains available. Which THREE features should they configure?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Pod topology spread constraints

Pod topology spread constraints distribute pods across zones. PodDisruptionBudget ensures minimum available pods during voluntary disruptions. Cluster autoscaler is not directly for availability, but for scaling nodes. StatefulSet is for stateful workloads but doesn't guarantee zone distribution without constraints.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Pod topology spread constraints

    Why this is correct

    This spreads pods across zones or other topology domains.

  • StatefulSet for the application

    Why this is correct

    StatefulSet provides stable storage and ordering for stateful applications, and works with topology constraints and PDB.

  • Cluster autoscaler

    Why it's wrong here

    Cluster autoscaler resizes the cluster, not directly related to pod availability.

  • Horizontal Pod Autoscaler

    Why it's wrong here

    HPA scales pods based on metrics, not availability.

  • PodDisruptionBudget

    Why this is correct

    PDB ensures a minimum number of pods are available during voluntary disruptions like upgrades.

About these practice questions

One of 955 original PCA practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This PCA practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PCA exam.