Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

← Describe fundamental principles of machine learning on Azure practice sets

AI-900 Describe fundamental principles of machine learning on Azure • Complete Question Bank

AI-900 Describe fundamental principles of machine learning on Azure — All Questions With Answers

Complete AI-900 Describe fundamental principles of machine learning on Azure question bank — all 0 questions with answers and detailed explanations.

207
Questions
Free
No signup
Certifications/AI-900/Practice Test/Describe fundamental principles of machine learning on Azure/All Questions
Question 1mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist wants to train a machine learning model to predict the exact market price of a house based on features such as square footage, number of bedrooms, and location. Which type of machine learning task should be used?

Question 2mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist has trained a binary classification model to predict whether an email is spam (positive) or not spam (negative). On a test set, the model correctly identifies 90 out of 100 actual spam emails and 80 out of 100 actual non-spam emails. Which metric shows the proportion of actual spam emails that the model correctly predicted?

Question 3mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A retail company wants to predict which customers are likely to stop using their service. They have a dataset with many customer attributes including age, income, purchase history, website activity, and support interactions. They suspect some features are redundant. Which technique should they use to reduce the number of features while preserving as much information as possible?

Question 4easymultiple choice
Read the full NAT/PAT explanation →

A retail company wants to automatically group its customers into distinct segments based on their purchasing patterns, without having pre-defined categories. The goal is to discover natural groupings in the customer data to tailor marketing campaigns. Which type of machine learning task should the company use?

Question 5mediummultiple choice
Read the full NAT/PAT explanation →

A hospital has a dataset with historical patient records, each labeled as either 'readmitted within 30 days' or 'not readmitted'. The hospital wants to train a model to predict which current patients are likely to be readmitted. Which type of machine learning task is this?

Question 6easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a machine learning model to predict housing prices. On the training data, the model achieves an R-squared value of 0.99, but on a separate validation dataset it achieves an R-squared of only 0.65. What is the most likely issue with this model?

Question 7mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a machine learning model on a dataset of housing prices. The model achieves 98% accuracy on the training data but only 72% accuracy on a separate test set. What is the most likely problem with this model?

Question 8easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A retail company wants to predict the exact number of units of a product that will be sold next month. They have historical sales data and information about promotions and holidays. The target variable is the number of units sold, which is a continuous value. Which type of machine learning task should they perform?

Question 9mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a regression model on a dataset with 100 features and 10,000 samples. The model achieves a low training error but a much higher error on a held-out test set. Which approach is most likely to improve the model's generalization performance?

Question 10hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist is training a binary classification model to detect fraudulent transactions. The dataset contains only 1% fraudulent transactions. The model achieves 99% accuracy on the test set, but when deployed, it fails to detect most actual fraud cases. Which metric would best reveal this issue?

Question 11mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist is building a classification model to predict customer churn. The dataset has only 5% churn cases. The model achieves 95% accuracy on the test set, but upon investigation, the data scientist finds the model predicts 'not churn' for nearly every customer. Which metric should the data scientist primarily use to evaluate the model's performance on this imbalanced dataset?

Question 12mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A bike-sharing company wants to predict the number of rentals per hour. Their model's predictions are usually close but occasionally have large errors due to unexpected events like sudden rain. They want a metric that heavily penalizes these large errors to ensure the model is not overly confident. Which evaluation metric should they primarily use?

Question 13mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a regression model to predict house prices. The model has a mean absolute error (MAE) of $5,000 on the test set. Which statement best interprets this metric?

Question 14easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A company builds a machine learning model to predict whether a customer will purchase a product. They use a training dataset with 50% purchasers and 50% non-purchasers. The model achieves 90% accuracy on the test set. However, when deployed, the model performs poorly because the actual customer base has only 5% purchasers. What is the most likely cause of this poor performance?

Question 15easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a classification model to distinguish between images of cats and dogs. The model achieves 99% accuracy on the training set but only 75% accuracy on a validation set. Which concept best describes this situation?

Question 16easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist is building a model to predict the exact temperature in degrees Celsius based on humidity and atmospheric pressure. The model will output a single numeric value for each input. Which type of machine learning task is this?

Question 17mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A media company wants to automatically organize a large collection of news articles into several topic-based categories (e.g., politics, sports, technology) without using any predefined labels. They plan to use Azure Machine Learning. Which type of machine learning task should they use?

