Medium1 markMultiple Choice
GCP ACE · Question 13 · Domain 2.2: Planning and configuring compute resources
Your development team has created a stateless, containerized microservice that handles webhooks. Traffic is highly unpredictable; it can spike to thousands of requests per second and then drop to zero for hours. The team wants a fully managed solution that scales to zero to minimize costs, and they do not want to manage underlying infrastructure.
Which compute service is the BEST fit for this workload?
Your development team has created a stateless, containerized microservice that handles webhooks. Traffic is highly unpredictable; it can spike to thousands of requests per second and then drop to zero for hours. The team wants a fully managed solution that scales to zero to minimize costs, and they do not want to manage underlying infrastructure.
Which compute service is the BEST fit for this workload?
Answer options:
A.
Compute Engine Managed Instance Groups
B.
Google Kubernetes Engine (GKE) Standard
C.
Cloud Run
D.
App Engine Standard
How to approach this question
Look for keywords: containerized, stateless, fully managed, scales to zero.
Full Answer
C.Cloud Run✓ Correct
Cloud Run
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 from zero almost instantaneously.
Common mistakes
Choosing GKE because the app is containerized, ignoring the 'fully managed' and 'scale to zero' requirements.
Practice the full GCP Associate Cloud Engineer Practice Exam 4
50 questions · hints · full answers · grading
More questions from this exam
Q01You have recently joined a new team and need to set up a new Google Cloud project for a developme...EasyQ02Your company uses Google Workspace. You need to grant a new developer, Alice, the ability to view...MediumQ03You have created a new GCP project and want to deploy a Compute Engine instance. However, when yo...MediumQ04Your startup has a strict monthly cloud budget of $500. You want to be notified via email when yo...EasyQ05Your finance team wants to analyze Google Cloud costs using standard SQL and build custom dashboa...Medium
Expert