Question 597 of 1,031
Describe Azure architecture and servicesmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is Azure Kubernetes Service (AKS) with Cluster Autoscaler, as this is the only Azure service that combines a fully managed Kubernetes environment with automatic node pool scaling based on real-time application demand. The Cluster Autoscaler works by monitoring pending pod resource requests: when pods cannot be scheduled due to insufficient compute capacity, it automatically scales out the node pool by adding more agent nodes, and when nodes are underutilized for a configurable period, it scales in by removing nodes. On the AZ-900 exam, this question tests your understanding of how Azure abstracts infrastructure management—specifically that AKS handles the control plane while the Cluster Autoscaler handles node-level elasticity. A common trap is confusing the Cluster Autoscaler with the Horizontal Pod Autoscaler, which scales pods, not nodes; remember that the Cluster Autoscaler adjusts the underlying compute nodes themselves. For a quick memory tip, think “Cluster Autoscaler = Node Count, Horizontal Pod Autoscaler = Pod Count.”

AZ-900 Describe Azure architecture and services Practice Question

This AZ-900 practice question tests your understanding of describe azure architecture and services. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Which Azure service provides a managed Kubernetes environment that automatically scales node pools based on application demand?

Question 1mediummultiple choice
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

AKS with Cluster Autoscaler

Azure Kubernetes Service (AKS) with Cluster Autoscaler is the correct answer because it specifically provides a managed Kubernetes environment where the Cluster Autoscaler automatically adjusts the number of agent nodes in a node pool based on pending pod resource requests. When pods cannot be scheduled due to insufficient compute resources, the Cluster Autoscaler scales out the node pool; when nodes are underutilized for a configurable period, it scales in. This is the only option that combines a managed Kubernetes control plane with intelligent, demand-driven node pool scaling.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Azure Container Instances

    Why it's wrong here

    ACI runs individual containers; AKS provides the auto-scaling Kubernetes cluster infrastructure.

  • AKS with Cluster Autoscaler

    Why this is correct

    AKS Cluster Autoscaler adds/removes nodes based on pod scheduling demands, scaling infrastructure automatically.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Azure App Service with auto-scale

    Why it's wrong here

    App Service auto-scales web app instances; AKS Cluster Autoscaler scales Kubernetes nodes.

  • Azure VM Scale Sets

    Why it's wrong here

    VMSS scales identical VMs; AKS Cluster Autoscaler scales Kubernetes nodes to accommodate pods.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse Azure App Service auto-scale or VM Scale Sets with Kubernetes-native autoscaling, but only AKS with Cluster Autoscaler provides a managed Kubernetes environment that scales node pools based on application pod demand rather than infrastructure metrics like CPU usage.

Detailed technical explanation

How to think about this question

The AKS Cluster Autoscaler integrates with the Kubernetes scheduler by monitoring unschedulable pods due to resource constraints (e.g., CPU, memory) and triggers scale-up events by modifying the desired capacity of the underlying VM Scale Set. It also respects pod disruption budgets and node taints during scale-down to avoid terminating pods that cannot be rescheduled. In production, this prevents over-provisioning while ensuring application resilience during traffic spikes, and it can be configured with minimum and maximum node count limits per node pool to control costs.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

An e-commerce site experiences heavy traffic on Black Friday and near-zero traffic during off-peak weeks. Rather than provisioning permanent large VMs, the team uses auto-scaling groups that add capacity automatically under load and reduce it overnight. Questions like this test whether you understand elasticity, availability zones, and cloud compute scaling patterns.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related AZ-900 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free AZ-900 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this AZ-900 question test?

Describe Azure architecture and services — This question tests Describe Azure architecture and services — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: AKS with Cluster Autoscaler — Azure Kubernetes Service (AKS) with Cluster Autoscaler is the correct answer because it specifically provides a managed Kubernetes environment where the Cluster Autoscaler automatically adjusts the number of agent nodes in a node pool based on pending pod resource requests. When pods cannot be scheduled due to insufficient compute resources, the Cluster Autoscaler scales out the node pool; when nodes are underutilized for a configurable period, it scales in. This is the only option that combines a managed Kubernetes control plane with intelligent, demand-driven node pool scaling.

What should I do if I get this AZ-900 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more ways this is tested on AZ-900

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. Which Azure service provides a managed Kubernetes environment that reduces the complexity and operational overhead of running Kubernetes?

medium
  • A.Azure Container Instances
  • B.Azure Kubernetes Service
  • C.Azure Container Apps
  • D.Azure App Service

Why B: Azure Kubernetes Service (AKS) is the correct answer because it is a managed Kubernetes service that handles critical operational tasks such as health monitoring, patching, and upgrades of the control plane, thereby reducing the complexity and overhead of running Kubernetes. Unlike unmanaged Kubernetes, AKS abstracts the master node management, allowing you to focus on deploying and managing your containerized applications.

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This AZ-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-900 exam.