Practice free →
HomeB.Tech Cloud Computingcloudcomputingcloudfundamentals › Which combination correctly identifies what is g…

Which combination correctly identifies what is generally serverless and what isn't?

AAll VMs are serverless by definition
BAWS Lambda / Azure Functions / Cloud Run / Cloud Functions are serverless; a long-running EC2 / Compute Engine / Azure VM you provision yourself is not
COnly on-premises servers are serverless
DContainer runtimes are never serverless
Answer & Solution
Correct answer: B. AWS Lambda / Azure Functions / Cloud Run / Cloud Functions are serverless; a long-running EC2 / Compute Engine / Azure VM you provision yourself is not
Serverless = the provider hides server management; the customer pays per execution / per request. Lambda / Functions / Cloud Run match. Self-provisioned VMs are explicitly NOT serverless — you manage them.
Solve this in the app — B.Tech Cloud Computing practice & 24k+ MCQs →
Related questions