Medium1 markMultiple Choice
Domain 2.2: Planning and configuring compute resourcesCloud RunServerlessContainersCompute Selection
GCP ACE · Question 12 · Domain 2.2: Planning and configuring compute resources
Your team has developed a stateless, containerized web application. Traffic is highly unpredictable, sometimes dropping to zero and other times spiking massively. You want to deploy this application with the least amount of operational overhead, paying only when the application is actively processing requests.
Which compute service should you choose?
Your team has developed a stateless, containerized web application. Traffic is highly unpredictable, sometimes dropping to zero and other times spiking massively. You want to deploy this application with the least amount of operational overhead, paying only when the application is actively processing requests.
Which compute service should you choose?
Answer options:
A.
Compute Engine
B.
Google Kubernetes Engine (GKE)
C.
Cloud Run
D.
App Engine Standard
How to approach this question
Look for keywords: 'containerized', 'stateless', 'scales to zero', 'least operational overhead'.
Full Answer
C.Cloud Run✓ Correct
Cloud Run
Cloud Run is the ideal choice for stateless containers with variable traffic. It abstracts away all infrastructure management (lowest overhead) and scales down to zero, meaning you are billed only for the exact compute time used during request processing.
Common mistakes
Choosing GKE because it supports containers, ignoring the 'least operational overhead' and 'scale to zero' requirements.
Practice the full GCP Associate Cloud Engineer Practice Exam 2
50 questions · hints · full answers · grading
More questions from this exam
Q01Your company is migrating to Google Cloud and needs to establish a resource hierarchy. You have t...EasyQ02You are managing access to a GCP project. You need to grant 15 developers the ability to view Com...MediumQ03You have created a new GCP project using the Cloud Console. You want to deploy a Cloud Function u...EasyQ04Your startup has a strict monthly cloud budget of $500. You want to be notified immediately if yo...EasyQ05Your finance team wants to perform complex SQL analysis on your GCP billing data to understand co...Medium
Expert