AI-900 Practice Question: Describe fundamental principles of machine learning on Azure
What is AutoML in Azure Machine Learning and what does it automate?
⚠ Common exam trap
Candidates often confuse automation of model building with automation of the entire ML lifecycle, including deployment or data collection, leading them to select options A or C.
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 selecting algorithms, engineering features, and tuning hyperparameters to find the best model
AutoML in Azure Machine Learning automates the iterative process of algorithm selection, feature engineering, and hyperparameter tuning to identify the best-performing model for a given dataset. It systematically evaluates multiple machine learning pipelines and returns the model with the highest metric score, reducing manual trial-and-error. This helps data scientists and non-experts build high-quality models efficiently.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Automatically deploying models to production without human review
Why it's wrong here
AutoML's output is a trained model, not an automatically deployed production endpoint; deployment remains an MLOps process that includes human review, registry registration, approval gates, and monitoring. Automatically pushing a model to production without human review would violate responsible AI principles, as it skips fairness checks, performance validation, and rollback planning. AutoML stops at model selection and evaluation, leaving deployment to governed, human-in-the-loop pipelines.
- ✓
Automatically selecting algorithms, engineering features, and tuning hyperparameters to find the best model
Why this is correct
AutoML automates the end-to-end model building pipeline: given a training dataset and a target metric, it selects candidate algorithms, performs feature engineering such as imputation and one-hot encoding, and tunes hyperparameters using techniques like Bayesian optimization. The service runs multiple experiments in parallel and returns the highest-performing model according to the specified validation metric, relieving data scientists from tedious trial-and-error tuning.
- ✗
Automatically collecting and labeling training data from the internet
Why it's wrong here
AutoML operates exclusively on data that has already been collected, cleaned, and labeled; it does not perform web scraping or annotation of external data. Data acquisition and labeling are inherently manual or semi-automated tasks that require human judgment for quality and ethical compliance, and automating them via internet harvesting would conflict with responsible AI and data governance principles.
- ✗
Automatically writing Python code for custom ML algorithms
Why it's wrong here
AutoML does not synthesize new Python implementations of algorithms; it iterates over an existing library of model families (e.g., LightGBM, RandomForest) and automatically tunes their parameters. Writing bespoke Python code for custom algorithms is a generative AI capability, not a function of AutoML, which is constrained to using predefined algorithms applied to a prepared dataset.
Go deeper
Related to this question
Learn chapter
Machine Learning Core Concepts
Key term
Machine learning
Machine learning is a branch of artificial intelligence where computers learn patterns from data to make decisions or predictions without being explicitly programmed for every task.
Key term
Model
In IT and AI, a model is a trained mathematical representation that learns patterns from data to make predictions or decisions.
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.