Courseiva
Manage implementation of cloud architecturemediumMultiple SelectObjective-mapped

Google PCA Manage implementation of cloud architecture Practice Question

A cloud architect is implementing a CI/CD pipeline for a microservices-based application on Google Kubernetes Engine (GKE). The team needs to deploy new versions of the services with zero downtime and the ability to quickly roll back if issues are detected. Which two strategies should the architect consider? (Choose two.)

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

Blue/green deployment

Blue/green deployment (C) and canary deployment (D) are two strategies that provide zero downtime and quick rollback. Blue/green deploys new version to a separate environment and switches traffic; canary gradually shifts traffic and allows easy rollback. Rolling update (B) also provides zero downtime but rollback requires a new update, not immediate. Shadow deployment (A) mirrors traffic for analysis but doesn't serve users. A/B testing (E) is a method for comparing features but not a deployment strategy.

Answer analysis

Option-by-option breakdown

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

  • Shadow deployment

    Why it's wrong here

    Incorrect: shadow deployment mirrors traffic for testing but does not serve users directly; rollback is not inherent.

  • Rolling update

    Why it's wrong here

    Incorrect: rolling updates provide zero downtime but rollback is not instantaneous; requires another update.

  • Blue/green deployment

    Why this is correct

    Correct: blue/green allows instant rollback by switching traffic back to the old version.

  • Canary deployment

    Why this is correct

    Correct: canary deployments allow gradual traffic shifting and easy rollback if issues are detected.

  • A/B testing deployment

    Why it's wrong here

    Incorrect: A/B testing is for feature comparison, not a deployment strategy with zero downtime and rollback.

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.