CLOUD-DIGITAL-LEADER · Question #226
An organization wants to write and run small pieces of code in a serverless way that respond to events like huge discounts. Which Google Cloud compute solution should the organization use?
The correct answer is B. Cloud Functions. Google Cloud Functions is a serverless execution environment for building and connecting cloud services. With Cloud Functions you write simple, single-purpose functions that are attached to events emitted from your cloud infrastructure and services. https://cloud.google.com/funct
Question
An organization wants to write and run small pieces of code in a serverless way that respond to events like huge discounts. Which Google Cloud compute solution should the organization use?
Options
- AGoogle Kubernetes Engine
- BCloud Functions
- CBare Metal Solution
- DCompute Engine
How the community answered
(25 responses)- A4% (1)
- B96% (24)
Explanation
Google Cloud Functions is a serverless execution environment for building and connecting cloud services. With Cloud Functions you write simple, single-purpose functions that are attached to events emitted from your cloud infrastructure and services. https://cloud.google.com/functions/docs/concepts/overview
Topics
Community Discussion
No community discussion yet for this question.