QuestionQ359

Analyzing and optimizing technical and business processes

Your ecommerce web application has many products containing pictures and videos. You need to improve the application's page-load speed and lower latency for customer requests. What should you do?

Choose two
  • A Deploy your application to Cloud Run and enable concurrency.
  • B Use Memorystore tor Redis.
  • C Implement CDN with the application's external HTTPS load balancer.
  • D Change the database from Bigtable to Spanner.
  • E Deploy your application to a GKE Autopilot cluster instead of a regular GKE cluster.
Explanation

Cloud CDN caches cacheable static content, including images and videos, at Google edge locations close to users when used with an external Application Load Balancer, reducing latency and backend requests. Memorystore for Redis supplies low-latency, in-memory caching for frequently accessed application data, pages, queries, or sessions.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!