
Answer-first summary for fast verification
Answer: Cloud Storage
The correct answer is **C** (Cloud Storage) because it is the most cost-effective and efficient solution for hosting static websites. Cloud Storage provides high availability and global edge caching, making it ideal for static content. You can easily upload your HTML, JavaScript, and CSS files to a bucket and serve them directly. This approach minimizes costs compared to using services like Kubernetes Engine, Compute Engine, or App Engine, which are better suited for dynamic content and would incur higher expenses for static hosting. For more details, refer to the [Google Cloud Storage documentation on hosting static websites](https://cloud.google.com/storage/docs/hosting-static-website).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your team is evaluating Google Cloud services to host a static website consisting of a dozen HTML pages, some JavaScript, and CSS files. The website must remain highly available for a few weeks, and the budget is tight. Which Google Cloud service would you recommend for this scenario?
A
Kubernetes Engine
B
Compute Engine
C
Cloud Storage
D
App Engine