CLOUD-DIGITAL-LEADER · Question #378
An organization is developing a new container-based application. They do not know how popular the application will be when launched and they do not want to pay for idle infrastructure resources…
The correct answer is C. Scalability. Scalability is the key benefit here. Serverless platforms automatically scale resources up when demand increases and scale down to zero when there is no traffic, meaning the organization only pays for actual compute time used. This directly addresses the concern of not knowing…
Question
An organization is developing a new container-based application. They do not know how popular the application will be when launched and they do not want to pay for idle infrastructure resources. Which benefit of serverless computing will address this concern?
Options
- ADisaster recovery
- BReduced development costs
- CScalability
- DBuilt-in security
How the community answered
(28 responses)- A4% (1)
- B7% (2)
- C89% (25)
Explanation
Scalability is the key benefit here. Serverless platforms automatically scale resources up when demand increases and scale down to zero when there is no traffic, meaning the organization only pays for actual compute time used. This directly addresses the concern of not knowing how popular the app will be and avoiding payment for idle infrastructure. Disaster recovery, reduced development costs, and built-in security are also serverless benefits, but none directly solve the problem of unknown demand and idle resource costs.
Topics
Community Discussion
No community discussion yet for this question.