Medium1 markMultiple Choice
AZ-900 · Question 26 · Domain 2.2: Azure Compute Services
Select TWO Azure compute services that are considered 'serverless'.
Select TWO Azure compute services that are considered 'serverless'.
Answer options:
A.
Azure Virtual Machines
B.
Azure Functions
C.
Azure Kubernetes Service (AKS)
D.
Azure Container Instances (ACI)
E.
Azure Dedicated Host
How to approach this question
Identify the services where you do not have to provision or manage any underlying virtual machines.
Full Answer
Azure Functions AND Azure Container Instances (ACI)
Azure Functions and Azure Container Instances (ACI) are both considered serverless compute offerings. With both services, you do not provision, manage, or patch any underlying servers; Azure handles all infrastructure management dynamically.
Common mistakes
Selecting AKS. While AKS orchestrates containers, you still manage the VM node pools (unless using AKS virtual nodes backed by ACI).
Practice the full Azure Fundamentals AZ-900 Practice Exam 5
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...MediumQ03Which cloud model combines on-premises infrastructure with a public cloud, allowing data and appl...EasyQ04True or False: Moving to a public cloud typically requires a significant upfront Capital Expendit...EasyQ05An e-commerce website experiences a sudden spike in traffic during a holiday sale. The system aut...Medium
Expert