Intrigued by the art of cloud architecture? Discover how to design, develop, and manage robust, secure, scalable, and dynamic solutions on Google Cloud as you prepare for the Professional Cloud Architect exam!
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An enterprise is migrating a high-traffic MySQL database workload to Compute Engine on Google Cloud. An analysis of the database workload reveals the following requirements:
Which Compute Engine VM and block storage architecture should you configure to meet these performance and cost requirements?
This architecture combines a memory-optimized high-memory (highmem) instance shape with Google Cloud Hyperdisk Balanced storage. A highmem machine type provides approximately 8 GB of RAM per vCPU, allowing large memory allocations without over-provisioning unneeded vCPUs. Hyperdisk Balanced offers flexible, decoupled provisioning of IOPS and throughput independently from storage capacity.
InnoDB buffer pool ensures that steady-state read queries are served directly from RAM rather than disk, eliminating disk I/O bottlenecks.highmem instance shape, you achieve a high RAM-to-vCPU ratio. This avoids paying for excess vCPUs that would remain idle under low CPU utilization per query.Serving reads out of RAM is dramatically faster and more cost-effective than provisioning ultra-high IOPS disk tiers to serve read queries from persistent storage. Pairing a highmem VM with Hyperdisk Balanced achieves maximum read performance at the lowest total cost of ownership.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.