InterviewStack.io LogoInterviewStack.io

Cloud Compute Options and Trade-offs Questions

Choosing among compute abstractions independent of provider: virtual machines, containers, managed container services, serverless functions, and bare metal. Covers the cost, control, cold-start, scaling, and operational trade-offs of each model, and how workload characteristics (latency, statefulness, burstiness) drive the decision. Managed-versus-self-managed reasoning lives here.

MediumTechnical
61 practiced

Explain serverless 'cold start' for functions (Lambda/Cloud Functions/Azure Functions). Describe strategies to measure cold start impact and mitigation techniques (provisioned concurrency, warming strategies, container reuse, bundle size reductions). Discuss the trade-offs including cost.

EasyTechnical
64 practiced

List common failure modes for cloud compute instances (EC2/Compute Engine/VMs). For each failure mode explain how you would detect it (metrics/logs/health checks), typical remediation steps (automated and manual), and how to design systems to minimize user impact.

That is every published Cloud Compute Options and Trade-offs question for Site Reliability Engineer (SRE) so far. Browse the other topics in this category, or practice this one interactively.