
Answer-first summary for fast verification
Answer: Cloud Content Delivery Network (CDN) backed by Cloud Storage
To minimize storage costs and reduce latency when serving images, using a Cloud CDN backed by Cloud Storage (Option D) is the optimal architecture. Cloud Storage provides cost-efficient object storage for images, while Cloud CDN caches content at globally distributed edge locations. This reduces latency by serving images from the nearest cache to the user, decreasing the load on the origin and improving response times. Other options either lack a CDN (A and B) or use inappropriate storage solutions (C) that are more expensive or not designed for static content delivery.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which architecture should you implement to minimize storage costs and reduce latency when serving images for a new API?
A
App Engine backed by Cloud Storage
B
Compute Engine backed by Persistent Disk
C
Transfer Appliance backed by Cloud Filestore
D
Cloud Content Delivery Network (CDN) backed by Cloud Storage
No comments yet.