nerdexam
Google

ASSOCIATE-CLOUD-ENGINEER · Question #405

You have developed a web application that serves traffic for a local event and are expecting unpredictable traffic. You have containerized the application, and you now want to deploy the application o

The correct answer is C. Deploy the web application as a Cloud Run service.. Cloud Run services automatically scale to zero and up based on incoming HTTP traffic, making them ideal for unpredictable demand while minimizing costs. This provides the lowest operational overhead and cost-efficiency for containerized web applications.

Submitted by miguelv· Mar 30, 2026Deploying and implementing a cloud solution

Question

You have developed a web application that serves traffic for a local event and are expecting unpredictable traffic. You have containerized the application, and you now want to deploy the application on Google Cloud. You also want to minimize costs. What should you do?

Options

  • ADeploy the web application as a Cloud Run job.
  • BDeploy the web application on Google Kubernetes Engine in Standard mode.
  • CDeploy the web application as a Cloud Run service.
  • DDeploy the web application on Google Kubernetes Engine in Autopilot mode.

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    86% (25)
  • D
    7% (2)

Explanation

Cloud Run services automatically scale to zero and up based on incoming HTTP traffic, making them ideal for unpredictable demand while minimizing costs. This provides the lowest operational overhead and cost-efficiency for containerized web applications.

Topics

#Cloud Run service#serverless containers#auto-scaling#cost optimization

Community Discussion

No community discussion yet for this question.

Full ASSOCIATE-CLOUD-ENGINEER Practice