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…
Question
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)- A10% (5)
- B84% (41)
- D4% (2)
- E2% (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
Community Discussion
No community discussion yet for this question.