Question 18mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A retail company wants to segment its customers into different groups based on purchasing behavior, without using predefined categories. Which type of machine learning task should they use?

Question 19mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a deep neural network on a small dataset. The model achieves 100% accuracy on the training data but only 60% accuracy on a validation set. Which technique is most appropriate to address this issue?

Question 20hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

An online retailer wants to build a recommendation system that learns from user interactions. The system suggests a product, and if the user clicks it, it receives a positive reward; if ignored, a negative reward. Over time, the system learns to make better suggestions. Which type of machine learning best describes this approach?

Question 21mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A manufacturing team wants to predict product defects based on sensor readings from the production line. They have 10,000 historical samples, each labeled as 'defective' or 'non-defective'. Which type of machine learning should they use in Azure Machine Learning?

Question 22mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a classification model to predict whether an email is 'phishing' or 'legitimate'. The model achieves 99% accuracy on the training data but only 68% accuracy on the test data. Which action is most likely to help improve the model's generalization performance?

Question 23hardmultiple choice
Read the full NAT/PAT explanation →

A data scientist is training a regression model to predict house prices. The model performs near perfectly on the training data but poorly on a held-out test set. The scientist suspects the model is memorizing the training data instead of learning general patterns. Which technique is most appropriate to directly address this issue?

Question 24mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist is building a machine learning model to predict whether a credit card transaction is fraudulent or legitimate. The dataset contains 100,000 historical transactions, each labeled as 'fraudulent' or 'legitimate'. Which type of machine learning task should the data scientist use in Azure Machine Learning?

Question 25mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist is training a classification model on a dataset with 100 features and only 500 labeled samples. The model achieves 99% accuracy on the training data but only 68% accuracy on a held-out test set, indicating overfitting. Which technique is most appropriate to directly address this problem?

Question 26hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist is building a classification model to detect fraudulent transactions. The dataset has 1,000,000 legitimate transactions and only 1,000 fraudulent ones. The model achieves 99.9% accuracy on the test set, but it fails to catch most fraudulent cases. Which metric should the data scientist prioritize to better evaluate the model's performance on this imbalanced dataset?

Question 27easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a binary classification model to distinguish between images of cats and dogs. On the test set, the model achieves 98% accuracy, but a deeper inspection reveals that the test set contains 95% cats and 5% dogs, and the model predicts 'cat' for every single image. Which metric should the data scientist prioritize to get a more realistic evaluation of the model's performance on this imbalanced dataset?

Question 28mediummultiple choice
Read the full NAT/PAT explanation →

A retail company has a dataset of customer transaction records with no predefined categories. They want to identify natural groupings of customers based on their purchasing behavior to create targeted marketing campaigns. Which type of machine learning should they use in Azure Machine Learning?

Question 29mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a regression model to predict house prices using features like square footage, number of bedrooms, and location. The model achieves very high accuracy on the training data but performs poorly on a held-out test set. Which technique should the data scientist apply to reduce overfitting?

Question 30easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist has a dataset containing thousands of labeled images of cats and dogs. The data scientist wants to train a model that can automatically classify new unlabeled images as either 'cat' or 'dog'. Which type of machine learning should the data scientist use?

Question 31hardmultiple choice
Read the full NAT/PAT explanation →

A data scientist is training a logistic regression model to predict customer churn using a small dataset with 500 records and 200 features. The model achieves 97% accuracy on the training set but only 65% on a held-out test set, indicating severe overfitting. The data scientist wants to reduce overfitting by automatically eliminating irrelevant features. Which technique should the data scientist apply?

Question 32easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist uses Azure Machine Learning to train a model that predicts the electricity consumption (in kilowatt-hours) of a building based on features like building age, square footage, and number of occupants. The data scientist wants to evaluate how accurately the model's predictions match the actual consumption values. Which evaluation metric is most appropriate for this regression task?

Question 33hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist has a small dataset with only 200 labeled samples. They want to get a reliable estimate of model performance without using a separate validation set that would reduce the training data. Which technique should the data scientist use in Azure Machine Learning to obtain this reliable estimate?

Question 34mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist is training a regression model to predict house prices in Azure Machine Learning. The model uses features like square footage, number of bedrooms, and location (zip code). The data scientist notices that the model has a very low error on the training data but a high error on the test data. Which technique should the data scientist apply during model training to reduce overfitting by penalizing large coefficients?

