Medium1 markMultiple Choice
GCP PCA · Question 26 · Compute Systems
A development team wants to deploy a simple Node.js web application. They want zero infrastructure management, automatic scaling from zero to handle traffic, and they only want to pay when their code is executing. They do not want to build Docker containers. Which compute service should they use?
A development team wants to deploy a simple Node.js web application. They want zero infrastructure management, automatic scaling from zero to handle traffic, and they only want to pay when their code is executing. They do not want to build Docker containers. Which compute service should they use?
Answer options:
A.
Compute Engine
B.
Google Kubernetes Engine (GKE)
C.
Cloud Run
D.
App Engine Standard
How to approach this question
Look for the service that takes raw source code (no containers) and provides serverless scaling.
Full Answer
D.App Engine Standard✓ Correct
App Engine Standard is ideal for developers who want to focus purely on code. Unlike Cloud Run, it does not require building Docker containers. It supports Node.js natively, scales to zero, and requires zero infrastructure management.
Common mistakes
Choosing Cloud Run (C), missing the constraint that the team does not want to build Docker containers.
Practice the full GCP Professional Cloud Architect Practice Exam 5
50 questions · hints · full answers · grading
More questions from this exam
Q01CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...HardQ02CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...MediumQ03CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...MediumQ04CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...MediumQ05CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...Easy
Expert