nerdexam
Google

PROFESSIONAL-CLOUD-ARCHITECT · Question #355

Your ecommerce web application includes many products with pictures and videos. You need to improve the application's page load speed and reduce the latency for customer requests. What should you…

The correct answer is B. Use Memorystore tor Redis. C. Implement CDN with the application's external HTTPS load balancer. Using Memorystore for Redis enables low-latency caching for frequently accessed application data, reducing repeated reads and speeding up responses. Enabling Cloud CDN on the external HTTPS load balancer caches static content such as product images and videos at edge locations…

Submitted by packet_pusher· Mar 30, 2026Designing and planning a cloud solution architecture

Question

Your ecommerce web application includes many products with pictures and videos. You need to improve the application's page load speed and reduce the latency for customer requests. What should you do? (Choose two.)

Options

  • ADeploy your application to Cloud Run and enable concurrency.
  • BUse Memorystore tor Redis.
  • CImplement CDN with the application's external HTTPS load balancer.
  • DChange the database from Bigtable to Spanner.
  • EDeploy your application to a GKE Autopilot cluster instead of a regular GKE cluster.

How the community answered

(49 responses)
  • A
    10% (5)
  • B
    84% (41)
  • D
    4% (2)
  • E
    2% (1)

Explanation

Using Memorystore for Redis enables low-latency caching for frequently accessed application data, reducing repeated reads and speeding up responses. Enabling Cloud CDN on the external HTTPS load balancer caches static content such as product images and videos at edge locations, significantly lowering latency and improving page load times for customers globally.

Topics

#Cloud CDN#Memorystore#latency optimization#caching

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-ARCHITECT Practice