Question 35easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A robotics company is training a drone to fly autonomously through an obstacle course. The drone receives positive rewards for staying on course and avoiding obstacles, and negative rewards for collisions. The system learns by trial and error to maximize its cumulative reward. Which type of machine learning is being used?

Question 36mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist is building a binary classification model to predict fraudulent credit card transactions. The dataset is highly imbalanced: only 1% of transactions are fraudulent. The cost of a false negative is very high because missing a fraudulent transaction can lead to significant financial loss. Which evaluation metric should the data scientist prioritize to minimize false negatives?

Question 37mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist is training a regression model to predict house prices using features like square footage, number of bedrooms, and location. After evaluating the model on a test set, the data scientist wants to select a metric that measures the average magnitude of prediction errors in the same units as the target variable (price). Which evaluation metric should the data scientist use?

Question 38mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a regression model to predict the selling price of houses. After evaluating on a test set, the data scientist wants a metric that measures the average absolute error between predicted and actual prices, expressed in the same units (dollars) as the target variable. Which evaluation metric should the data scientist use?

Question 39mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist is training a model to classify customer reviews as positive, negative, or neutral. The dataset contains 10,000 reviews, but only 500 of them are negative. The data scientist wants to ensure the model performs well on the minority class (negative reviews). Which technique should the data scientist consider to address the class imbalance?

Question 40easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist wants to group customers into segments based on purchasing behavior without using any labeled examples. Which type of machine learning is this?

Question 41hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist is using Azure Automated Machine Learning to build a binary classification model for a highly imbalanced dataset (95% negative, 5% positive). The data scientist wants AutoML to select the best model based on a metric that is robust to class imbalance. Which primary metric should the data scientist configure in the AutoML settings?

Question 42hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A botanist uses Azure Automated Machine Learning to train a model that classifies iris flowers into three species: setosa, versicolor, and virginica. The dataset contains exactly 50 examples of each species, making it perfectly balanced. The botanist wants the primary metric to give equal importance to the classification performance of each species, regardless of their frequency. Which primary metric should the botanist select in Azure AutoML?

Question 43easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist is preparing a dataset to train a model that predicts customer churn. The dataset includes a column 'CustomerID' which is a unique identifier for each customer. Should the data scientist include the 'CustomerID' column as a feature in the training data?

Question 44easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A retail company wants to automatically group customers into segments based on their purchasing history, age, and location without using any predefined labels. The goal is to identify distinct customer profiles for targeted marketing campaigns. Which type of machine learning approach should they use?

Question 45mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist is training a model to predict whether a customer will purchase a product (Yes/No). The dataset contains 90% 'No' and 10% 'Yes'. After training, the model achieves 90% accuracy. Which evaluation metric would be more informative to assess the model's performance on the minority class?

Question 46mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist is training a regression model to predict house prices. The data scientist wants to evaluate the model using a metric that penalizes large prediction errors significantly more than small errors. Which evaluation metric should the data scientist choose?

Question 47mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist has a dataset containing images of handwritten digits (0-9) where each image is labeled with the correct digit. The goal is to train a model that can predict the digit from a new image. Which type of machine learning approach should be used?

Question 48mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist has a dataset containing information about houses: size (sq ft), number of bedrooms, location, and the actual sale price. The goal is to train a model that predicts the price of a new house based on these features. Which type of machine learning task is this?

Question 49mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a machine learning model on historical sales data to predict future sales volume. The model achieves 99% accuracy on the training dataset but only 75% accuracy on a separate test dataset. What is the most likely issue with this model?

Question 50mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a classification model to predict whether an email is spam or not. The model achieves 98% accuracy on the test set, but upon inspection, it classifies all emails as 'not spam' because the dataset has 95% non-spam emails. What is the most likely issue?

Question 51hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data science team trains several machine learning models for a regression task. They observe that Model A has low training error and low test error. Model B has low training error but high test error. Model C has high training error and high test error. Which model would most likely benefit from an ensemble technique that averages the predictions of multiple models?

Question 52mediummultiple choice
Read the full NAT/PAT explanation →

