LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Professional Cloud Architect

Google Professional Cloud Architect

Get started today

Ultimate access to all questions.


Dress4Win is an online company that helps users organize their wardrobe using a website and mobile application. As part of their new application experience, Dress4Win allows customers to upload images of themselves. The company emphasizes that customers have exclusive control over who may view these images. Customers are also expected to upload images with minimal latency and have them displayed quickly on the main application page when they log in. Based on these requirements, which configuration should Dress4Win use?

Exam-Like



Explanation:

The correct answer is A. Storing image files in a Google Cloud Storage bucket and using Google Cloud Datastore to maintain metadata that maps each customer's ID and their image files provides a scalable solution for handling images. This approach leverages the power of Google Cloud Storage for efficient image storage and retrieval, ensuring minimal latency. Additionally, using Google Cloud Datastore, which is a NoSQL database, allows for flexible and efficient management of metadata required to control access to the images. This configuration aligns well with the need for customer-exclusive control over image access since the metadata service can manage permissions effectively.

Powered ByGPT-5