{"id":18268,"date":"2026-09-22T06:24:48","date_gmt":"2026-09-22T06:24:48","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=18268"},"modified":"2026-09-22T06:24:48","modified_gmt":"2026-09-22T06:24:48","slug":"microsoft-ai-900-practice-test-questions-and-exam-dumps-part13-q241-260","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ai-900-practice-test-questions-and-exam-dumps-part13-q241-260\/","title":{"rendered":"Microsoft AI-900 Practice Test Questions and Exam Dumps Part13 Q241-260"},"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 241<\/b><\/h3>\n<p><b>Which Azure AI capability can identify and locate multiple objects within an image?<\/b><\/p>\n<ol>\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;\">OCR<\/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;\">Sentiment analysis<\/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;\">Object detection identifies objects within an image and provides information about their locations, commonly by returning bounding boxes around detected objects. For example, a warehouse application could use object detection to locate boxes, forklifts, or products in camera images. Image classification assigns one or more categories to an entire image rather than locating individual objects. OCR extracts written text, while sentiment analysis evaluates opinions in text. Because the requirement involves both identifying objects and determining where they appear in an image, object detection is the appropriate computer vision capability.<\/span><\/p>\n<h3><b>Question 242<\/b><\/h3>\n<p><b>A company wants an AI application to read printed text from photographs of receipts. Which capability is required?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Optical character recognition<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Speech recognition<\/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;\">Regression<\/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;\">Optical character recognition, commonly called OCR, is used to detect and extract text from images or scanned documents. A receipt photographed with a mobile device can contain printed words, numbers, prices, and other information that OCR can convert into machine-readable text. Speech recognition is designed to convert spoken audio into text, while clustering and regression are machine learning techniques for different types of data analysis. Since the application needs to read written content contained in photographs, OCR is the appropriate capability.<\/span><\/p>\n<h3><b>Question 243<\/b><\/h3>\n<p><b>An organization wants to search a large collection of documents and retrieve relevant information based on the meaning of a user&#8217;s query rather than only exact keywords. Which capability is most relevant?<\/b><\/p>\n<ol>\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;\">Semantic search<\/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;\">Regression<\/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;\">Semantic search attempts to understand the meaning and intent behind a search query so that relevant content can be returned even when the exact words in the query do not appear in the documents. This can improve search experiences across large collections of organizational information. Keyword-based search relies more heavily on matching specific terms. Speech synthesis converts text into spoken audio, image classification categorizes images, and regression predicts numerical values. For a document-search application where understanding query meaning is important, semantic search is the relevant capability.<\/span><\/p>\n<h3><b>Question 244<\/b><\/h3>\n<p><b>A customer-support application receives spoken questions from users and converts their speech into text before analyzing the request. Which Azure AI capability performs the first conversion?<\/b><\/p>\n<ol>\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;\">Speech-to-text<\/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;\">Translation<\/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;\">Speech-to-text converts spoken language contained in an audio signal into written text. In a customer-support application, the converted text can then be processed by natural language capabilities to determine intent, sentiment, or other information. Text-to-speech performs the opposite operation by converting written text into spoken audio. OCR extracts text from images, while translation changes content from one language to another. Because the application begins with a user&#8217;s spoken question and needs written text for subsequent processing, speech-to-text is the appropriate capability.<\/span><\/p>\n<h3><b>Question 245<\/b><\/h3>\n<p><b>A retailer wants to predict next month&#8217;s sales using sales amounts recorded for each month over several years. What type of data is most directly involved?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Time-series data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Audio data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unstructured video<\/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;\">Time-series data consists of observations collected or recorded in relation to time. Monthly sales figures collected over several years form a time-based sequence that can contain trends, seasonal patterns, and other temporal relationships. These patterns can be used for forecasting future values. Image, audio, and video data are different data types and are not the primary structure described in this scenario. Because the retailer is using historical measurements organized by month to predict a future sales value, the dataset represents time-series data.<\/span><\/p>\n<h3><b>Question 246<\/b><\/h3>\n<p><b>Which Azure service can analyze natural language text to perform tasks such as sentiment analysis, entity recognition, and key phrase extraction?<\/b><\/p>\n<ol>\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 AI Speech<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure AI Language<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure AI Document Intelligence<\/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;\">Azure AI Language provides capabilities for analyzing and understanding written language. Depending on the workload, it can support tasks such as sentiment analysis, named entity recognition, key phrase extraction, language detection, summarization, and other language-related operations. Azure AI Vision focuses on visual information, Azure AI Speech handles spoken-language workloads, and Azure AI Document Intelligence extracts information from documents. When an application needs to analyze the meaning and characteristics of written text, Azure AI Language is the relevant service.<\/span><\/p>\n<h3><b>Question 247<\/b><\/h3>\n<p><b>A model is trained using customer records where the target value is already known for each example. What type of machine learning is being 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 uses training examples that include known target values, commonly called labels. The model learns relationships between input features and those known outcomes so it can make predictions for new data. For example, historical customer records could contain information about customers along with a known outcome such as whether each customer canceled a subscription. Unsupervised learning does not rely on predefined target labels, while clustering is one type of unsupervised technique. Therefore, training with records that already contain known target values represents supervised learning.<\/span><\/p>\n<h3><b>Question 248<\/b><\/h3>\n<p><b>A developer wants to create a custom machine learning workflow using a visual interface instead of writing every step in code. Which Azure Machine Learning capability can support this approach?<\/b><\/p>\n<ol>\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 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 AI Language<\/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 Designer provides a visual interface for creating machine learning workflows by arranging components into a pipeline. It can help users prepare data, train models, evaluate results, and organize machine learning processes without requiring every workflow step to be implemented manually in code. Azure AI Speech, Vision, and Language are specialized AI services rather than visual machine learning workflow designers. When a developer wants to construct a machine learning workflow through a graphical experience, Azure Machine Learning Designer is an appropriate capability.<\/span><\/p>\n<h3><b>Question 249<\/b><\/h3>\n<p><b>A generative AI application needs to produce different outputs from the same prompt during creative brainstorming. Which setting can influence the randomness of generated responses?<\/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;\">Temperature<\/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;\">Batch size<\/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;\">Temperature is a setting that can influence how deterministic or varied generative AI model outputs are. A lower temperature generally encourages more predictable responses, while a higher temperature can produce greater variation. The appropriate value depends on the application and desired behavior. OCR is used to extract text from images, recall is a classification evaluation metric, and batch size relates to processing or training configurations rather than directly controlling generative response variability. Therefore, temperature is the setting most closely associated with controlling the degree of randomness in generated responses.<\/span><\/p>\n<h3><b>Question 250<\/b><\/h3>\n<p><b>An organization wants to determine whether a document belongs to the category &#8220;insurance claim,&#8221; &#8220;invoice,&#8221; or &#8220;purchase order&#8221; before extracting its contents. What capability is particularly useful?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Document classification<\/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;\">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: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Document classification determines which category a document belongs to based on its content or characteristics. In this scenario, documents can first be classified as insurance claims, invoices, or purchase orders, allowing the application to select the appropriate processing workflow afterward. This differs from document extraction, which focuses on retrieving specific fields or values from a document. Speech synthesis handles spoken output, object detection identifies objects in images, and regression predicts numerical values. Therefore, document classification is suitable for identifying the document type before additional processing.<\/span><\/p>\n<h3><b>Question 251<\/b><\/h3>\n<p><b>A data scientist notices that a numerical feature such as annual income has values much larger in magnitude than another feature such as age. Which preprocessing technique can help place numerical features on comparable scales?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Entity recognition<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Feature scaling<\/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<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Feature scaling transforms numerical features so that differences in their magnitude do not unnecessarily dominate a machine learning algorithm. For example, annual income may contain values in the thousands while age generally contains much smaller values. Scaling techniques can place such numerical variables on comparable ranges, depending on the algorithm and preprocessing strategy. Entity recognition analyzes text, sentiment analysis identifies opinions, and OCR extracts text from images. Therefore, when numerical features have substantially different scales, feature scaling can be an appropriate preprocessing technique.<\/span><\/p>\n<h3><b>Question 252<\/b><\/h3>\n<p><b>A healthcare organization wants to identify names of people, organizations, and locations mentioned in written reports. Which natural language capability addresses this requirement?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Entity recognition<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image segmentation<\/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;\">Speech synthesis<\/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;\">Entity recognition identifies important entities mentioned in text and can categorize them into types such as people, organizations, locations, dates, or other supported categories. In written reports, this capability can help applications extract structured information from otherwise unstructured language. Image segmentation is a computer vision task, regression predicts numerical values, and speech synthesis converts text into spoken audio. Since the requirement involves identifying names and other meaningful entities in written reports, entity recognition is the appropriate natural language processing capability.<\/span><\/p>\n<h3><b>Question 253<\/b><\/h3>\n<p><b>An AI system must provide spoken answers to users after generating text responses. Which capability converts the generated text into audio?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Speech-to-text<\/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;\">OCR<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Language detection<\/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;\">Text-to-speech converts written text into spoken audio. A conversational AI application can first generate a text response and then use text-to-speech to provide that response verbally to the user. Speech-to-text performs the reverse operation by converting spoken language into text. OCR extracts text from images, while language detection identifies the language used in written content. Therefore, when an AI application needs to turn generated written responses into audible speech, text-to-speech is the appropriate capability.<\/span><\/p>\n<h3><b>Question 254<\/b><\/h3>\n<p><b>A model evaluation process uses a dataset that was not used to train the model. Why is this separation important?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It guarantees perfect accuracy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It increases the number of training labels automatically<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It helps measure how well the model generalizes to unseen data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It removes the need for model monitoring<\/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;\">Using data that was not included during training provides a more realistic assessment of how a model may perform on new, unseen examples. This helps evaluate generalization and can reveal whether a model has learned useful patterns rather than simply memorizing training examples. A separate evaluation dataset does not guarantee perfect accuracy, automatically create labels, or eliminate the need for monitoring after deployment. Keeping training and evaluation data appropriately separated is therefore an important part of obtaining meaningful information about model performance.<\/span><\/p>\n<h3><b>Question 255<\/b><\/h3>\n<p><b>Which responsible AI principle focuses on ensuring that an AI system can be used effectively by people with different abilities and circumstances?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Inclusiveness<\/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;\">Transparency<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Accuracy<\/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;\">Inclusiveness focuses on designing AI systems so that they can be used by people with different abilities, backgrounds, and circumstances. An inclusive system considers accessibility and attempts to avoid excluding groups of users from benefiting from the technology. Transparency concerns communicating appropriate information about how an AI system works, while accuracy is a model performance concept rather than a responsible AI principle. Regression is a machine learning task. Therefore, when the requirement concerns making an AI system usable by a broad range of people, inclusiveness is the relevant principle.<\/span><\/p>\n<h3><b>Question 256<\/b><\/h3>\n<p><b>A company wants to automatically summarize long customer-support conversations into short notes for service agents. Which workload is most appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image analysis<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Text summarization<\/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;\">Speech synthesis<\/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;\">Text summarization generates a shorter representation of longer written content while attempting to retain important information. Customer-support conversations can be converted into concise notes that help service agents understand previous interactions without reading the entire conversation. Image analysis focuses on visual content, object detection identifies and locates objects in images, and speech synthesis converts text into spoken audio. Because the requirement involves reducing lengthy textual conversations into useful shorter notes, text summarization is the most appropriate natural language processing workload.<\/span><\/p>\n<h3><b>Question 257<\/b><\/h3>\n<p><b>A company needs to store and search organizational documents so an AI application can retrieve relevant passages to support generated answers. Which Azure service can provide search and indexing capabilities for this scenario?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure AI Search<\/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 AI Face<\/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 Search provides search and indexing capabilities that can help applications find relevant information across organizational content. It can support AI applications that retrieve useful documents or passages and then provide that information as context for downstream processing or generative AI. Azure AI Speech is designed for speech workloads, Azure AI Vision handles visual analysis, and Azure AI Face focuses on face-related capabilities. For an application that needs to index organizational documents and retrieve relevant content, Azure AI Search is the appropriate service.<\/span><\/p>\n<h3><b>Question 258<\/b><\/h3>\n<p><b>A model predicts whether an email is spam. The system identifies 95 spam messages correctly but misses 5 spam messages that were actually present. Which metric is especially relevant for measuring the proportion of actual spam messages detected?<\/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;\">Recall<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Mean absolute error<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Accuracy<\/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;\">Recall measures the proportion of actual positive cases that the model successfully identifies. If spam is considered the positive class, the 95 correctly detected spam messages represent true positives, while the 5 missed spam messages represent false negatives. Recall therefore helps determine how effectively the model detects the spam messages that actually exist. Precision instead focuses on how many messages predicted as spam were truly spam. Mean absolute error is mainly used for numerical prediction, while accuracy measures overall correct classifications. Thus, recall is especially relevant in this scenario.<\/span><\/p>\n<h3><b>Question 259<\/b><\/h3>\n<p><b>An AI application generates answers using information retrieved from a trusted company knowledge base. What is the main purpose of supplying this retrieved information to the generative model?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To provide grounding context<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase image resolution<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To replace model evaluation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To perform 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;\">Grounding provides relevant external information that helps a generative AI model produce responses based on a specified source of information. When content is retrieved from a trusted company knowledge base, that material can be supplied as context for the model. This can help reduce unsupported responses and make answers more relevant to organizational information. Grounding does not increase image resolution, replace model evaluation, or perform speech recognition. Therefore, providing retrieved knowledge-base content primarily serves to ground the generated response in relevant information.<\/span><\/p>\n<h3><b>Question 260<\/b><\/h3>\n<p><b>A development team discovers that a generative AI model sometimes produces responses that violate the organization&#8217;s acceptable-use requirements. What should the team consider adding to help manage this risk?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Additional image pixels<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Content safety controls<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Regression labels<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Clustering features<\/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;\">Content safety controls can help organizations identify, filter, or manage potentially harmful or inappropriate inputs and outputs in AI applications. Generative AI systems can produce unexpected content, so applications should consider appropriate safety mechanisms based on their intended use, users, and risk level. Adding image pixels, regression labels, or clustering features does not directly address inappropriate generated responses. Content safety is therefore the relevant consideration when a development team needs to manage outputs that may violate an organization&#8217;s acceptable-use requirements.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft AI-900 Exam Dumps and Practice Test Dumps. &nbsp; Question 241 Which Azure AI capability can identify and locate multiple objects within an image? Image classification OCR Object detection Sentiment analysis Correct Answer: 3 Explanation Object detection identifies objects within an image and provides information about their locations, commonly by returning bounding boxes [&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\/18268"}],"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=18268"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/18268\/revisions"}],"predecessor-version":[{"id":18269,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/18268\/revisions\/18269"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=18268"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=18268"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=18268"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}