H13-821_V3.0 · Question #355
Serverless computing provides a micro-architecture. End customers do not need to deploy, configure, or manage server services. All server services required for code operation are provided by the…
The correct answer is A. True. Option A is correct because serverless computing abstracts away all infrastructure management - developers write and deploy code, while the cloud provider automatically provisions, scales, and maintains the underlying servers. The term "serverless" does not mean there are no…
Question
Serverless computing provides a micro-architecture. End customers do not need to deploy, configure, or manage server services. All server services required for code operation are provided by the cloud platform.
Options
- ATrue
- BFalse
How the community answered
(23 responses)- A78% (18)
- B22% (5)
Explanation
Option A is correct because serverless computing abstracts away all infrastructure management - developers write and deploy code, while the cloud provider automatically provisions, scales, and maintains the underlying servers. The term "serverless" does not mean there are no servers; it means the servers are invisible to the end customer, who never needs to configure or manage them. Option B is incorrect because it would imply that customers must still handle server management, which contradicts the fundamental value proposition of serverless platforms like AWS Lambda, Azure Functions, or Google Cloud Functions.
Memory tip: Think of serverless like a restaurant - you order food (write code) and the kitchen (cloud platform) handles all the equipment, staffing, and cleanup behind the scenes. You never touch the stove.
Topics
Community Discussion
No community discussion yet for this question.