Start here! Get your feet wet with the Microsoft cloud and begin your journey to earning your Microsoft Certified: Azure Fundamentals certification!
Prepare and test your skills

Prepare and test your skills

Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
A retail company is deploying an event-driven order processing application using serverless compute in Azure. The application experiences unpredictable traffic spikes during flash sales, followed by prolonged periods of zero customer activity.
How does the serverless compute model handle resource scaling to support these workload variations?
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.
Serverless computing is an execution model where the cloud provider dynamically manages the provisioning, scaling, and maintenance of the underlying compute infrastructure. In a serverless platform such as Azure Functions, computing resources are driven entirely by events, incoming HTTP requests, or background queue messages.
In this scenario, the retail application experiences unpredictable surges followed by periods of zero activity:
Unlike traditional Infrastructure as a Service (IaaS) or scheduled Platform as a Service (PaaS) scaling where baseline instances must remain constantly running, serverless automatic event-driven scaling ensures zero administrative overhead and true cost-per-execution economics.