Question 923 of 1,020

Quick Answer

The correct answer is that training creates models from data, while inference uses trained models to make predictions. This distinction is fundamental because training is the phase where a machine learning model learns patterns by adjusting its internal parameters—like weights in a neural network—to minimize error on a given dataset, whereas inference applies those learned patterns to new, unseen data to generate outputs such as classifications or predictions. On the Microsoft Azure AI Fundamentals AI-900 exam, this concept tests your understanding of the machine learning lifecycle, often appearing in questions about Azure Machine Learning workflows where training uses compute targets like GPU clusters and inference involves deploying models as real-time endpoints or batch pipelines. A common trap is confusing inference with evaluation, but remember: evaluation tests the model on known data during training, while inference handles brand-new data after deployment. For a quick memory tip, think of training as “learning the recipe” and inference as “cooking the dish.”

AI-900 Practice Question: Describe fundamental principles of machine learning on Azure

This AI-900 practice question tests your understanding of describe fundamental principles of machine learning on azure. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. 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.

What is the difference between 'training' and 'inference' in machine learning?

Question 1easymultiple 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

Training creates models from data; inference uses trained models to make predictions

Option A is correct because training is the phase where a machine learning model learns patterns from labeled or unlabeled data by adjusting its internal parameters (e.g., weights in a neural network) to minimize a loss function. Inference is the subsequent phase where the trained model applies those learned patterns to new, unseen data to generate predictions or classifications. In Azure Machine Learning, training typically involves running a script on a compute target (e.g., a GPU cluster) and registering the resulting model, while inference is performed by deploying that model as a real-time endpoint or batch pipeline.

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.

  • Training creates models from data; inference uses trained models to make predictions

    Why this is correct

    Training = learning from data (expensive, offline); Inference = predicting on new data with the trained model (fast, production).

    Related concept

    Read the scenario before looking for a memorised answer.

  • Training is for testing models; inference is for training them

    Why it's wrong here

    This is reversed — training teaches the model; inference applies it to make predictions.

  • They are the same process with different names for clarity

    Why it's wrong here

    Training and inference are fundamentally different — training adjusts model parameters; inference uses frozen parameters to predict.

  • Training is for image models; inference is for text models

    Why it's wrong here

    Both training and inference apply to all model types — the distinction is learning vs. predicting, not data modality.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse the terms 'training' and 'inference' as interchangeable or domain-specific, when in fact they represent distinct lifecycle phases with different computational and operational requirements in Azure Machine Learning.

Detailed technical explanation

How to think about this question

Under the hood, training involves forward and backward propagation to update model parameters via gradient descent, often using frameworks like PyTorch or TensorFlow on Azure GPU clusters. Inference, by contrast, performs only a forward pass with fixed weights, and can be optimized for latency using ONNX Runtime or quantized models. A real-world scenario is deploying a fraud detection model: training occurs offline on historical transaction data, while inference must happen in milliseconds on live transactions to flag suspicious activity.

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 AI-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 AI-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 AI-900 question test?

Describe fundamental principles of machine learning on Azure — This question tests Describe fundamental principles of machine learning on Azure — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Training creates models from data; inference uses trained models to make predictions — Option A is correct because training is the phase where a machine learning model learns patterns from labeled or unlabeled data by adjusting its internal parameters (e.g., weights in a neural network) to minimize a loss function. Inference is the subsequent phase where the trained model applies those learned patterns to new, unseen data to generate predictions or classifications. In Azure Machine Learning, training typically involves running a script on a compute target (e.g., a GPU cluster) and registering the resulting model, while inference is performed by deploying that model as a real-time endpoint or batch pipeline.

What should I do if I get this AI-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

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 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.