A data scientist has a dataset containing customer transaction records with features such as age, income, and purchase history, but no labels. The goal is to identify natural groupings of customers for a targeted marketing campaign. Which type of machine learning should be used?

Question 53mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist is building a machine learning model to predict the number of daily bike rentals in a city based on weather data and day of the week. The target variable is a continuous integer. Which type of machine learning task is this?

Question 54mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a linear regression model to predict house prices. The model's training error is very high, and its test error is nearly as high. Which term best describes this situation?

Question 55mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a model to predict house prices. The model achieves 99% accuracy on the training data but only 80% accuracy on new test data. Which technique is most likely to help improve the model's generalization?

Question 56mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a model to predict customer churn. The dataset includes features like age, income, and number of support calls. The model performs well on historical data but poorly on new data from a different customer segment. Which technique is most likely to help improve generalization?

Question 57mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A robotics team is training a robot to navigate a maze. The robot receives a positive reward (+10) when it reaches the exit and a negative reward (-1) every time it bumps into a wall. The robot learns to maximize its cumulative reward over multiple trials. Which type of machine learning is being used?

Question 58easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist wants to train a model that predicts whether a customer will respond to a marketing offer (yes or no). The dataset includes features such as age, income, past purchase history, and the labeled outcome (responded or not responded) for previous customers. Which type of machine learning is this?

Question 59mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a binary classification model to detect fraudulent transactions. The dataset contains only 1% fraudulent cases. The model predicts 'not fraudulent' for all transactions and achieves 99% accuracy. Which metric would best reveal the model's poor performance on fraud detection?

Question 60mediummultiple choice
Read the full NAT/PAT explanation →

A data scientist is training a model to predict whether a patient has a rare disease (1% prevalence). The model predicts 'no disease' for all patients and achieves 99% accuracy, but fails to identify any actual cases. Which metric would best reveal this failure?

Question 61mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a machine learning model to predict house prices based on features like square footage, number of bedrooms, and location. The model achieves a very low error on the training data but performs poorly on a held-out test set. Which term best describes this situation?

Question 62easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A retail company has historical data about customers, including age, purchase history, and whether they have churned (yes/no). They want to train a model that predicts if a new customer will churn. Which type of machine learning should they use?

Question 63mediummultiple choice
Read the full NAT/PAT explanation →

A medical research team trains a model to detect a rare disease from lab results. The disease occurs in only 1% of patients. The model predicts 'no disease' for every patient and achieves 99% accuracy. Which metric best reveals that the model is failing to identify actual disease cases?

Question 64mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A manufacturer trains a model to detect defective parts on an assembly line. Only 2% of parts are defective. The model predicts 'non-defective' for all parts and achieves 98% accuracy. Which metric best reveals the model's inability to identify defective parts?

Question 65mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a classification model on a dataset of 10,000 labeled emails to distinguish spam from non-spam. The model achieves 99% accuracy on the training data but only 70% accuracy on a held-out test set. Which term best describes this situation?

Question 66easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A real estate company has a dataset containing square footage, number of bedrooms, and location for 10,000 houses, along with their sale prices. They want to train a model that predicts the sale price of a new house based on these features. Which type of machine learning should they use?

Question 67hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist is evaluating a binary classification model that predicts whether a transaction is fraudulent. The test set contains 1,000 transactions: 990 legitimate and 10 fraudulent. The model's predictions are shown in the confusion matrix below. Confusion matrix: Predicted Legitimate Predicted Fraudulent Actual Legitimate 942 48 Actual Fraudulent 2 8 Which metric should the data scientist prioritize if the business goal is to minimize the number of fraudulent transactions that are missed (false negatives)?

Question 68mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a binary classification model to predict whether a loan applicant will default (positive class) or not (negative class). The training data contains 5% default cases. The model predicts 'no default' for every applicant in the test set and achieves 95% accuracy. Which evaluation metric best reveals that the model is failing to identify any default cases?

Question 69mediummultiple choice
Read the full NAT/PAT explanation →

A retail company wants to analyze customer purchase histories to identify natural groups of customers with similar buying patterns. They do not have predefined categories. Which type of machine learning should they use?

Question 70hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A real estate company trains a model to predict house prices. They evaluate it on a test set of 100 houses. The model predictions have a mean absolute error (MAE) of $5,000 and a root mean squared error (RMSE) of $20,000. What does the large difference between MAE and RMSE indicate about the model's errors?

