
Answer-first summary for fast verification
Answer: Cloud Functions
Correct answer: **Cloud Functions**. Cloud Functions is a Function-as-a-Service (FaaS) offering that allows you to run code in response to events without managing servers. It's distinct from Cloud Run, which is tailored for deploying lightweight containers. For more details, visit [Cloud Functions documentation](https://cloud.google.com/functions/).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Which GCP service offers a lightweight, event-driven, asynchronous computing solution designed for creating small, single-purpose functions that respond to cloud events, eliminating the need for server or runtime environment management? (Select One)
A
Cloud PubSub
B
Cloud Functions
C
Cloud Run
D
Cloud Datastore