CLOUD-DIGITAL-LEADER · Question #182
An organization wants to add a new function to their application. They want to write the code and let the public cloud provider handle the infrastructure. Which infrastructure solution should they use
The correct answer is C. Serverless computing. Serverless computing (e.g., Google Cloud Functions or Cloud Run) allows developers to write and deploy code without provisioning, managing, or scaling any underlying infrastructure - the cloud provider handles all of that automatically. This is the defining characteristic of serv
Question
An organization wants to add a new function to their application. They want to write the code and let the public cloud provider handle the infrastructure. Which infrastructure solution should they use?
Options
- AVirtual machines
- BBare Metal Solution
- CServerless computing
- DContainer Registry
How the community answered
(24 responses)- A4% (1)
- C96% (23)
Explanation
Serverless computing (e.g., Google Cloud Functions or Cloud Run) allows developers to write and deploy code without provisioning, managing, or scaling any underlying infrastructure - the cloud provider handles all of that automatically. This is the defining characteristic of serverless: you focus solely on code, and the platform manages execution, scaling, and availability. Virtual machines (A) require the customer to manage the OS and runtime. Bare Metal Solution (B) requires full infrastructure management. Container Registry (D) is a service for storing container images, not for running code.
Topics
Community Discussion
No community discussion yet for this question.