GCP Associate Cloud Engineer Practice Question

Your team built a containerized Go service that processes infrequent but latency-sensitive requests from mobile clients. The container listens on port 8080, reads a few kilobytes from Cloud Storage, performs lightweight computation, and returns a JSON response within 300 ms. Traffic is highly variable: most days the service is idle, but during product launches it must handle thousands of concurrent requests without manual intervention. The operations team wants the following:

  • The platform must automatically scale down to zero instances when there is no traffic so that you only pay for actual requests.
  • Developers should deploy with a simple gcloud command and avoid managing servers, clusters, or node patching.
  • You must be able to keep using the existing container image without rewriting the app.

Which Google Cloud compute option best meets these requirements?

  • Cloud Run fully managed service

  • Google Kubernetes Engine Autopilot cluster with a Deployment

  • Compute Engine managed instance group with autoscaling

  • Cloud Functions second-generation HTTP trigger

GCP Associate Cloud Engineer
Planning and implementing a cloud solution
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot