Courseiva

AZ-204 Practice Question: Monitor, troubleshoot, and optimize Azure solutions

Match each Azure container service to its primary use case.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Run containers on demand without orchestration

Managed Kubernetes cluster for orchestration

Serverless containers for microservices

Platform for building and managing microservices

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: Orchestrates containerized applications at scale using Kubernetes.

The correct matches are: AKS → orchestration with Kubernetes; ACI → on-demand containers; ACR → image registry; Container Apps → serverless containers with autoscaling. Common confusions include swapping AKS with ACI or mixing orchestration with simple container execution.

Answer analysis

Option-by-option breakdown

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

  • AKS: Orchestrates containerized applications at scale using Kubernetes.

    Why this is correct

    Azure Kubernetes Service (AKS) is a fully managed Kubernetes offering that simplifies the deployment, management, and scaling of containerized applications. It provides a robust control plane and automates operations like patching and upgrades, allowing developers to focus on their applications rather than infrastructure. AKS is ideal for complex microservice architectures requiring advanced networking, load balancing, and continuous deployment capabilities.

  • ACI: Runs isolated containers on demand without managing underlying infrastructure.

    Why this is correct

    Azure Container Instances (ACI) offers a serverless platform to run individual Docker containers directly, without the need to provision or manage virtual machines or orchestrators. It provides instant compute capacity, making it perfect for burst workloads, short-lived tasks, or simple applications that don't require the full orchestration capabilities of Kubernetes. Users only pay for the compute resources consumed by their running containers.

  • ACR: Stores and manages private container images for secure deployments.

    Why this is correct

    Azure Container Registry (ACR) is a managed, private Docker registry service that stores and manages container images and OCI artifacts, such as Helm charts. It provides secure, geo-replicated storage for your application images, ensuring they are readily available and performant for deployments across Azure regions. ACR integrates seamlessly with Azure services like AKS and Azure DevOps for streamlined CI/CD pipelines and secure image distribution.

  • Container Apps: Builds and deploys containerized applications with built-in autoscaling and serverless compute.

    Why this is correct

    Azure Container Apps is a fully managed serverless platform designed for running microservices and containerized applications. It provides built-in capabilities for automatic scaling based on HTTP traffic, events, or CPU/memory usage, leveraging KEDA for event-driven scaling. This service simplifies the deployment of applications that require features like Dapr for microservice communication, Envoy for traffic management, and integrated HTTPS endpoints, without managing complex infrastructure.

  • AKS: Runs isolated containers on demand without managing underlying infrastructure.

    Why it's wrong here

    This statement incorrectly describes Azure Kubernetes Service (AKS). AKS is a powerful container orchestrator designed for managing complex, scaled-out applications using Kubernetes, which involves managing node pools and a control plane. It is not intended for running single, isolated containers on demand in a serverless fashion without managing any underlying infrastructure, which is the primary use case for Azure Container Instances (ACI).

  • ACI: Orchestrates containerized applications at scale using Kubernetes.

    Why it's wrong here

    This statement incorrectly describes Azure Container Instances (ACI). ACI is a serverless service for running individual containers or small groups of containers directly, without the overhead of a full orchestrator. It does not provide the robust orchestration capabilities, advanced networking, or scaling features for complex applications that are inherent to Kubernetes, which is the core offering of Azure Kubernetes Service (AKS).

Quick reference

Cloud Service Model Comparison

ModelYou ManageProvider ManagesExamples
IaaSOS, runtime, apps, dataHardware, hypervisor, networkingEC2, Azure VMs, GCP Compute Engine
PaaSApps and dataOS, runtime, middleware, hardwareElastic Beanstalk, Azure App Service
SaaSData and settings onlyEverything elseMicrosoft 365, Salesforce, Workday
FaaS / ServerlessFunction code onlyInfra, scaling, runtimeLambda, Azure Functions, Cloud Run
CaaSContainers and appsKubernetes, OS, hardwareEKS, AKS, GKE

About these practice questions

This AZ-204 question is part of Courseiva's 881-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This AZ-204 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-204 exam.