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 4Question 06
    Medium1 markMultiple Choice
    Domain 1: Designing and Planning a Cloud Solution ArchitectureMigration StrategyStrangler FigMicroservices

    GCP PCA · Question 06 · Domain 1: Designing and Planning a Cloud Solution Architecture

    CASE STUDY: RetailMart

    Overview: Global e-commerce, 5,000 employees. Legacy monolith on VMware, 20TB Oracle DB on-prem.
    Business: Modernize to microservices, 100% uptime during Black Friday (10x traffic), real-time inventory sync, exit data center in 2 years.
    Executives:

    • CEO: "Innovate faster to beat online-only competitors."
    • CFO: "End hardware CAPEX. Move to pure OPEX."
    • CTO: "Break monolith safely. Zero downtime during transition."
      Tech: Migrate off Oracle to open-source, containerize, secure hybrid connectivity during transition, automated scaling.
      Constraints: Zero downtime for storefront, heavy reliance on Oracle stored procedures, all hybrid traffic must be private/encrypted.

    Which migration approach should you recommend to safely break down the monolith with zero downtime?

    Answer options:

    A.

    Perform a big-bang migration during a low-traffic maintenance window.

    B.

    Use the Strangler Fig pattern to incrementally migrate services to GKE while routing traffic via an API Gateway.

    C.

    Lift and shift the VMware VMs to Google Cloud VMware Engine (GCVE) and keep it as a monolith.

    D.

    Rewrite the entire application in Cloud Run before migrating any traffic.

    How to approach this question

    Identify the architectural pattern designed specifically for safely dismantling monolithic applications.

    Full Answer

    B.Use the Strangler Fig pattern to incrementally migrate services to GKE while routing traffic via an API Gateway.✓ Correct
    The Strangler Fig pattern is the best practice for migrating monolithic applications to microservices. It involves placing an API Gateway or proxy in front of the legacy app. As new microservices are built in GKE, the proxy routes specific API calls to the new services, gradually 'strangling' the monolith without requiring downtime.

    Common mistakes

    Choosing GCVE (C) - while GCVE is great for VMware lift-and-shift, the prompt explicitly requires modernizing to microservices.
    Question 05All questionsQuestion 07

    Practice the full GCP Professional Cloud Architect Practice Exam 4

    50 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01CASE STUDY: TechStream Gaming Overview: 500 employees, $100M revenue. On-prem US/EU, 200 servers...MediumQ02CASE STUDY: TechStream Gaming Overview: 500 employees, $100M revenue. On-prem US/EU, 200 servers...MediumQ03CASE STUDY: TechStream Gaming Overview: 500 employees, $100M revenue. On-prem US/EU, 200 servers...HardQ04CASE STUDY: TechStream Gaming Overview: 500 employees, $100M revenue. On-prem US/EU, 200 servers...HardQ05CASE STUDY: TechStream Gaming Overview: 500 employees, $100M revenue. On-prem US/EU, 200 servers...Easy
    View all 50 questions →