Medium1 markMultiple Choice
GCP PCA · Question 01 · Migration Plan
CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Environment:
- On-prem US/EU
- 200 servers
- MySQL (5 TB)
- 2M peak users
- $100K/mo cost
Requirements:
- Reduce costs 40%
- 5x growth
- Launch APAC/SA/Africa
- Daily deployments
Exec Statements:
- CEO: Scale rapidly.
- CFO: Max $100K/mo, 18mo ROI.
- CTO: Limited cloud exp, 99.95% uptime.
Tech Reqs:
- <100ms latency globally
- Real-time analytics
- 5x seasonal spikes
- EU data residency
- DDoS protection
- CI/CD
Constraints:
- 12mo migration
- <4hr downtime
- 20 Java/MySQL devs, 5 ops
- $2M budget
QUESTION: Based on the constraints and requirements, which migration strategy should you recommend for the core gaming application?
CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Environment:
- On-prem US/EU
- 200 servers
- MySQL (5 TB)
- 2M peak users
- $100K/mo cost
Requirements:
- Reduce costs 40%
- 5x growth
- Launch APAC/SA/Africa
- Daily deployments
Exec Statements:
- CEO: Scale rapidly.
- CFO: Max $100K/mo, 18mo ROI.
- CTO: Limited cloud exp, 99.95% uptime.
Tech Reqs:
- <100ms latency globally
- Real-time analytics
- 5x seasonal spikes
- EU data residency
- DDoS protection
- CI/CD
Constraints:
- 12mo migration
- <4hr downtime
- 20 Java/MySQL devs, 5 ops
- $2M budget
QUESTION: Based on the constraints and requirements, which migration strategy should you recommend for the core gaming application?
Answer options:
A.
Refactor the application into microservices using Google Kubernetes Engine (GKE) and Cloud Spanner.
B.
Replatform the application to use managed services like Cloud Run and Cloud SQL.
C.
Rehost the application using Migrate for Compute Engine to move VMs as-is.
D.
Retain the application on-premises and use Anthos to manage it.
How to approach this question
Evaluate the 7 R's of migration against the specific constraints: 12-month timeline, limited cloud experience, and need for rapid scaling.
Full Answer
B.Replatform the application to use managed services like Cloud Run and Cloud SQL.✓ Correct
Replatform the application to use managed services like Cloud Run and Cloud SQL.
Replatforming allows the team to use their existing Java/MySQL skills while leveraging managed services (Cloud Run, Cloud SQL) to meet the scaling (5x spikes) and operational (limited ops team) requirements within the 12-month timeframe.
Common mistakes
Choosing Refactor (A) because it represents the 'ideal' cloud-native state, ignoring the business constraints of team skills and timeline.
Practice the full GCP Professional Cloud Architect Practice Exam 6
50 questions · hints · full answers · grading
More questions from this exam
Q02CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Env...MediumQ03CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Env...HardQ04CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Env...MediumQ05CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Env...EasyQ06CASE STUDY: RetailMart
Overview:
Industry: Retail/E-commerce
Size: 2000 employees, $500M revenue...Hard
Expert