Courseiva

Google PCA Practice Question: Managing and Provisioning a Solution Infrastructure

What is the purpose of a Pod Disruption Budget (PDB) in GKE?

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

To ensure a minimum number of pods are always available during voluntary disruptions

A PDB limits the number of pods of a replicated application that can be down simultaneously from voluntary disruptions (e.g., node upgrades, cluster autoscaler evictions).

Answer analysis

Option-by-option breakdown

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

  • To automatically scale pods based on CPU usage

    Why it's wrong here

    That's the Horizontal Pod Autoscaler (HPA).

  • To distribute pods across different zones

    Why it's wrong here

    That is achieved via pod topology spread constraints or node affinity.

  • To ensure a minimum number of pods are always available during voluntary disruptions

    Why this is correct

    PDBs define the minimum available pods, ensuring high availability.

  • To prevent any pod from being terminated

    Why it's wrong here

    PDBs allow some disruption, not none.

Go deeper

Related to this question

About these practice questions

Courseiva writes every PCA question from scratch — 955 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. 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.