Easy1 markMultiple Choice
AZ-900 · Question 13 · Domain 2.2: Azure Compute Services
Which Azure service provides serverless computing, allowing you to run small pieces of code in response to events without managing infrastructure?
Which Azure service provides serverless computing, allowing you to run small pieces of code in response to events without managing infrastructure?
Answer options:
A.
Azure Virtual Machines
B.
Azure Kubernetes Service (AKS)
C.
Azure Functions
D.
Azure App Service
How to approach this question
Look for the keywords 'serverless' and 'event-driven code'.
Full Answer
C.Azure Functions✓ Correct
Azure Functions is an event-driven, serverless compute service that can solve complex orchestration problems. You only pay for the compute time you consume.
Common mistakes
Confusing App Service with Functions. Functions are specifically for event-driven, serverless code execution.
Practice the full Azure Fundamentals AZ-900 Practice Exam 6
60 questions · hints · full answers · grading
More questions from this exam
Q01What is the best definition of cloud computing?EasyQ02According to the shared responsibility model, which of the following is ALWAYS the responsibility...EasyQ03Which cloud benefit ensures that an application remains accessible and operational even if a loca...EasyQ04A company wants to move away from purchasing physical servers and instead pay monthly for the com...EasyQ05Which cloud service model provides the highest level of control and flexibility over the operatin...Easy
Expert