{"id":18252,"date":"2026-09-22T06:20:30","date_gmt":"2026-09-22T06:20:30","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=18252"},"modified":"2026-09-22T06:20:30","modified_gmt":"2026-09-22T06:20:30","slug":"microsoft-ai-900-practice-test-questions-and-exam-dumps-part5-q81-100","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ai-900-practice-test-questions-and-exam-dumps-part5-q81-100\/","title":{"rendered":"Microsoft AI-900 Practice Test Questions and Exam Dumps Part5 Q81-100"},"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 81<\/b><\/h3>\n<p><b>A company has historical examples of customer transactions labeled as fraudulent or legitimate. It wants to train a model to classify future transactions. Which learning approach should be used?<\/b><\/p>\n<ol>\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;\">Supervised learning<\/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;\">Supervised learning is appropriate because the historical transaction data contains known labels indicating whether each transaction was fraudulent or legitimate. The model can learn relationships between the transaction features and these known outcomes. After training, it can use those learned patterns to classify new transactions. This scenario is specifically a classification problem because the expected output belongs to predefined categories. Unsupervised learning does not require labeled outcomes, reinforcement learning learns through rewards and actions, and clustering discovers groups based on similarities without predefined labels.<\/span><\/p>\n<h3><b>Question 82<\/b><\/h3>\n<p><b>A retailer wants to discover groups of customers based on purchasing patterns, but no customer segments have been defined beforehand. Which technique is most suitable?<\/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;\">Clustering<\/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;\">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;\">Clustering is an unsupervised learning technique that identifies groups of similar data points without requiring predefined categories. The retailer can provide customer information such as purchase frequency, spending behavior, and product preferences, allowing the algorithm to discover naturally occurring customer segments. Classification would require predefined categories to predict, while regression predicts numerical values. Speech recognition processes spoken language and is unrelated to customer segmentation. Because the retailer wants the AI system to discover the groups rather than predict known groups, clustering is the appropriate technique.<\/span><\/p>\n<h3><b>Question 83<\/b><\/h3>\n<p><b>A hospital wants to predict whether a patient should be placed into a &#8220;high risk,&#8221; &#8220;medium risk,&#8221; or &#8220;low risk&#8221; category. Which machine learning task is this?<\/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;\">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: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Classification is used when a model assigns an observation to one of several predefined categories. In this scenario, the possible outcomes are high risk, medium risk, and low risk, so the model needs to select a category based on patient information. This differs from regression, which predicts a numerical value, and clustering, which discovers groups without predefined labels. Forecasting generally involves predicting future values over time. Since the hospital has defined the possible risk categories in advance, classification is the appropriate machine learning task.<\/span><\/p>\n<h3><b>Question 84<\/b><\/h3>\n<p><b>A business wants to estimate the monthly electricity bill for each customer based on historical usage, household size, and other relevant information. What type of machine learning task should it use?<\/b><\/p>\n<ol>\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;\">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;\">Regression<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Regression is used when a machine learning model needs to predict a numerical value. A customer&#8217;s expected monthly electricity bill is a numerical amount, so regression can learn relationships between historical usage, household characteristics, and previous bills. Classification would produce a category, while clustering would identify groups without predefined labels. Object detection is a computer vision capability used to locate objects within images. Because the desired output is a continuous numerical estimate of the customer&#8217;s bill, regression is the appropriate machine learning task.<\/span><\/p>\n<h3><b>Question 85<\/b><\/h3>\n<p><b>In a machine learning project, a customer&#8217;s age, annual income, and number of previous purchases are provided to the model as inputs. What are these values called?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Labels<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Features<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Predictions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Metrics<\/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;\">Features are input variables that provide information a machine learning model can use to learn patterns and make predictions. In this example, age, annual income, and previous purchases are characteristics describing each customer, so they can serve as features. A label represents the known target outcome in supervised learning, while a prediction is an output generated by the trained model. Metrics are measurements used to evaluate model performance. Identifying appropriate features is an important part of preparing data for a machine learning solution.<\/span><\/p>\n<h3><b>Question 86<\/b><\/h3>\n<p><b>A dataset contains information about houses along with their actual selling prices. If the model is being trained to predict selling prices, what does the selling price 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;\">Prediction<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hyperparameter<\/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 actual selling price is the label because it represents the known target value that the supervised learning model is being trained to predict. Other information, such as house size, number of bedrooms, and location, could be used as features. During training, the model learns relationships between those input features and the known selling prices. After training, it can use features from a new house to generate a predicted selling price. Therefore, the actual historical selling price serves as the label in this regression problem.<\/span><\/p>\n<h3><b>Question 87<\/b><\/h3>\n<p><b>Why should a machine learning model be evaluated using data that was not used to train it?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To determine how well it generalizes to unseen examples<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To make the training data larger<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To remove all model features<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To guarantee perfect predictions<\/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;\">Evaluating a model on unseen data helps determine whether it has learned patterns that generalize beyond the examples used during training. A model may perform very well on training data while failing to make accurate predictions on new examples. Using separate evaluation data provides a more realistic measurement of performance. It does not guarantee perfect predictions because all models have limitations and may encounter unfamiliar conditions. The purpose is to understand how the model is likely to behave when it receives data that was not part of its training process.<\/span><\/p>\n<h3><b>Question 88<\/b><\/h3>\n<p><b>A model memorizes specific patterns in its training data and performs poorly when given new examples. What problem is this an example of?<\/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;\">Classification<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Feature engineering<\/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;\">Overfitting occurs when a machine learning model learns the training data too closely and fails to generalize effectively to new examples. The model may capture noise or details that are specific to the training dataset rather than learning broader patterns. As a result, training performance can be very high while performance on unseen data is significantly worse. Developers can investigate approaches such as using more representative data, reducing unnecessary complexity, or applying suitable regularization techniques. Underfitting has the opposite general pattern, where the model fails to learn enough from the training data.<\/span><\/p>\n<h3><b>Question 89<\/b><\/h3>\n<p><b>A model is so simple that it cannot capture important relationships in its training data and performs poorly on both training and test datasets. Which issue is most likely present?<\/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 encryption<\/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;\">Object detection<\/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 not capable of learning enough of the relevant patterns in the data. This can happen when the model is too simple, the selected features are insufficient, or the training process does not allow the model to learn adequately. An underfitted model typically performs poorly on both training and unseen data. Overfitting generally produces strong training performance but weaker performance on new data. Therefore, consistently poor performance caused by an overly simple model is a typical indication of underfitting.<\/span><\/p>\n<h3><b>Question 90<\/b><\/h3>\n<p><b>A data science team needs a managed Azure environment for training, deploying, and monitoring machine learning models. Which service should it use?<\/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 AI Speech<\/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: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Machine Learning provides a managed environment for developing, training, deploying, and managing machine learning solutions. It can support activities across the machine learning lifecycle, including data preparation, model training, evaluation, deployment, and monitoring. Azure AI Speech focuses on speech-related capabilities, Azure AI Vision handles computer vision workloads, and Azure DNS provides domain name resolution. Therefore, Azure Machine Learning is the most appropriate service when an organization needs a broader platform for managing machine learning models and workflows.<\/span><\/p>\n<h3><b>Question 91<\/b><\/h3>\n<p><b>A data scientist wants Azure to automatically try different machine learning algorithms and settings to identify a suitable model for a particular dataset. Which capability can help with this?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">OCR<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Automated machine learning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Speech synthesis<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image captioning<\/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;\">Automated machine learning, commonly called AutoML, can automate parts of the machine learning model development process. Depending on the selected task and configuration, it can evaluate different algorithms, preprocessing approaches, and model settings to identify candidates that perform well against specified evaluation criteria. This can reduce the amount of manual experimentation required during model development. OCR extracts text from images, speech synthesis generates spoken audio, and image captioning creates descriptions of visual content. AutoML is therefore the capability most relevant to automated model experimentation and selection.<\/span><\/p>\n<h3><b>Question 92<\/b><\/h3>\n<p><b>An organization wants to organize several machine learning steps, including data preparation, training, evaluation, and deployment, into a repeatable workflow. What can help accomplish this?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A machine learning pipeline<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Sentiment analysis<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">OCR<\/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: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A machine learning pipeline organizes multiple steps of an AI or machine learning workflow into a structured and repeatable process. A pipeline can include activities such as preparing data, training a model, evaluating its performance, and performing other processing tasks. This can improve consistency and make workflows easier to automate and maintain. Sentiment analysis analyzes the emotional tone of text, OCR extracts text from images, and speech recognition converts spoken language into text. Because the requirement involves connecting several machine learning stages into a repeatable process, a pipeline is appropriate.<\/span><\/p>\n<h3><b>Question 93<\/b><\/h3>\n<p><b>An online shopping application needs to return a product recommendation immediately after a customer clicks an item. Which inference pattern is most appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Batch inference<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Online inference<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Offline data preparation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Historical reporting<\/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;\">Online inference is designed for applications that require predictions or results in response to individual requests, often with low latency. In this scenario, the shopping application needs to generate a recommendation immediately after the customer interacts with a product. An online endpoint can process the request and return a prediction without waiting for a large collection of requests to be processed together. Batch inference is more suitable when many records can be processed as a group. Therefore, online inference is appropriate for this interactive recommendation scenario.<\/span><\/p>\n<h3><b>Question 94<\/b><\/h3>\n<p><b>A company wants to score two million customer records every night and does not require an immediate response for each individual record. Which inference pattern is suitable?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Online inference<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Real-time speech processing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Batch inference<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image captioning<\/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;\">Batch inference is designed for processing large collections of data together rather than responding immediately to individual requests. In this scenario, the company can process the two million customer records overnight because an immediate response is not required. Batch processing can be useful for scheduled scoring, reporting, large-scale data analysis, and other workloads where results can be generated periodically. Online inference is more appropriate for low-latency individual requests. Image captioning and speech processing address different AI workloads and are unrelated to the described large-scale scheduled scoring requirement.<\/span><\/p>\n<h3><b>Question 95<\/b><\/h3>\n<p><b>A classification model correctly predicts 92 out of 100 customer categories. Which metric could directly express this overall proportion of correct predictions?<\/b><\/p>\n<ol>\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;\">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;\">Mean absolute error<\/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;\">Accuracy represents the proportion of predictions that a classification model gets correct out of all evaluated predictions. If a model correctly predicts 92 out of 100 examples, its accuracy is 92 percent. Accuracy provides an overall measure of correct predictions but may not fully describe model behavior when classes are highly imbalanced. Precision focuses on how many predicted positive cases are actually positive, while recall measures how many actual positive cases were identified. Mean absolute error is generally associated with numerical prediction errors in regression problems.<\/span><\/p>\n<h3><b>Question 96<\/b><\/h3>\n<p><b>A fraud detection model identifies 90 percent of the fraudulent transactions that actually occurred. Which metric most directly describes this result?<\/b><\/p>\n<ol>\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;\">Recall<\/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;\">Recall measures the proportion of actual positive cases that a classification model successfully identifies. If a fraud detection model finds 90 percent of all fraudulent transactions that occurred, its recall is 90 percent. Recall is particularly important when missing positive cases can have significant consequences. Precision, in contrast, focuses on how many predicted positive cases are actually positive. Accuracy measures overall correctness, while mean absolute error is commonly used for regression. Therefore, recall is the metric that most directly describes the stated fraud detection result.<\/span><\/p>\n<h3><b>Question 97<\/b><\/h3>\n<p><b>A security model flags 100 transactions as fraudulent, but only 80 of those transactions are actually fraudulent. Which metric measures this proportion of correct positive predictions?<\/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;\">R-squared<\/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;\">Precision measures the proportion of predicted positive cases that are actually positive. In this scenario, the model identifies 100 transactions as fraudulent and 80 are truly fraudulent, giving a precision of 80 percent. Precision is especially useful when false positive predictions can create significant costs or unnecessary investigations. Recall instead measures the proportion of all actual fraudulent transactions that the model successfully identifies. Accuracy considers all predictions, while R-squared is associated with regression performance. Therefore, precision is the appropriate metric for this situation.<\/span><\/p>\n<h3><b>Question 98<\/b><\/h3>\n<p><b>A regression model predicts house prices, and the organization wants to measure the average absolute difference between predicted and actual prices. Which metric should it consider?<\/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;\">Accuracy<\/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;\">Mean absolute error<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Mean absolute error, or MAE, measures the average absolute difference between predicted values and actual values. For a house-price regression model, it can indicate how far predictions typically differ from the actual selling prices. A lower MAE generally means that predictions are closer to the actual values, although the suitability of a metric depends on the business problem and evaluation requirements. Precision, recall, and accuracy are commonly associated with classification problems rather than measuring continuous numerical prediction errors.<\/span><\/p>\n<h3><b>Question 99<\/b><\/h3>\n<p><b>A business wants to extract fields such as customer names, invoice numbers, dates, and totals from invoices automatically. Which Azure capability is designed for this type of document processing?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure AI Document Intelligence<\/span><\/li>\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 AI Vision only<\/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: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure AI Document Intelligence is designed to analyze documents and extract structured information from documents such as invoices, receipts, forms, and other business records. It can use prebuilt models for supported document types and can also support custom document processing scenarios. This allows extracted information to be passed into business applications and workflows. Azure AI Speech focuses on spoken language, Azure AI Vision provides broader computer vision capabilities, and Azure DNS handles domain name resolution. Document Intelligence is therefore the appropriate capability for structured invoice information extraction.<\/span><\/p>\n<h3><b>Question 100<\/b><\/h3>\n<p><b>A generative AI application retrieves relevant information from an organization&#8217;s documents and provides that information to the model before generating an answer. Which architecture does this describe?<\/b><\/p>\n<ol>\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;\">Retrieval-augmented generation<\/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;\">Reinforcement learning<\/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;\">Retrieval-augmented generation, or RAG, combines information retrieval with generative AI. When a user asks a question, the application retrieves relevant information from a connected source such as organizational documents, a knowledge base, or another approved data repository. The retrieved information is then provided as context to the generative model, which uses that context when producing its response. RAG can help improve relevance and provide a way to ground responses in external information. Object detection, image classification, and reinforcement learning describe different AI workloads or approaches.<\/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 81 A company has historical examples of customer transactions labeled as fraudulent or legitimate. It wants to train a model to classify future transactions. Which learning approach should be used? Unsupervised learning Reinforcement learning Supervised learning Clustering Correct Answer: 3 Explanation Supervised learning [&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\/18252"}],"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=18252"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/18252\/revisions"}],"predecessor-version":[{"id":18253,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/18252\/revisions\/18253"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=18252"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=18252"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=18252"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}