Question 71hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist evaluates a regression model that predicts house prices. On the test set, the Mean Absolute Error (MAE) is $8,000 and the Root Mean Squared Error (RMSE) is $25,000. What does the large difference between MAE and RMSE indicate about the model's errors?

Question 72mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a model on historical data and achieves high accuracy on both the training set and a held-out test set. However, when the model is deployed in production, it performs poorly on new, unseen data. Which issue is most likely the cause?

Question 73mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a binary classification model to detect fraudulent transactions. The dataset contains 99% legitimate transactions (negative class) and 1% fraudulent transactions (positive class). The model predicts 'legitimate' for every transaction in the test set and achieves 99% accuracy. Which metric would best reveal that the model is failing to identify any fraudulent transactions?

Question 74mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a regression model to predict house prices. The model achieves very low error on the training data but significantly higher error on a held-out test set. Which problem does this scenario best describe?

Question 75mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist has a dataset with 100 features and 10,000 samples. They want to reduce the number of features while retaining as much variance as possible, to improve model training speed and reduce overfitting. Which technique should they use?

Question 76hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a regression model to predict housing prices. The model uses polynomial features up to degree 5. It achieves an R-squared of 0.95 on the training set but only 0.60 on the test set. Which problem is the model most likely experiencing?

Question 77mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist is training a regression model to predict energy consumption. The dataset includes features like temperature, humidity, time of day, and day of week. After training, the model performs well on the training set but poorly on new data. Which approach would most likely help reduce this problem?

Question 78hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a binary classification model to detect spam emails. The dataset contains 95% legitimate emails (negative class) and 5% spam (positive class). The model predicts all emails as legitimate. The accuracy is 95%, but the model is useless. Which metric would best indicate the model's failure?

Question 79hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a binary classification model to predict loan defaults. The dataset contains 98% non-default cases and only 2% default cases. The model predicts 'non-default' for every instance, achieving 98% accuracy on the test set. Which metric would best reveal that the model fails to identify any actual defaults?

Question 80mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a multiclass classification model to identify different species of flowers (Iris setosa, Iris virginica, Iris versicolor). The overall accuracy is 94%, but the accuracy for the Iris virginica class is only 60%. Which additional metric should the data scientist examine to better understand the model's performance on the minority class?

Question 81hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a multiclass classification model to categorize customer support tickets into three types: 'Billing', 'Technical', and 'General'. The dataset contains 80% 'General', 15% 'Billing', and only 5% 'Technical' tickets. Overall accuracy on a test set is 85%, but the model misclassifies most 'Technical' tickets as 'General'. Which metric would best help the data scientist understand the model's poor performance on the 'Technical' class?

Question 82mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist has trained a binary classification model to detect fraudulent credit card transactions. The dataset contains 99.9% legitimate transactions and only 0.1% fraudulent ones. The model predicts all transactions as legitimate, achieving 99.9% accuracy on the test set. However, the business requires the model to actually catch as many fraudulent transactions as possible. Which metric would best reveal the model's failure to identify fraud?

Question 83easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a model to predict house prices using features like number of bedrooms, square footage, and location. The model achieves a mean absolute error (MAE) of $5,000 on the training data but $25,000 on the test data. Which problem is the model most likely experiencing?

Question 84mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a binary classification model to detect fraudulent credit card transactions. The dataset contains 99.5% legitimate transactions and 0.5% fraudulent transactions. The model predicts every transaction as legitimate and achieves 99.5% accuracy on the test set. Which metric would best reveal that the model is failing to identify any fraudulent transactions?

Question 85hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data science team trains a regression model to predict house prices. They evaluate the model using Mean Absolute Error (MAE). After deployment, they notice that the model occasionally produces large errors (e.g., underpredicting a luxury home by $500,000) while most predictions are within $20,000. The business is more concerned about the impact of these large errors than the average small error. Which additional metric should the team use to better capture the penalty for large errors?

Question 86hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A bank uses a machine learning model to predict credit card fraud. The model's output is a probability score. The business wants to minimize the number of false positives (legitimate transactions incorrectly flagged as fraud) because these cause customer dissatisfaction. At the same time, they must also catch most fraudulent transactions. Which metric should the bank optimize to balance these two goals?

