GCP Professional Architect Performance-Based Questions

Simulate real exam scenarios with interactive case studies and architecture challenges

Case Study: EHR Healthcare Migration

Scenario: EHR Healthcare needs to migrate their patient portal from on-premises to GCP while meeting HIPAA compliance. The portal handles 50,000 daily users with strict availability requirements.

Requirements:

  • 99.99% availability for critical components
  • Data residency for EU patient records
  • DDoS protection for public-facing services
  • Audit logging for all PHI access

Recommended Architecture:

Compute: Regional GKE clusters across 3 zones with auto-repair and auto-upgrade enabled
Data: Cloud SQL with cross-region replicas for EU data residency
Security: Cloud Armor + VPC Service Controls perimeter around PHI data
Monitoring: Cloud Audit Logs + Security Command Center for compliance reporting
Difficulty: ★★★★☆ (4/5) | Exam Relevance: ★★★★★ (5/5)
EHR Healthcare GCP Architecture
graph TD A[Patient Portal] --> B[Global Load Balancer] B --> C[GKE Cluster: us-central1] B --> D[GKE Cluster: europe-west1] C --> E[Cloud SQL: Primary] D --> F[Cloud SQL: Replica] E --> G[VPC Service Controls] F --> G G --> H[Cloud Storage] H --> I[Cloud DLP] style A fill:#4285F4,stroke:#1a73e8 style B fill:#34A853,stroke:#0d652d style C fill:#EA4335,stroke:#b31412 style D fill:#EA4335,stroke:#b31412 style E fill:#FBBC05,stroke:#e37400 style F fill:#FBBC05,stroke:#e37400 style G fill:#4285F4,stroke:#1a73e8 style H fill:#34A853,stroke:#0d652d style I fill:#EA4335,stroke:#b31412

Key Services: GKE, Cloud SQL, VPC Service Controls, Cloud DLP, Cloud Armor

Case Study: Mountkirk Games Analytics

Scenario: Mountkirk Games needs a real-time analytics pipeline for their new multiplayer game expecting 1M+ concurrent players.

Requirements:

  • Process 100,000 events/sec with <1s latency
  • Anonymize PII before storage
  • Support both real-time dashboards and historical analysis
  • Cost-effective storage for 90-day retention

Recommended Architecture:

Ingestion: Pub/Sub with 1000+ subscriptions for parallel processing
Processing: Dataflow with DLP API integration for PII anonymization
Storage: Bigtable for real-time + BigQuery for analytics
Visualization: Looker for business users + Data Studio for custom dashboards
Difficulty: ★★★☆☆ (3/5) | Exam Relevance: ★★★★☆ (4/5)
Mountkirk Games Real-Time Analytics
graph LR A[Game Clients] --> B[Pub/Sub] B --> C[Dataflow] C --> D[Cloud DLP] D --> E[Bigtable] D --> F[BigQuery] E --> G[Real-time Dashboards] F --> H[Analytics] style A fill:#4285F4,stroke:#1a73e8 style B fill:#EA4335,stroke:#b31412 style C fill:#FBBC05,stroke:#e37400 style D fill:#34A853,stroke:#0d652d style E fill:#4285F4,stroke:#1a73e8 style F fill:#EA4335,stroke:#b31412 style G fill:#FBBC05,stroke:#e37400 style H fill:#34A853,stroke:#0d652d

Key Services: Pub/Sub, Dataflow, Cloud DLP, Bigtable, BigQuery

Hands-On PBQ Labs

Practice with our interactive labs that simulate real GCP console environments:

Access All 50+ GCP Architect PBQs

Unlock complete case study simulations with detailed feedback and progress tracking

Start Free 7-Day Trial
Download on App Store Get on Google Play