Courseiva

Azure ML Job Submission and Training Job Types

What is 'Azure Machine Learning's job submission' and what types of training jobs are supported?

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.

⚠ Common exam trap

Many exam-takers confuse 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.

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.

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.

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

About these practice questions

One of 985 original AI-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not 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 way 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.

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.