GK Question

technology medium true_false

Serverless computing means no servers are used; code runs entirely on client devices.

  1. True
  2. False

Answer: False

Serverless (e.g., AWS Lambda, Azure Functions) abstracts server management from developers. Servers still exist but are fully managed by the provider. Developers deploy code functions that auto-scale and charge per execution. Benefits: no infrastructure management, automatic scaling, pay-per-use pricing. Not 'no servers' but 'no server management'.

Topic Cloud Computing
Exam Relevance Banking, SSC JE, UPSC