AI-900 Practice Question: Describe fundamental principles of machine learning on Azure
What is 'automated machine learning' (AutoML) in Azure Machine Learning?
⚠ Common exam trap
It's easy for candidates to confuse AutoML with simple scheduled retraining (option A) or with automated data labeling (option C), but the core definition of AutoML is specifically about automating the algorithm selection and hyperparameter tuning process.
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
✓
Automatically iterating through algorithms and hyperparameters to find the best model for a dataset
Automated machine learning (AutoML) in Azure Machine Learning automates the process of selecting the best machine learning algorithm and tuning its hyperparameters for a given dataset. It iterates through multiple combinations of algorithms and hyperparameter values, evaluating each model's performance to identify the optimal solution without manual intervention. This is why option B is correct.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
A system that automatically retrains models on a fixed daily schedule
Why it's wrong here
Fixed daily retraining is a form of MLOps lifecycle automation and operational cadence, not AutoML itself. AutoML is specifically concerned with automating the search over model families, preprocessing pipelines, and hyperparameter configurations to optimize a given metric. While a schedule can trigger an AutoML run, the scheduling mechanism alone neither selects algorithms nor tunes hyperparameters, so it misses the core definitional feature of AutoML.
- ✓
Automatically iterating through algorithms and hyperparameters to find the best model for a dataset
Why this is correct
AutoML, or Automated Machine Learning, systematically explores a defined search space of candidate algorithms (e.g., linear regression, tree ensembles, deep networks) and their hyperparameter configurations. It uses techniques like Bayesian optimization, random search, or early termination to evaluate many candidates against a validation metric and automatically selects the best-performing model. This directly replaces the manual, iterative trial-and-error performed by a data scientist, which is the central capability that defines AutoML.
- ✗
Automatically labelling training data using existing model predictions
Why it's wrong here
Automatically labeling training data using existing model predictions describes 'pseudo-labeling' or ML-assisted data labeling, which is a semi-supervised learning or human-in-the-loop annotation technique. AutoML does not create labels; it consumes labeled training data to search over models and hyperparameters. Labeling deals with data preparation and ground truth generation, whereas AutoML addresses the model selection and optimization phase, so this option conflates two separate stages of the ML pipeline.
- ✗
A robot that physically connects GPU hardware for distributed training
Why it's wrong here
A robot physically connecting GPU hardware for distributed training is a hardware provisioning and infrastructure orchestration task, not an AutoML capability. AutoML operates purely at the software level, exploring algorithms and hyperparameters within a given computational environment. While AutoML runs may exploit distributed GPU clusters to speed up the search, the automation of physical hardware assembly is unrelated to the intelligent model-selection logic that AutoML provides, making this option definitively incorrect.
Go deeper
Related to this question
Learn chapter
Machine Learning Core Concepts
Key term
Azure Machine Learning
Azure Machine Learning is a cloud service for building, training, and deploying machine learning models at scale.
Key term
AutoML
Automated Machine Learning (AutoML) is a set of tools and techniques that automate the process of building, training, and tuning machine learning models without requiring deep expertise in data science.
About these practice questions
This AI-900 question is part of Courseiva's 985-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 →
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.