Serverless computing charges based on actual execution time rather than provisioned capacity.
- True
- False
Answer: True
Serverless (Lambda, Cloud Functions) uses pay-per-execution pricing, auto-scaling from zero. Trade-offs: cold starts, execution limits, vendor lock-in. Critical for cost-optimized cloud architectures.