CV0-004 · Question #189
A systems administrator is deploying a new cloud application and needs to provision cloud services with minimal effort. The administrator wants to reduce the tasks required for maintenance, such as…
The correct answer is D. Serverless. Serverless computing (e.g., AWS Lambda, Azure Functions) abstracts away all infrastructure concerns - the cloud provider manages OS patching, VM provisioning, storage, and scaling automatically. Developers only write and deploy code. This is the highest level of managed…
Question
A systems administrator is deploying a new cloud application and needs to provision cloud services with minimal effort. The administrator wants to reduce the tasks required for maintenance, such as OS patching, VM and volume provisioning, and autoscaling configurations. Which of the following would be the BEST option to deploy the new application?
Options
- AA VM cluster
- BContainers
- COS templates
- DServerless
How the community answered
(24 responses)- A4% (1)
- B4% (1)
- C8% (2)
- D83% (20)
Explanation
Serverless computing (e.g., AWS Lambda, Azure Functions) abstracts away all infrastructure concerns - the cloud provider manages OS patching, VM provisioning, storage, and scaling automatically. Developers only write and deploy code. This is the highest level of managed abstraction and directly eliminates every maintenance task listed in the question. VM clusters (A) and OS templates (C) still require significant manual infrastructure management. Containers (B) reduce some overhead but still require orchestration, autoscaling configuration, and volume management.
Topics
Community Discussion
No community discussion yet for this question.