20+ practice questions focused on Describe fundamental principles of machine learning on Azure — one of the most tested topics on the Microsoft Azure AI Fundamentals AI-900 exam. Each question includes a detailed explanation so you learn why the right answer is correct.
Start Describe fundamental principles of machine learning on Azure PracticeA 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?
Explanation: L2 regularization (also known as Ridge regularization) directly addresses overfitting by adding a penalty term proportional to the square of the model weights to the loss function. This discourages the model from assigning excessively large coefficients to features, forcing it to learn simpler, more general patterns rather than memorizing noise in the training data.
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?
Explanation: Regularization (Option C) is the correct technique to reduce overfitting because it adds a penalty term to the loss function (e.g., L1 or L2 regularization), which discourages the model from learning overly complex patterns that fit noise in the training data. This helps the model generalize better to unseen data, such as the held-out test set, by constraining the magnitude of feature weights.
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?
Explanation: Azure AutoML does not support Macro F1 as a primary classification metric. The supported primary metric that gives equal importance to each class is normalized macro recall (norm_macro_recall). It averages recall across classes after normalizing by class frequency, so each species contributes equally even if class sizes differ.
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?
Explanation: The model overfits to the historical customer segment. Cross-validation (B) merely validates on subsets of the same data and cannot improve generalization to a different distribution. Feature engineering (A) is more appropriate because it allows creation of features that capture generalizable patterns (e.g., normalized income or segment-specific interactions) that help the model perform on new segments. Increasing model complexity (C) or larger learning rate (D) would worsen overfitting and generalization.
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?
Explanation: Recall for the default class (positive class) measures the proportion of actual default cases that the model correctly identifies. With a model that predicts 'no default' for every applicant, recall for the default class is 0% because it fails to identify any true positive cases. This metric directly reveals the model's inability to detect defaults, despite the high overall accuracy of 95%.
+15 more Describe fundamental principles of machine learning on Azure questions available
Practice all Describe fundamental principles of machine learning on Azure questions1. Baseline your knowledge
Start with 10 questions to gauge your current understanding of Describe fundamental principles of machine learning on Azure. This tells you whether you need a concept refresher or just practice.
2. Review every explanation
For each question — right or wrong — read the full explanation. Understanding why an answer is correct is more valuable than knowing the answer itself.
3. Focus on exam traps
Describe fundamental principles of machine learning on Azure questions on the AI-900 frequently use trap wording. Look for subtle differences in answers that test your precision, not just general knowledge.
4. Reach 80% consistently
Do repeated sessions until you score 80%+ three times in a row. Then move to mixed-mode practice to test cross-topic recall under realistic conditions.
The exact number varies per candidate. Describe fundamental principles of machine learning on Azure is tested as part of the Microsoft Azure AI Fundamentals AI-900 blueprint. Practicing with targeted Describe fundamental principles of machine learning on Azure questions ensures you can handle any format or difficulty that appears.
Yes. Courseiva provides free AI-900 practice questions across all exam topics and domains. The platform includes topic-based practice, mock exams, missed-question review, bookmarked questions, and readiness tracking — no account required.
Difficulty is subjective, but Describe fundamental principles of machine learning on Azure is a high-priority exam concept tested in multiple ways — direct recall, scenario analysis, and command-output interpretation. Consistent practice is the best way to build confidence.
Launch a full Describe fundamental principles of machine learning on Azure practice session with instant scoring and detailed explanations.
Start Describe fundamental principles of machine learning on Azure Practice →