{"id":18246,"date":"2026-09-22T06:19:05","date_gmt":"2026-09-22T06:19:05","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=18246"},"modified":"2026-09-22T06:19:05","modified_gmt":"2026-09-22T06:19:05","slug":"microsoft-ai-900-practice-test-questions-and-exam-dumps-part2-q21-40","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ai-900-practice-test-questions-and-exam-dumps-part2-q21-40\/","title":{"rendered":"Microsoft AI-900 Practice Test Questions and Exam Dumps Part2 Q21-40"},"content":{"rendered":"<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/ai-900-exam-dumps\"><b>Microsoft AI-900 Exam Dumps<\/b><\/a><b> and Practice Test Dumps.<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 21<\/b><\/h3>\n<p><b>Which machine learning approach allows an agent to learn by receiving rewards or penalties for its actions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Supervised learning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unsupervised learning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Reinforcement learning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Regression<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Reinforcement learning is a machine learning approach in which an agent learns by interacting with an environment and receiving feedback based on its actions. The feedback can be represented as rewards or penalties, encouraging the agent to discover strategies that maximize the total reward over time. Unlike supervised learning, reinforcement learning does not require a labeled training example for every decision. It is commonly associated with problems involving sequential decisions, where the action selected at one point can affect future outcomes.<\/span><\/p>\n<h3><b>Question 22<\/b><\/h3>\n<p><b>A healthcare organization wants to predict whether a patient belongs to a high-risk or low-risk category based on historical records. Which machine learning task is most appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Classification<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Regression<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Clustering<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Forecasting<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Classification is used when a model needs to assign an input to one of several predefined categories. In this scenario, the expected outcomes are high-risk and low-risk, so the model can learn from historical patient records that contain known categories. The model can then classify new patients based on relevant features. Regression would predict a numerical value, clustering would discover groups without predefined categories, and forecasting generally predicts future values over time. Because the requirement involves selecting between defined categories, classification is appropriate.<\/span><\/p>\n<h3><b>Question 23<\/b><\/h3>\n<p><b>A company has a large collection of customer data without predefined labels and wants to discover naturally occurring groups. Which learning approach should it use?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Supervised learning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unsupervised learning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Reinforcement learning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Speech recognition<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Unsupervised learning is used when data does not contain predefined target labels. Instead of learning to predict known outcomes, the system identifies patterns, relationships, or structures within the available data. Clustering is a common unsupervised learning technique that can discover groups of similar customers based on their characteristics or behavior. Supervised learning requires labeled examples, while reinforcement learning learns through interaction and feedback. Speech recognition is an AI capability rather than a general machine learning approach for discovering unlabeled groups.<\/span><\/p>\n<h3><b>Question 24<\/b><\/h3>\n<p><b>A streaming service wants to divide users into groups based on viewing habits without specifying the groups in advance. Which technique should it consider?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Regression<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Classification<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Clustering<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Speech synthesis<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Clustering can identify groups of similar records without requiring predefined labels. A streaming service could provide information such as viewing frequency, preferred genres, watch duration, and other behavioral characteristics. A clustering algorithm could then identify customers who demonstrate similar viewing patterns. These groups might help the organization understand audience segments or design personalized experiences. Classification would require predefined categories, regression predicts numerical values, and speech synthesis converts text into spoken audio. Since the desired groups are not known beforehand, clustering is appropriate.<\/span><\/p>\n<h3><b>Question 25<\/b><\/h3>\n<p><b>In a machine learning dataset, what is a feature?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The value a model is expected to predict<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">An input characteristic used by a model to make a prediction<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The final accuracy score of a model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The name of the machine learning algorithm<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A feature is an input characteristic or measurable attribute that a machine learning model uses to identify patterns and make predictions. For example, when predicting house prices, features might include the number of bedrooms, house size, location, and property age. The target or label represents the value the model is trying to predict. Features provide information that helps the model learn relationships within the training data. Understanding which information should be represented as features is an important part of preparing data for machine learning.<\/span><\/p>\n<h3><b>Question 26<\/b><\/h3>\n<p><b>A dataset contains customer age, annual income, and a column indicating whether each customer purchased a product. In a supervised learning problem, what is the purchase indicator most likely to represent?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Feature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Label<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dataset identifier<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model parameter<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A label represents the known outcome that a supervised machine learning model is trained to predict. In this example, customer age and annual income can be used as input features, while the purchase indicator provides the expected outcome. During training, the model learns relationships between the features and the label. After training, it can use similar features from new customers to predict whether they are likely to purchase. Labels are therefore essential in supervised learning because they provide the known answers used to train the model.<\/span><\/p>\n<h3><b>Question 27<\/b><\/h3>\n<p><b>Why is a dataset commonly divided into training and test sets when developing a machine learning model?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To evaluate how the trained model performs on unseen data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To make every record identical<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To eliminate the need for features<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To ensure that the model memorizes the training data<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Separating data into training and test sets helps determine whether a trained model can generalize to data it has not previously seen. The training set is used by the model to learn patterns, while the test set is reserved for evaluating the resulting model. If the model performs well only on training examples but poorly on test examples, it may have learned patterns that do not generalize effectively. Keeping the test data separate provides a more realistic indication of how the model may perform in actual use.<\/span><\/p>\n<h3><b>Question 28<\/b><\/h3>\n<p><b>A model achieves 99 percent accuracy on its training data but only 68 percent accuracy on new test data. Which issue should be investigated first?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Underfitting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Overfitting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Translation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data encryption<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The large difference between training performance and test performance can indicate overfitting. An overfitted model may learn the training examples too closely, including patterns that do not represent general relationships in the wider data. Consequently, it can perform extremely well on training data but poorly on unseen examples. Developers can investigate factors such as model complexity, training data quality, and regularization techniques when addressing overfitting. Underfitting generally produces poor performance on both training and unseen data rather than excellent training performance.<\/span><\/p>\n<h3><b>Question 29<\/b><\/h3>\n<p><b>A machine learning model performs poorly on both its training data and test data because it is too simple to capture important patterns. What problem does this describe?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Overfitting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data leakage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Underfitting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Clustering<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Underfitting occurs when a model is unable to learn important patterns from the training data, often because the model is too simple, the selected features are inadequate, or the training process is insufficient. An underfitted model generally performs poorly on both training data and unseen data. This differs from overfitting, where training performance can be high while performance on new data is poor. Developers may address underfitting by improving features, using a more suitable model, or allowing the learning process to capture more relevant patterns.<\/span><\/p>\n<h3><b>Question 30<\/b><\/h3>\n<p><b>Which Azure service provides tools for developing, training, deploying, and managing machine learning models?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Machine Learning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure DNS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Blob Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Virtual Network<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Machine Learning provides a platform for developing and managing machine learning solutions. It supports activities such as preparing data, training models, evaluating model performance, deploying models, and managing machine learning resources. This makes it suitable for organizations that need a structured environment for the machine learning lifecycle. Azure DNS handles name resolution, Azure Blob Storage provides object storage, and Azure Virtual Network provides networking capabilities. When the primary requirement is to build and manage machine learning solutions, Azure Machine Learning is the relevant service.<\/span><\/p>\n<h3><b>Question 31<\/b><\/h3>\n<p><b>A data science team needs cloud-based computing resources to train a machine learning model without maintaining physical servers. What does Azure Machine Learning provide for this purpose?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Managed compute resources<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Physical desktop computers<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Domain registration<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Email hosting<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Machine Learning can provide managed compute resources that teams can use for machine learning workloads such as model training and inference. Managed compute reduces the need for organizations to maintain their own physical infrastructure and allows computing resources to be provisioned for machine learning tasks in Azure. The exact compute option can depend on the workload, scale, and performance requirements. Domain registration and email hosting are unrelated services, while physical desktop computers are not the managed cloud computing model described in this scenario.<\/span><\/p>\n<h3><b>Question 32<\/b><\/h3>\n<p><b>A data scientist wants to create a machine learning workflow by connecting data preparation, model training, and evaluation components through a visual interface. Which Azure Machine Learning capability is designed for this approach?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure AI Speech<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Machine Learning Designer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure AI Vision<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure DNS<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Machine Learning Designer provides a visual, drag-and-drop environment for creating machine learning workflows. Users can connect components representing tasks such as data preparation, model training, and evaluation without having to implement the entire workflow through code. This can be useful for users who prefer a visual approach to building machine learning pipelines. Azure AI Speech provides speech-related capabilities, Azure AI Vision focuses on visual information, and Azure DNS provides domain name resolution. The Designer is specifically intended for visual machine learning workflow development.<\/span><\/p>\n<h3><b>Question 33<\/b><\/h3>\n<p><b>A trained machine learning model is deployed so an application can submit new data and receive predictions. What is this process of using the model to produce predictions called?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Training<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Feature engineering<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Inference<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data labeling<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Inference is the process of using a trained machine learning model to generate predictions or outputs for new input data. During training, the model learns patterns from historical examples. Once training is complete, the model can be deployed and used to make predictions on new records through an inference process. Feature engineering prepares useful inputs for the model, while data labeling provides known outcomes for training. Therefore, when an application sends new data to an already trained model and receives a prediction, it is performing inference.<\/span><\/p>\n<h3><b>Question 34<\/b><\/h3>\n<p><b>An organization has finished training a machine learning model and wants an application to use the model in production. What should the organization do next?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Delete the model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Deploy the model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove the training data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Convert the model into a spreadsheet<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">After a machine learning model has been trained and evaluated, it generally needs to be deployed before applications can use it to generate predictions in a production environment. Deployment makes the model available through an appropriate inference mechanism, such as an endpoint. Before deployment, organizations should also consider testing, monitoring, security, and operational requirements. Deleting the model or removing its supporting resources would prevent the application from using it. Therefore, deployment is the appropriate next step when a validated model needs to serve production predictions.<\/span><\/p>\n<h3><b>Question 35<\/b><\/h3>\n<p><b>A development team has several versions of a machine learning model and wants to identify which version is currently being used in production. Which practice is most useful?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model versioning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image captioning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Speech translation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Sentiment analysis<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Model versioning helps teams maintain and distinguish different versions of machine learning models throughout development and deployment. By assigning identifiable versions, a team can track which model is being tested, which version is deployed, and which version produced particular results. This also supports controlled updates and makes it easier to roll back to an earlier version when necessary. Image captioning, speech translation, and sentiment analysis are AI capabilities that do not provide model lifecycle tracking. Version management is therefore important when multiple model iterations are maintained.<\/span><\/p>\n<h3><b>Question 36<\/b><\/h3>\n<p><b>A company has five years of monthly electricity consumption data and wants to estimate consumption for the next six months. Which machine learning task is most suitable?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Classification<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Object detection<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Time-series forecasting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Clustering<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Time-series forecasting is designed to predict future values based on historical observations collected over time. In this scenario, monthly electricity consumption provides a sequence of time-based measurements that can be analyzed to identify patterns and estimate future consumption. Forecasting can consider trends, recurring patterns, and other characteristics of historical data. Classification would predict categories, object detection analyzes objects within images, and clustering discovers groups without predefined labels. Because the organization needs predictions for future months using historical consumption, time-series forecasting is the appropriate task.<\/span><\/p>\n<h3><b>Question 37<\/b><\/h3>\n<p><b>A website monitoring system needs to identify unusual traffic patterns that differ significantly from normal activity. Which AI capability is appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Anomaly detection<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Text-to-speech<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image classification<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Language translation<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Anomaly detection can identify observations or patterns that differ significantly from what is considered normal. For website monitoring, the system could analyze traffic volume, request patterns, response behavior, or other relevant measurements and flag unusual activity for investigation. This can help organizations detect unexpected events without requiring every possible abnormal pattern to be explicitly defined in advance. Text-to-speech converts written content into spoken audio, image classification categorizes images, and translation converts content between languages. Anomaly detection is therefore the most relevant capability for unusual website traffic patterns.<\/span><\/p>\n<h3><b>Question 38<\/b><\/h3>\n<p><b>A company trains a customer prediction model using data collected only from one small region, even though the model will be deployed worldwide. What is a major concern with this training data?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It may not be representative of the intended population<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It contains too many labels<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It automatically guarantees fairness<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It eliminates the need for testing<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Training data should be representative of the population and conditions in which an AI system will be used. If a model is trained only on data from one small region but deployed worldwide, it may not adequately capture differences in customer behavior, language, demographics, or other relevant characteristics. This can reduce model performance for populations that were poorly represented during training. Organizations should consider the intended deployment population when collecting and evaluating data. Representative training data can help improve the reliability and applicability of the resulting model.<\/span><\/p>\n<h3><b>Question 39<\/b><\/h3>\n<p><b>Which metric is commonly used to measure the proportion of classification predictions that are correct overall?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Recall<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Precision<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Accuracy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Mean absolute error<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Accuracy measures the proportion of predictions that a classification model gets correct across the evaluated dataset. It is calculated by comparing the number of correct predictions with the total number of predictions. Accuracy can be useful when the classes are reasonably balanced, although it may be less informative for highly imbalanced datasets. Precision measures the correctness of positive predictions, while recall measures how many actual positive cases were identified. Mean absolute error is generally used for evaluating numerical prediction errors in regression problems.<\/span><\/p>\n<h3><b>Question 40<\/b><\/h3>\n<p><b>A data scientist wants to evaluate a trained model using examples that were not used to teach the model. Which dataset should be used for this final evaluation?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Training dataset<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Test dataset<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Feature dataset<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Label dataset<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The test dataset is reserved for evaluating a trained machine learning model using examples that were not used during model training. This helps provide an unbiased indication of how well the model can generalize to unseen data. The training dataset is used to teach the model patterns, while a validation dataset may be used during development for model selection or tuning. A feature dataset and label dataset describe types of information rather than serving as the standard name for the final evaluation set. Therefore, the test dataset is appropriate.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft AI-900 Exam Dumps and Practice Test Dumps. &nbsp; Question 21 Which machine learning approach allows an agent to learn by receiving rewards or penalties for its actions? Supervised learning Unsupervised learning Reinforcement learning Regression Correct Answer: 3 Explanation Reinforcement learning is a machine learning approach in which an agent learns by interacting [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/18246"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=18246"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/18246\/revisions"}],"predecessor-version":[{"id":18247,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/18246\/revisions\/18247"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=18246"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=18246"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=18246"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}