
Answer-first summary for fast verification
Answer: Cloud Functions
Cloud Functions is a Function-as-a-Service (FaaS) offering that allows you to run lightweight, event-triggered functions without managing servers. It's distinct from Cloud Run, which is designed for deploying lightweight containers.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which GCP service offers a serverless, event-driven compute solution that enables the execution of small, single-purpose functions in response to cloud events, eliminating the need for server or runtime environment management?
A
Cloud PubSub
B
Cloud Run
C
Cloud Functions
D
Cloud Datastore
No comments yet.