AI-900 Practice Question: Describe fundamental principles of machine learning on Azure
What is 'Azure Machine Learning compute' and what types are available?
⚠ Common exam trap
A common mix-up: candidates confuse the abstract concept of 'compute' (the infrastructure) with the mathematical computations or performance metrics, leading candidates to pick A or C instead of recognizing it as a managed cloud resource.
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
✓
The managed cloud infrastructure (VMs, clusters) used to run ML training and inference workloads
Azure Machine Learning compute is a managed cloud infrastructure that provides on-demand virtual machines (VMs) and clusters for running machine learning training and inference workloads. It abstracts away the underlying hardware management, allowing you to dynamically scale compute resources up or down based on job requirements, and supports both CPU and GPU instances for different model types.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The mathematical computations performed by the model during training
Why it's wrong here
The mathematical computations performed by the model during training are the forward and backward passes, loss calculations, and gradient updates that run inside a training script. These are logical operations defined in code, not the infrastructure that executes them. In Azure ML, compute refers to the actual compute targets — VMs or clusters — that are provisioned to run that script, so the operations themselves are not Azure ML compute.
- ✓
The managed cloud infrastructure (VMs, clusters) used to run ML training and inference workloads
Why this is correct
Azure ML compute is the managed cloud infrastructure used to run ML training and inference workloads. It encompasses compute instances for interactive development, compute clusters for scalable parallel training with auto-scaling and job scheduling, and inference clusters for deploying models as endpoints. These compute targets abstract away the need to manage raw VMs, providing integrated security, identity, and integration with Azure ML pipelines.
- ✗
The number of floating-point operations a model performs per second
Why it's wrong here
FLOPS (floating-point operations per second) is a hardware performance metric used to gauge a machine's throughput or a model's arithmetic intensity. Azure ML compute is a set of managed cloud resources, such as CPU and GPU virtual machines, that you select and operate. The service is not a measurement of how many floating-point operations a model performs; it's the infrastructure on which such operations are executed.
- ✗
A billing calculator that estimates the cost of running machine learning workloads
Why it's wrong here
Azure ML compute is not a cost estimation tool; it is a managed infrastructure service that runs machine learning workloads. The Azure Pricing Calculator or Azure Cost Management are the services that estimate and monitor cloud spending. While using compute targets incurs charges based on VM size and runtime, the compute service itself exists to execute jobs, not to calculate their cost.
Go deeper
Related to this question
Learn chapter
Types of AI Workloads
Key term
Model
In IT and AI, a model is a trained mathematical representation that learns patterns from data to make predictions or decisions.
Key term
Azure Machine Learning
Azure Machine Learning is a cloud service for building, training, and deploying machine learning models at scale.
About these practice questions
Courseiva writes every AI-900 question from scratch — 985 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AI-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 AI-900 exam.