Question 87hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a regression model to predict energy consumption for a smart building. The model achieves very low error on the training data but performs significantly worse on a held-out validation set. Which technique would most directly address this problem?

Question 88mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a binary classification model to detect a rare disease. The dataset contains 99% negative cases and only 1% positive cases. The model predicts all cases as negative, achieving an accuracy of 99% on the test set. However, the business requires the model to identify as many positive cases as possible. Which metric should the data scientist examine to best reveal that the model is failing to identify any positive cases?

Question 89easymultiple choice
Read the full NAT/PAT explanation →

An e-commerce company has a dataset of customer purchase histories with no predefined categories. The data analyst wants to identify natural groupings of customers based on their purchasing behavior to target marketing campaigns. Which type of machine learning should the analyst use?

Question 90hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a regression model to predict house prices using features like bedrooms, square footage, and location. The model achieves an R-squared of 0.95 on the test set. However, when deployed to predict prices in a new city with different property characteristics, the predictions are very inaccurate. Which concept best explains this poor performance?

Question 91mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a regression model to predict house prices. The model performs poorly on both the training data and the test data, showing high error in both sets. Which concept best describes this situation?

Question 92hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist is training a binary classification model to detect rare equipment failures from sensor data. The dataset contains 99.5% normal operation readings and only 0.5% failure readings. The model currently predicts all readings as 'normal' and achieves 99.5% accuracy on the test set. The business requires the model to identify at least 80% of actual failures. Which data-level technique should the data scientist use to most directly address the class imbalance?

Question 93mediummultiple choice
Read the full NAT/PAT explanation →

A hospital deploys a machine learning model to screen patients for a rare disease. Only 0.1% of patients actually have the disease. The model correctly identifies most positive cases but also flags many healthy patients as potentially having the disease. The hospital wants to minimize the number of healthy patients who are incorrectly told they might have the disease. Which metric should the model optimize?

Question 94hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a binary classification model to detect fraudulent transactions. The dataset contains only 2% fraudulent transactions. The model achieves 98% overall accuracy, but it fails to detect any fraudulent transactions, classifying all transactions as legitimate. Which metric would most clearly reveal this failure?

Question 95mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A city's traffic department wants to predict the number of cars that will cross a particular bridge each day to plan maintenance schedules. The output of the model should be a numerical value representing the estimated traffic count. Which type of machine learning task is this?

Question 96mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a regression model to predict house prices using features like bedrooms, square footage, and location. The model achieves a low error on the training data but performs significantly worse when used to predict prices in a new city with different property characteristics. Which concept best explains this poor performance?

Question 97mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a decision tree model to predict customer churn. The model achieves 99% accuracy on the training data but only 80% on the test data. Which concept best explains this performance difference?

Question 98mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a model to predict the exact number of cars that will cross a bridge each day for maintenance planning. The model uses historical traffic data as input. Which type of machine learning task is this?

Question 99mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist is developing a classification model to detect fraudulent transactions. The dataset is split into training and test sets. The data scientist repeatedly tunes the model's hyperparameters and evaluates performance on the test set until the test accuracy reaches 95%. However, when the model is deployed on new, unseen data, its accuracy drops to 70%. Which concept best explains this performance degradation?

Question 100mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

A data scientist trains a regression model to predict daily electricity consumption (in kWh) for a commercial building. The business team needs a metric that heavily penalizes large prediction errors (outliers) more than small errors. Which metric should the data scientist report to best meet this requirement?

Question 101easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is machine learning?

Question 102mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

Which type of machine learning uses labeled training data where the correct output is provided for each input?

Question 103mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is a feature in the context of machine learning?

Question 104mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is overfitting in machine learning?

Question 105easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is a training dataset in machine learning?

Question 106mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

Which Azure service provides a no-code/low-code drag-and-drop interface for building machine learning pipelines?

Question 107mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is the purpose of splitting data into training, validation, and test sets in machine learning?

Question 108mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What does 'model accuracy' measure in machine learning classification?

Question 109easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is Azure Machine Learning?

Question 110mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is a neural network?

Question 111mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is reinforcement learning?

Question 112mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is the purpose of Azure Machine Learning's automated ML (AutoML) feature?

Question 113easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What does 'deep learning' refer to in machine learning?

Question 114mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

Which metric is MOST appropriate for evaluating a regression model's performance?

