Easy1 markMultiple Choice
AZ-900 · Question 24 · Domain 2.2: Azure Compute Services
Which Azure compute service is best described as 'serverless' and executes code only when triggered by an event?
Which Azure compute service is best described as 'serverless' and executes code only when triggered by an event?
Answer options:
A.
Azure Virtual Machines
B.
Azure App Service
C.
Azure Functions
D.
Azure Kubernetes Service (AKS)
How to approach this question
Match the term 'serverless' and 'event-driven' to the correct Azure service.
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.
Common mistakes
Confusing App Service with Functions. Functions are specifically for event-driven, short-lived executions.
Practice the full Azure Fundamentals AZ-900 Practice Exam 1
60 questions · hints · full answers · grading
More questions from this exam
Q01Which of the following best describes cloud computing?EasyQ02True or False: In an Infrastructure as a Service (IaaS) model, the cloud provider is responsible ...EasyQ03Which TWO of the following are recognized cloud deployment models? (Select TWO)MediumQ04What is the primary benefit of high availability in cloud computing?EasyQ05Which financial model allows a company to pay only for the computing resources they use, rather t...Easy
Expert