Easy1 markMultiple Choice
GCP PCA · Question 36 · Technical Requirements
A development team wants to deploy a suite of event-driven microservices. They require a fully managed, serverless environment where they only pay for the exact compute time used (scaling to zero). Which TWO GCP compute services meet these requirements? (Select TWO)
A development team wants to deploy a suite of event-driven microservices. They require a fully managed, serverless environment where they only pay for the exact compute time used (scaling to zero). Which TWO GCP compute services meet these requirements? (Select TWO)
Answer options:
A.
Compute Engine
B.
Cloud Run
C.
Google Kubernetes Engine (GKE) Standard
D.
Cloud Functions
E.
App Engine Flexible
How to approach this question
Identify the two GCP compute services that are strictly serverless and scale to zero.
Full Answer
Cloud Run and Cloud Functions are Google Cloud's premier serverless compute offerings. Both abstract away all infrastructure management, automatically scale based on traffic, scale down to zero when not in use, and bill only for the exact compute time consumed.
Common mistakes
Selecting App Engine Flexible (E), which is often confused with App Engine Standard (which does scale to zero).
Practice the full GCP Professional Cloud Architect Practice Exam 6
50 questions · hints · full answers · grading
More questions from this exam
Q01CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Env...MediumQ02CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Env...MediumQ03CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Env...HardQ04CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Env...MediumQ05CASE STUDY: TechStream Gaming
Overview:
Industry: Gaming
Size: 500 employees, $100M revenue
Env...Easy
Expert