Question 115mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is the difference between a binary classification model and a multi-class classification model?

Question 116mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is the purpose of a confusion matrix in evaluating a classification model?

Question 117hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is the bias-variance tradeoff in machine learning?

Question 118easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is an endpoint in Azure Machine Learning?

Question 119mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is cross-validation in machine learning?

Question 120mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is the Azure Machine Learning model registry?

Question 121easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is feature engineering in machine learning?

Question 122mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is data drift in the context of deployed machine learning models?

Question 123mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is precision in the context of binary classification model evaluation?

Question 124mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is recall (sensitivity) in the context of binary classification model evaluation?

Question 125easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is the role of a label (also called target or ground truth) in supervised machine learning?

Question 126mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is the F1 score in machine learning evaluation?

Question 127mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is an ML pipeline in Azure Machine Learning?

Question 128mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is a training job in Azure Machine Learning?

Question 129easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is the purpose of a test dataset in machine learning model development?

Question 130mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is the role of a validation dataset in machine learning?

Question 131mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is hyperparameter tuning in machine learning?

Question 132easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What does Azure Machine Learning's 'compute cluster' provide?

Question 133mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is a confusion matrix's 'false positive' in medical screening?

Question 134mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'model interpretability' and which Azure tool helps with it?

Question 135easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is the Azure Machine Learning workspace?

Question 136mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is model monitoring in Azure Machine Learning and why is it important?

Question 137easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is Azure Machine Learning's 'responsible AI dashboard'?

Question 138mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'regularization' in machine learning and why is it used?

Question 139mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is a 'compute instance' in Azure Machine Learning?

Question 140easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is AutoML in Azure Machine Learning and what does it automate?

Question 141mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is the purpose of Azure Machine Learning's dataset versioning?

Question 142easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

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

Question 143mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'batch inference' vs 'real-time inference' in Azure Machine Learning?

Question 144mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'transfer learning' and how is it different from training from scratch?

Question 145easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What type of machine learning model is used for time series forecasting?

Question 146mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'ensemble learning' in machine learning?

Question 147mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'ONNX' and why is it relevant to Azure AI?

Question 148easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is the 'mean absolute error' (MAE) metric used to evaluate in machine learning?

Question 149mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What does it mean for an ML model to 'generalize'?

Question 150mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'overfitting' in machine learning and how does Azure ML help prevent it?

Question 151hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is the difference between 'precision' and 'recall' as model evaluation metrics?

Question 152mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'feature engineering' and why does it matter for machine learning models?

Question 153easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'automated machine learning' (AutoML) in Azure Machine Learning?

Question 154mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'hyperparameter tuning' in Azure Machine Learning?

Question 155easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is the purpose of a 'validation dataset' in machine learning?

Question 156mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'cross-validation' and when should it be used in machine learning?

Question 157mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'label imbalance' in a classification dataset and how does it affect model training?

Question 158hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'gradient boosting' and how does it differ from random forests?

Question 159easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'model deployment' in Azure Machine Learning?

Question 160mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'model registry' in Azure Machine Learning?

Question 161easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'Azure Machine Learning designer' and who is it designed for?

Question 162mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is the difference between 'supervised' and 'unsupervised' learning?

Question 163hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'causal inference' and how does it differ from correlation-based machine learning?

Question 164mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'regularisation' in machine learning and what problem does it solve?

Question 165easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'Azure Machine Learning compute' and what types are available?

Question 166mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'confusion matrix' and what does it tell you about a classification model?

Question 167mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'Azure Machine Learning pipelines' and why are they used?

Question 168easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'Azure Machine Learning workspace' and what does it contain?

Question 169hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'neural architecture search' (NAS) and how does it relate to AutoML?

Question 170mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'model explainability' using SHAP values in Azure Machine Learning?

Question 171mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'semi-supervised learning' and when is it useful?

Question 172easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'Azure Machine Learning notebooks' and who typically uses them?

Question 173mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'model monitoring' in Azure Machine Learning after deployment?

Question 174hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'curriculum learning' and how does it relate to training stability?

Question 175easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'training data' vs 'test data' in machine learning?

Question 176mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'feature importance' in Azure Machine Learning and how is it used?

Question 177mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'Azure Machine Learning datasets' and why are they important?

