Courseiva

Google PCA Practice Question: Managing Implementation and Ensuring Solution and Operations Reliability

A company is designing a DR strategy for their GKE workloads. They need to back up application data and cluster configuration. Which THREE resources should they include in their backup plan? (Choose THREE.)

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

etcd snapshot via Velero

PersistentVolume data (application data), Kubernetes resource manifests (deployments, services), and etcd snapshots (cluster state) are essential. Node images can be recreated from configuration. Service accounts are IAM entities and not typically backed up as part of cluster backup.

Answer analysis

Option-by-option breakdown

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

  • etcd snapshot via Velero

    Why this is correct

    etcd snapshot captures cluster state including resources.

  • Kubernetes resource manifests (Deployments, Services, etc.)

    Why this is correct

    Manifests define the desired state and should be backed up.

  • Service account keys for the cluster

    Why it's wrong here

    Service accounts are managed separately via IAM.

  • PersistentVolume data and PVCs

    Why this is correct

    Application data stored in PVs must be backed up.

  • Compute Engine node images

    Why it's wrong here

    Node images are ephemeral and can be recreated from configuration.

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.