Ultimate access to all questions.
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)
Explanation:
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.