For IndividualsFor Educators
ExpertMinds LogoExpertMinds
ExpertMinds

Ace your certifications with Practice Exams and AI assistance.

  • Browse Exams
  • For Educators
  • Blog
  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Support
  • AWS SAA Exam Prep
  • PMI PMP Exam Prep
  • CPA Exam Prep
  • GCP PCA Exam Prep

© 2026 TinyHive Labs. Company number 16262776.

    PracticeGCP Professional Cloud ArchitectGCP Professional Cloud Architect Practice Exam 7Question 10
    Medium1 markMultiple Choice
    Subtask 4.3: Resilience ProceduresDisaster RecoveryRPORTOArchitecture
    This question is part of a case study — click to read the full scenario(Case 06)

    CASE STUDY: ShopGlobal

    Company Overview:
    ShopGlobal is an international e-commerce retailer. They are preparing for their largest annual sales event (Black Friday) and want to migrate off their aging on-premises infrastructure.

    Current Technical Environment:

    • 3 on-premises data centers (US-East, US-West, EU-Central).
    • VMware vSphere environment with 500 VMs.
    • Monolithic Java application running on Tomcat.
    • Oracle RAC database for transactions.
    • 50 TB of product images on SAN storage.

    Business Requirements:

    • Ensure 100% availability during the upcoming holiday season.
    • Modernize the application architecture over the next 3 years.
    • Reduce capital expenditure (CapEx) by shifting to an OpEx model.

    Executive Statements:

    • CEO: "Downtime during Black Friday costs us $1M per hour. We need bulletproof reliability."
    • CFO: "We want to stop buying hardware. Move everything to a pay-as-you-go model."
    • CTO: "We want to eventually move to microservices, but we don't have time to rewrite the app before the holidays."

    Technical Requirements:

    • Migrate the existing VMs to the cloud with minimal changes initially.
    • Implement a global CDN for product images to reduce latency.
    • Set up disaster recovery with an RPO of 15 minutes and RTO of 1 hour.
    • Ensure PCI-DSS compliance for payment processing.

    Constraints:

    • The migration must be completed in 4 months (before the code freeze).
    • The Oracle database license cannot be easily transferred to the cloud.
    • The team has no experience with Kubernetes or containers yet.

    QUESTION:
    Given the 4-month timeline and the CTO's constraints, which migration strategy should you recommend for the VMware environment?

    View full case study page →

    GCP PCA · Question 10 · Resilience Procedures

    CASE STUDY: ShopGlobal

    Company Overview:
    ShopGlobal is an international e-commerce retailer. They are preparing for their largest annual sales event (Black Friday) and want to migrate off their aging on-premises infrastructure.

    Current Technical Environment:

    • 3 on-premises data centers (US-East, US-West, EU-Central).
    • VMware vSphere environment with 500 VMs.
    • Monolithic Java application running on Tomcat.
    • Oracle RAC database for transactions.
    • 50 TB of product images on SAN storage.

    Business Requirements:

    • Ensure 100% availability during the upcoming holiday season.
    • Modernize the application architecture over the next 3 years.
    • Reduce capital expenditure (CapEx) by shifting to an OpEx model.

    Executive Statements:

    • CEO: "Downtime during Black Friday costs us $1M per hour. We need bulletproof reliability."
    • CFO: "We want to stop buying hardware. Move everything to a pay-as-you-go model."
    • CTO: "We want to eventually move to microservices, but we don't have time to rewrite the app before the holidays."

    Technical Requirements:

    • Migrate the existing VMs to the cloud with minimal changes initially.
    • Implement a global CDN for product images to reduce latency.
    • Set up disaster recovery with an RPO of 15 minutes and RTO of 1 hour.
    • Ensure PCI-DSS compliance for payment processing.

    Constraints:

    • The migration must be completed in 4 months (before the code freeze).
    • The Oracle database license cannot be easily transferred to the cloud.
    • The team has no experience with Kubernetes or containers yet.

    QUESTION:
    To meet the Disaster Recovery requirements (RPO of 15 minutes, RTO of 1 hour), how should you configure the architecture?

    Answer options:

    A.

    Take daily snapshots of all VMs and store them in a multi-region Cloud Storage bucket.

    B.

    Deploy a warm standby environment in a secondary region with asynchronous database replication.

    C.

    Deploy an active-active architecture across three regions with synchronous database replication.

    D.

    Use Cloud Backup and DR to back up VMs every 15 minutes to a secondary region.

    How to approach this question

    Match the RPO (data loss) and RTO (downtime) to the correct DR pattern. 15m RPO / 1h RTO aligns with a Warm Standby pattern.

    Full Answer

    B.Deploy a warm standby environment in a secondary region with asynchronous database replication.✓ Correct
    Deploy a warm standby environment in a secondary region with asynchronous database replication.
    A 'Warm Standby' architecture maintains a scaled-down version of the application in a secondary region. Asynchronous database replication ensures data is continuously synced, easily meeting the 15-minute Recovery Point Objective (RPO). In a disaster, the standby environment can be scaled up within the 1-hour Recovery Time Objective (RTO).

    Common mistakes

    Choosing Active-Active (Option C) is a common mistake. While it provides the best availability, it is overly complex, highly expensive, and synchronous global replication is technically unfeasible due to the speed of light.
    Question 09All questionsQuestion 11

    Practice the full GCP Professional Cloud Architect Practice Exam 7

    50 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01CASE STUDY: TechStream Gaming Company Overview: TechStream Gaming is a global multiplayer game d...HardQ02CASE STUDY: TechStream Gaming Company Overview: TechStream Gaming is a global multiplayer game d...MediumQ03CASE STUDY: TechStream Gaming Company Overview: TechStream Gaming is a global multiplayer game d...MediumQ04CASE STUDY: TechStream Gaming Company Overview: TechStream Gaming is a global multiplayer game d...MediumQ05CASE STUDY: TechStream Gaming Company Overview: TechStream Gaming is a global multiplayer game d...Medium
    View all 50 questions →