Medium1 markMultiple Choice
GCP ACE · Question 12 · Domain 2.2: Planning and configuring compute resources
You are designing a stateless, containerized web application that experiences unpredictable traffic spikes. You want a fully managed serverless environment that scales to zero when there is no traffic. Which compute service should you choose?
You are designing a stateless, containerized web application that experiences unpredictable traffic spikes. You want a fully managed serverless environment that scales to zero when there is no traffic. 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
Identify the service that supports containers AND is serverless (scales to zero).
Full Answer
C.Cloud Run✓ Correct
Cloud Run is a managed compute platform that enables you to run containers that are invocable via requests or events. It abstracts away all infrastructure management and automatically scales up and down to zero almost instantaneously.
Common mistakes
Choosing GKE because containers are mentioned, ignoring the 'serverless' and 'scale to zero' requirements.
Practice the full GCP Associate Cloud Engineer Practice Exam 1
50 questions · hints · full answers · grading
More questions from this exam
Q01What is the highest level of the Google Cloud resource hierarchy?EasyQ02You need to enable the Compute Engine API in a new project using the command line. Which command ...EasyQ03You are setting up a new GCP environment. You need to grant a group of developers access to view ...MediumQ04You want to receive an email notification when your GCP spending exceeds $1000 this month. What s...EasyQ05You need to analyze your GCP billing data using complex SQL queries to understand cost trends acr...Medium
Expert