- A
Submitting applications to join the Azure AI Engineering team at Microsoft
Why wrong: Job applications are HR — Azure ML jobs are training workload submissions to cloud compute.
- B
Submitting training scripts to managed compute — command, sweep, pipeline, and AutoML job types
Azure ML job submission runs training on managed compute — with job types for single runs, hyperparameter sweeps, pipelines, and AutoML.
- C
Submitting model predictions as batch jobs to process large datasets overnight
Why wrong: Batch inference is handled by batch endpoints — job submission is specifically for training workloads.
- D
Scheduling when model monitoring jobs run to check for data drift
Why wrong: Monitoring scheduling is MLOps — job submission is the mechanism for executing training workloads on Azure ML compute.
Quick Answer
The answer is command, sweep, pipeline, and AutoML—these are the four supported Azure ML training job types. This is correct because Azure Machine Learning’s job submission is the process of sending a training script to a managed compute target for execution, and each job type serves a distinct purpose: command runs a single script, sweep performs hyperparameter tuning, pipeline orchestrates multi-step workflows, and AutoML automates model selection and training. On the AI-900 exam, this concept tests your understanding of how Azure ML operationalizes model training, often appearing in scenario-based questions where you must match a business need to the correct job type. A common trap is confusing sweep with AutoML—remember that sweep tunes hyperparameters for a chosen algorithm, while AutoML selects both the algorithm and its parameters. For a quick memory tip, think “C-SPA”: Command, Sweep, Pipeline, AutoML.
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 'Azure Machine Learning's job submission' and what types of training jobs are supported?
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
Submitting training scripts to managed compute — command, sweep, pipeline, and AutoML job types
Azure Machine Learning's job submission is the process of sending a training script to a managed compute target for execution. The supported job types are command (running a script), sweep (hyperparameter tuning), pipeline (multi-step workflows), and AutoML (automated model selection and training). This makes option B correct because it accurately lists these four job types.
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.
- ✗
Submitting applications to join the Azure AI Engineering team at Microsoft
Why it's wrong here
Job applications are HR — Azure ML jobs are training workload submissions to cloud compute.
- ✓
Submitting training scripts to managed compute — command, sweep, pipeline, and AutoML job types
Why this is correct
Azure ML job submission runs training on managed compute — with job types for single runs, hyperparameter sweeps, pipelines, and AutoML.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Submitting model predictions as batch jobs to process large datasets overnight
Why it's wrong here
Batch inference is handled by batch endpoints — job submission is specifically for training workloads.
- ✗
Scheduling when model monitoring jobs run to check for data drift
Why it's wrong here
Monitoring scheduling is MLOps — job submission is the mechanism for executing training workloads on Azure ML compute.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is confusing training jobs with other job types like batch inferencing or monitoring jobs, leading candidates to select option C or D because they see the word 'job' and assume it covers all Azure ML job types.
Detailed technical explanation
How to think about this question
Under the hood, Azure Machine Learning job submission uses the Azure ML CLI v2 or Python SDK v2 to create a 'job' resource in the workspace. The compute target can be a cluster, instance, or attached compute, and the job is orchestrated by the Azure ML runtime, which handles environment setup, script execution, and output logging. A real-world scenario is a data scientist using a pipeline job to chain data preprocessing, training, and evaluation steps, with each step running on a different compute configuration.
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.
- →
Describe fundamental principles of machine learning on Azure — study guide chapter
Learn the concepts, then practise the questions
- →
Describe fundamental principles of machine learning on Azure practice questions
Targeted practice on this topic area only
- →
All AI-900 questions
1,020 questions across all exam domains
- →
Microsoft Azure AI Fundamentals AI-900 study guide
Full concept coverage aligned to exam objectives
- →
AI-900 practice test guide
How to use practice tests most effectively before exam day
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.
Describe Artificial Intelligence workloads and considerations practice questions
Practise AI-900 questions linked to Describe Artificial Intelligence workloads and considerations.
Describe fundamental principles of machine learning on Azure practice questions
Practise AI-900 questions linked to Describe fundamental principles of machine learning on Azure.
Describe features of computer vision workloads on Azure practice questions
Practise AI-900 questions linked to Describe features of computer vision workloads on Azure.
Describe features of Natural Language Processing workloads on Azure practice questions
Practise AI-900 questions linked to Describe features of Natural Language Processing workloads on Azure.
Describe features of generative AI workloads on Azure practice questions
Practise AI-900 questions linked to Describe features of generative AI workloads on Azure.
AI-900 fundamentals practice questions
Practise AI-900 questions linked to AI-900 fundamentals.
AI-900 scenario practice questions
Practise AI-900 questions linked to AI-900 scenario.
AI-900 troubleshooting practice questions
Practise AI-900 questions linked to AI-900 troubleshooting.
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: Submitting training scripts to managed compute — command, sweep, pipeline, and AutoML job types — Azure Machine Learning's job submission is the process of sending a training script to a managed compute target for execution. The supported job types are command (running a script), sweep (hyperparameter tuning), pipeline (multi-step workflows), and AutoML (automated model selection and training). This makes option B correct because it accurately lists these four job types.
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 →
Same concept, more angles
1 more ways this is tested on AI-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. What is a training job in Azure Machine Learning?
medium- A.A batch prediction job that scores new data against a deployed model
- ✓ B.A single execution of a training script that produces a trained model and tracked metrics
- C.A scheduled report on model performance in production
- D.A data preprocessing pipeline that cleans raw datasets
Why B: A training job in Azure Machine Learning is a single execution of a training script that runs on a specified compute target, producing a trained model and logging metrics, parameters, and artifacts. This is the fundamental unit of model training in Azure ML, distinct from batch inference or data preprocessing.
Last reviewed: Jun 11, 2026
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.
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.
Sign in to join the discussion.