Easy1 markMultiple Choice
AZ-900 · Question 24 · Domain 2.2: Azure Compute Services
Which Azure service provides serverless computing, allowing you to run event-driven code without managing infrastructure?
Which Azure service provides serverless computing, allowing you to run event-driven code 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
Azure Functions is a serverless solution that allows you to write less code, maintain less infrastructure, and save on costs. You only pay for the compute time your code actually uses when triggered by an event.
Common mistakes
Choosing App Service. While both are PaaS, Functions is specifically the serverless, event-driven offering.
Practice the full Azure Fundamentals AZ-900 Practice Exam 7
60 questions · hints · full answers · grading
More questions from this exam
Q1What is the primary definition of cloud computing?EasyQ2True or False: In the shared responsibility model, the customer is always responsible for the sec...EasyQ3Which TWO of the following are characteristics of a public cloud? (Select TWO)MediumQ4Which cloud benefit describes the ability of a system to remain operational for a high percentage...EasyQ5A company wants to transition from purchasing physical servers to paying a monthly fee based on t...Easy
Expert