1
You are designing a serverless microservices architecture for a new startup. The application needs to handle unpredictable traffic spikes without managing any underlying infrastructure. Which compute service should you use?
Azure Kubernetes Service (AKS)
Azure SQL Database
Azure Functions
Azure Virtual Machines
View Explanation
✓ Correct Answer: Azure FunctionsExplanation:Azure Functions is a serverless compute service that automatically scales with demand, making it ideal for unpredictable traffic without infrastructure management.