Serverless architecture eliminates the need for developers to manage servers, focusing on code functions.
- True
- False
Answer: True
Serverless (AWS Lambda, Azure Functions) abstracts infrastructure: auto-scaling, pay-per-execution. Trade-offs: cold starts, vendor lock-in. Critical for cost-optimized cloud development questions.