This question is part of a case study — click to read the full scenario(Case 01)
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?
GCP PCA · Question 03 · Technical Requirements
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: Which database architecture should you recommend to replace the 5TB MySQL database while meeting the <4-hour downtime constraint?
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: Which database architecture should you recommend to replace the 5TB MySQL database while meeting the <4-hour downtime constraint?
Answer options:
Migrate to Cloud Spanner using Dataflow for a one-time batch load during the maintenance window.
Migrate to Cloud SQL for MySQL using Database Migration Service (DMS) for continuous replication before cutover.
Migrate to BigQuery using Storage Transfer Service to handle the 5TB of data.
Deploy MySQL on Compute Engine instances and use rsync to synchronize the data.
How to approach this question
Full Answer
Common mistakes
Practice the full GCP Professional Cloud Architect Practice Exam 6
50 questions · hints · full answers · grading
Expert