Medium1 markMultiple Choice
AZ-900 · Question 26 · Domain 2.2: Azure Compute Services
A company wants to deploy a complex microservices architecture using containers. They need advanced orchestration, scaling, and management features. Which Azure service should they choose?
A company wants to deploy a complex microservices architecture using containers. They need advanced orchestration, scaling, and management features. Which Azure service should they choose?
Answer options:
A.
Azure Container Instances (ACI)
B.
Azure Kubernetes Service (AKS)
C.
Azure Virtual Machines
D.
Azure Functions
How to approach this question
Look for the keyword 'orchestration' when dealing with containers.
Full Answer
B.Azure Kubernetes Service (AKS)✓ Correct
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS) is a managed container orchestration service based on the open-source Kubernetes system. It is ideal for complex microservices architectures that require automated scaling, load balancing, and management of multiple containers.
Common mistakes
Choosing ACI. ACI is great for running a quick container, but lacks the orchestration features needed for complex microservices.
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