Question 178mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'active learning' in Azure Machine Learning data labelling?

Question 179easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'data preprocessing' and why is it important for machine learning?

Question 180mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'Azure Machine Learning's Responsible AI dashboard' and what does it include?

Question 181mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'time series forecasting' and what Azure ML tools support it?

Question 182easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'regression' in machine learning and when is it used?

Question 183hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'differential privacy' and how is it relevant to AI model training?

Question 184mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'model versioning' and why is it essential in MLOps?

Question 185mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'ensemble learning' in machine learning and why does it improve performance?

Question 186hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is the 'bias-variance tradeoff' in machine learning?

Question 187mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'Azure Machine Learning environments' and why are they important for reproducibility?

Question 188easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'clustering' in unsupervised machine learning?

Question 189mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'Bayesian optimisation' in hyperparameter tuning?

Question 190mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'model evaluation' and what metrics are used for different ML task types?

Question 191mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'model compression' and what techniques does it include?

Question 192easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'dimensionality reduction' and why is it useful in machine learning?

Question 193mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'k-fold cross-validation' specifically and how is k=10 different from k=5?

Question 194mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'online learning' (incremental learning) in machine learning?

Question 195mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'data augmentation' and how does it help with limited training data?

Question 196easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'Azure Machine Learning Responsible AI dashboard's error analysis'?

Question 197mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'stochastic gradient descent' (SGD) and how does it work?

Question 198mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'imbalanced classification' handling using 'SMOTE'?

Question 199mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'ROC-AUC' and when is it a better metric than accuracy for classification?

Question 200hardmultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'federated learning' and when is it used for privacy-preserving AI?

Question 201mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'model lineage' in Azure Machine Learning?

Question 202easymultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

What is 'Azure ML's experiment tracking' and why do data scientists use it?

Question 203mediummultiple choice
Read the full Describe fundamental principles of machine learning on explanation →

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

Question 204mediumdrag order
Read the full Describe fundamental principles of machine learning on explanation →

Drag and drop the steps to train a custom vision model in Azure Custom Vision into the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 205mediumdrag order
Read the full Describe fundamental principles of machine learning on explanation →

Drag and drop the steps to analyze an image with Azure Computer Vision into the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 206mediummatching
Read the full Describe fundamental principles of machine learning on explanation →

Match each Azure AI service to its associated API or SDK.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Analyze images and extract information

Understand and analyze text

Convert speech to text and vice versa

Translate text between languages

Access GPT-4, DALL-E, and other models

Question 207mediummatching
Read the full Describe fundamental principles of machine learning on explanation →

Match each Azure AI service to its pricing model.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Pay per transaction or per API call

Pay per message or channel

Pay per training hour and prediction

Pay per token (input and output)

Pay per storage and queries

Practice tests

Scored 10-question sessions with instant feedback and explanations.

AI-900 Practice Test 1 — 10 Questions→AI-900 Practice Test 2 — 10 Questions→AI-900 Practice Test 3 — 10 Questions→AI-900 Practice Test 4 — 10 Questions→AI-900 Practice Test 5 — 10 Questions→AI-900 Practice Exam 1 — 20 Questions→AI-900 Practice Exam 2 — 20 Questions→AI-900 Practice Exam 3 — 20 Questions→AI-900 Practice Exam 4 — 20 Questions→Free AI-900 Practice Test 1 — 30 Questions→Free AI-900 Practice Test 2 — 30 Questions→Free AI-900 Practice Test 3 — 30 Questions→AI-900 Practice Questions 1 — 50 Questions→AI-900 Practice Questions 2 — 50 Questions→AI-900 Exam Simulation 1 — 100 Questions→

Practice by domain

Each domain maps to a weighted exam section. Focus on the domain where you are weakest.

Describe Artificial Intelligence workloads and considerationsDescribe fundamental principles of machine learning on AzureDescribe features of computer vision workloads on AzureDescribe features of Natural Language Processing workloads on AzureDescribe features of generative AI workloads on Azure

Practice by scenario

Filter questions by type — troubleshooting, exhibit, drag-and-drop, PBQ, ACLs, OSPF, and more.

Browse scenarios→

Continue studying

All Describe fundamental principles of machine learning on Azure setsAll Describe fundamental principles of machine learning on Azure questionsAI-900 Practice Hub