You need to publish a simple static FAQ site (HTML, CSS, JS, images) to the internet with minimal steps. What should you do?
Choose an answer
Tap an option to check your answer.
Correct answer: Upload the site to a Cloud Storage bucket and host it as a static site..
Why this is the answer
Hosting a static website directly from a Cloud Storage bucket is the simplest and most cost-effective solution for static content like an FAQ site. You upload your HTML, CSS, JavaScript, and image files to a bucket, configure it for static website hosting, and it's immediately accessible via a public URL. Uploading to an App Engine environment is overkill for a static site; App Engine is designed for dynamic web applications. Creating a Compute Engine VM with Apache introduces unnecessary operational overhead, including VM management, patching, and web server configuration. Containerizing the site and deploying to GKE is also excessive for a simple static site, adding complexity with containerization, Kubernetes cluster management, and networking configuration.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed