Professional Cloud DevOps Engineer
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 e-commerce platform hosts its core web application and transactional database in a single Google Cloud region (us-central1). Geographically distributed users in Europe and Asia experience high latency (Time to First Byte > 300 ms) when browsing catalog pages and loading static media assets. Additionally, repetitive database read queries during peak traffic spikes are causing high database CPU utilization and application degradation.
You need to optimize the architecture to minimize user latency at the edge and offload repetitive read queries from the central database while avoiding multi-region database replication complexity. What should you do?
This architecture combines edge-based content delivery via Google Cloud's global network with an in-region, high-performance in-memory caching tier.
us-central1.us-central1) establishes an in-memory caching layer that intercepts and serves frequent, identical database read queries, eliminating database CPU bottlenecks.This approach adheres to standard multi-layer caching best practices (edge caching via Cloud CDN combined with in-memory caching via Memorystore) while leveraging the global external Application Load Balancer to optimize ingress network paths.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.