Easy1 markMultiple Choice
AZ-900 · Question 25 · Domain 2.2: Azure Compute Services
Which Azure service provides a serverless computing experience where you only pay for the exact time your code is running?
Which Azure service provides a serverless computing experience where you only pay for the exact time your code is running?
Answer options:
A.
Azure Virtual Machines
B.
Azure App Service
C.
Azure Functions
D.
Azure Kubernetes Service (AKS)
How to approach this question
Identify the primary serverless compute offering in Azure.
Full Answer
C.Azure Functions✓ Correct
Azure Functions
Azure Functions is Microsoft's primary serverless compute service. It abstracts the underlying infrastructure completely, allowing developers to focus solely on code. Billing is based on the number of executions and execution time.
Common mistakes
Choosing App Service. While App Service is PaaS, Functions is specifically 'serverless' (FaaS).
Practice the full Azure Fundamentals AZ-900 Practice Exam 4
60 questions · hints · full answers · grading
More questions from this exam
Q01What is the primary definition of cloud computing?EasyQ02Under the shared responsibility model, which of the following is ALWAYS the responsibility of the...MediumQ03True or False: In a public cloud deployment model, you must purchase and manage your own physical...EasyQ04A company wants to move away from purchasing physical servers and instead pay monthly for the com...MediumQ05Which TWO of the following are primary benefits of using cloud computing? (Select TWO)Easy
Expert