
Answer-first summary for fast verification
Answer: Cloud Functions
The correct answer is A: Cloud Functions. Cloud Functions is a managed, serverless compute service that automatically scales down to zero when not in use, ensuring you don't incur costs during periods of inactivity. This makes it an ideal choice for applications that are only active during specific hours, such as business hours. In contrast, Compute Engine (B) and Google Kubernetes Engine (C) are not managed services and do not scale down to zero automatically. AppEngine flexible environment (D) is a managed service but does not scale down to zero, as it always keeps at least one instance running.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As a cloud architect, you are tasked with designing an application that will be used exclusively during standard business hours. For the initial release of the Minimum Viable Product (MVP), it is crucial to select a managed compute service that will automatically scale down to zero to avoid any costs during periods of inactivity. Among the following options, which primary compute resource should you choose?
A
Cloud Functions
B
Compute Engine
C
Google Kubernetes Engine
D
AppEngine flexible environment
No comments yet.