{"id":16115,"date":"2026-09-18T11:23:59","date_gmt":"2026-09-18T11:23:59","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=16115"},"modified":"2026-09-18T11:23:59","modified_gmt":"2026-09-18T11:23:59","slug":"microsoft-ai-901-practice-test-questions-and-exam-dumps-part-9-q161-180","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ai-901-practice-test-questions-and-exam-dumps-part-9-q161-180\/","title":{"rendered":"Microsoft AI-901 Practice Test Questions and Exam Dumps Part 9 Q161-180"},"content":{"rendered":"<h1><\/h1>\n<p><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/ai-901-exam-dumps\"><b>Microsoft AI-901 Exam Dumps<\/b><\/a><b> and Practice Test Dumps<\/b><\/p>\n<p>&nbsp;<\/p>\n<h3><b>Question 161. Which Azure service provides a centralized environment for developing generative AI applications?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure Storage<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Foundry<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure DNS<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure Firewall<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. Azure AI Foundry<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure AI Foundry provides an environment for building, testing, evaluating, and deploying generative AI applications. It brings together models, prompts, evaluation capabilities, and application development resources in a unified workspace. Developers can use available foundation models and connect AI capabilities to application data and services. The platform is particularly useful when an organization needs to move beyond simply calling a model and wants to manage the broader development lifecycle. Azure Storage and Azure DNS provide infrastructure-related capabilities, while Azure Firewall focuses on network security. Therefore, Azure AI Foundry is the appropriate choice when the requirement is a centralized environment for developing generative AI solutions.<\/span><\/p>\n<h3><b>Question 162. What is the main purpose of a system message in a generative AI application?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> To store training data<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To create database indexes<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To define behavior and instructions for the model<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To monitor network traffic<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. To define behavior and instructions for the model<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A system message provides high-level instructions that guide how a generative AI model should behave during an interaction. It can establish the assistant&#8217;s role, communication style, rules, limitations, or task-specific behavior. For example, a system message could instruct a model to act as a customer-support assistant and answer only questions related to company products. This is different from a user message, which normally contains the specific request from the person interacting with the application. System instructions therefore help developers control the model&#8217;s behavior consistently across multiple interactions. They are not intended for storing datasets, creating indexes, or monitoring network traffic.<\/span><\/p>\n<h3><b>Question 163. Which technique provides a generative AI model with a few examples of the desired task?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Few-shot prompting<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Data normalization<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Clustering<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Feature scaling<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Few-shot prompting<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Few-shot prompting involves giving a generative AI model a small number of examples that demonstrate how a task should be completed. The examples can show an input and the expected output, allowing the model to infer the pattern and apply it to a new input. For instance, a prompt might provide several examples of customer comments classified as positive or negative before asking the model to classify another comment. This technique can improve consistency without requiring the model itself to be retrained. Clustering, normalization, and feature scaling are different data-processing or machine-learning concepts and do not describe the process of supplying examples directly within a prompt.<\/span><\/p>\n<h3><b>Question 164. What is the primary benefit of grounding a generative AI response with external data?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> It eliminates the need for prompts<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> It increases computer memory<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> It replaces the AI model<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> It helps provide responses based on relevant information<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4. It helps provide responses based on relevant information<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Grounding connects a generative AI model with relevant external information so that its responses can be based on specific data rather than relying only on information contained in the model&#8217;s training. For example, a company chatbot can retrieve current product documentation before generating an answer about a product feature. This can improve relevance and help reduce unsupported responses. Grounding does not eliminate prompts or replace the underlying model. It also does not directly increase computer memory. In many AI applications, retrieval systems such as search indexes are used to locate useful information, which is then supplied to the model as context for generating the response.<\/span><\/p>\n<h3><b>Question 165. Which search approach is particularly useful for finding documents based on the meaning of a query?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Exact filename matching<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Semantic search<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> File compression<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Port scanning<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. Semantic search<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Semantic search focuses on the meaning and intent of a query rather than relying only on exact keyword matches. This makes it useful when users phrase questions differently from the wording contained in the indexed documents. For example, a user might search for \u201cways to protect account information,\u201d while a document discusses \u201ccustomer data security.\u201d Semantic search can recognize the relationship between these concepts and return relevant information. Azure AI Search supports semantic capabilities that can improve the relevance of search results. Exact matching, compression, and port scanning serve entirely different purposes and do not provide meaning-based document retrieval.<\/span><\/p>\n<h3><b>Question 166. What do embeddings represent in many AI search solutions?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Network addresses<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Database passwords<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Numerical representations of data meaning<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> File permissions<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. Numerical representations of data meaning<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Embeddings are numerical representations that capture meaningful characteristics and relationships within data such as text, images, or other content. In AI-powered search, text can be converted into vectors, allowing a system to compare the semantic similarity between a user&#8217;s query and stored documents. Content with related meanings can have vectors that are closer together in the embedding space even when the exact words differ. This makes embeddings useful for vector search and retrieval-augmented generation scenarios. Embeddings are not network addresses, passwords, or permission records. Their primary role is to represent information in a mathematical form that AI systems can compare and process.<\/span><\/p>\n<h3><b>Question 167. Which Azure service can be used to search indexed organizational content for an AI application?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Search<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure Virtual Network<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure DNS<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure Key Vault<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Azure AI Search<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure AI Search is designed to index and retrieve information from organizational data sources. It can support keyword, semantic, and vector-based search scenarios, making it useful for AI applications that need to retrieve relevant information before generating an answer. For example, an organization can index internal documents and allow an AI assistant to retrieve relevant passages when answering employee questions. This retrieval capability is especially important in retrieval-augmented generation applications. Azure Virtual Network provides networking capabilities, Azure DNS handles name resolution, and Azure Key Vault is designed for managing secrets and keys. Therefore, Azure AI Search is the service most directly associated with searching indexed organizational content.<\/span><\/p>\n<h3><b>Question 168. Which scenario is an example of retrieval-augmented generation (RAG)?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Training a neural network from scratch<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Compressing an image<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Creating a firewall rule<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Retrieving company documents and providing them to a language model for an answer<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4. Retrieving company documents and providing them to a language model for an answer<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Retrieval-augmented generation combines information retrieval with generative AI. In a typical RAG workflow, a user&#8217;s question is first used to retrieve relevant information from a search index or knowledge source. The retrieved content is then provided to a language model as additional context. The model uses that context to generate a response. This approach is useful when an application needs to answer questions about private, specialized, or frequently changing information without requiring the foundation model to be retrained whenever the source data changes. Training a neural network, compressing images, and configuring firewall rules are separate activities and do not describe the RAG process.<\/span><\/p>\n<h3><b>Question 169. Which Azure AI capability can help detect potentially harmful content in user-generated text or images?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Content Safety<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure DNS<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure Data Box<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure Load Balancer<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Azure AI Content Safety<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure AI Content Safety provides capabilities for identifying and managing potentially harmful content in applications that process text and images. It can help organizations detect categories of unsafe material and apply appropriate controls based on their application requirements. This is especially important when users can submit content to an AI-powered application or when an application generates responses that need to be evaluated. Content Safety is part of responsible AI practices because it can help developers establish safeguards around AI interactions. Azure DNS, Azure Data Box, and Azure Load Balancer address networking, data transfer, and traffic distribution needs respectively, rather than content moderation.<\/span><\/p>\n<h3><b>Question 170. Which computer vision task assigns a category to an entire image?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Object detection<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Image classification<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Speech recognition<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Entity recognition<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. Image classification<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Image classification assigns one or more categories or labels to an entire image. For example, a model might classify an image as containing a dog, cat, vehicle, or landscape. The important characteristic is that classification determines what the image represents without necessarily identifying the precise location of individual objects. Object detection goes further by identifying objects and locating them with bounding boxes. Speech recognition processes spoken language, while entity recognition identifies meaningful entities in text. Understanding the distinction between image classification and object detection is important when selecting an AI vision technique for a particular application requirement.<\/span><\/p>\n<h3><b>Question 171. What does OCR primarily extract from an image or scanned document?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Network packets<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Audio signals<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Written or printed text<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Database relationships<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. Written or printed text<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Optical Character Recognition, or OCR, is used to detect and extract text from images and scanned documents. It can recognize printed or handwritten characters depending on the capabilities of the selected service and input. OCR is useful for digitizing paper documents, extracting text from photographs, and making scanned information searchable. For example, an organization could process scanned forms and extract the visible text into structured application data. OCR does not analyze network packets, process audio signals, or identify database relationships. In Azure AI solutions, OCR capabilities can be used as part of document and image-processing workflows.<\/span><\/p>\n<h3><b>Question 172. Which Azure AI Language capability identifies names of people, organizations, or locations in text?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Named entity recognition<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Image segmentation<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Speech synthesis<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Object detection<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Named entity recognition<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Named entity recognition, or NER, identifies entities within text and categorizes them according to types such as person, organization, location, date, or other supported categories. For example, in the sentence \u201cMicrosoft opened an office in London,\u201d an NER system could identify Microsoft as an organization and London as a location. This capability is useful for extracting structured information from unstructured text. Image segmentation and object detection are computer vision tasks, while speech synthesis converts text into spoken audio. NER therefore provides the functionality required when an application needs to locate and categorize meaningful entities within written language.<\/span><\/p>\n<h3><b>Question 173. Which Azure AI Speech capability converts spoken audio into text?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Text-to-speech<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Speech-to-text<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Machine translation<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Image analysis<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. Speech-to-text<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Speech-to-text converts spoken language in an audio stream or recording into written text. It is commonly used for transcription, voice-controlled applications, meeting notes, call-center processing, and accessibility scenarios. The service analyzes the audio input and produces text representing the recognized speech. Text-to-speech performs the opposite operation by converting written text into synthesized audio. Machine translation focuses on converting content between languages, while image analysis works with visual information. Therefore, when an application needs to capture what a person says and represent it as written text, the appropriate Azure AI Speech capability is speech-to-text.<\/span><\/p>\n<h3><b>Question 174. What is the purpose of text-to-speech in an AI application?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> To convert spoken audio into text<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To classify images<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To convert text into synthesized speech<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To identify database keys<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. To convert text into synthesized speech<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Text-to-speech converts written text into computer-generated spoken audio. This capability can make applications more accessible and useful in situations where users prefer to listen rather than read. Examples include virtual assistants, navigation systems, educational applications, and automated announcements. A text-to-speech service can generate audio using a selected voice and language, depending on the supported capabilities. Speech-to-text is the reverse process, converting spoken language into written text. Image classification deals with visual data, while database keys are related to data storage. Therefore, text-to-speech is the appropriate technology when an application needs to speak generated or stored textual content.<\/span><\/p>\n<h3><b>Question 175. Which Azure service is designed to translate text between supported languages?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Translator<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure Monitor<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure Blob Storage<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure Virtual Machines<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Azure AI Translator<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure AI Translator provides machine translation capabilities for converting text from one supported language to another. It can be incorporated into applications that need multilingual communication, such as websites, customer-support tools, document workflows, and messaging systems. Translation services can process source text and return an equivalent version in the requested target language. Azure Monitor is used for monitoring applications and resources, Azure Blob Storage provides object storage, and Azure Virtual Machines provide compute resources. Therefore, when the primary requirement is automated language translation, Azure AI Translator is the service designed specifically for that purpose.<\/span><\/p>\n<h3><b>Question 176. Which Azure service can extract structured fields from invoices and receipts?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure DNS<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Document Intelligence<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure Firewall<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure Virtual Network<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. Azure AI Document Intelligence<\/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 information from forms, invoices, receipts, identity documents, and other supported document types. Instead of treating a document as only an image containing text, document-processing models can identify fields and values and return structured information that applications can use. For example, an invoice-processing application may extract invoice numbers, dates, vendor information, and totals. This reduces the need for manual data entry. Azure DNS, Azure Firewall, and Azure Virtual Network provide infrastructure and networking capabilities, so they are not appropriate for extracting structured fields from business documents.<\/span><\/p>\n<h3><b>Question 177. What is the main purpose of an Azure Machine Learning pipeline?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> To automate a sequence of machine-learning steps<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To replace all storage services<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To configure DNS records<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To create firewall policies<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. To automate a sequence of machine-learning steps<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An Azure Machine Learning pipeline organizes and automates a sequence of machine-learning activities. A pipeline can include steps such as preparing data, training a model, evaluating results, and producing outputs. Automating these steps helps make machine-learning workflows more repeatable and easier to manage. For example, an organization could create a pipeline that retrieves training data, performs preprocessing, trains a model, and evaluates its performance. Pipelines do not replace storage services or perform networking tasks such as DNS configuration or firewall management. Their purpose is to coordinate machine-learning workflow activities in a structured and repeatable manner.<\/span><\/p>\n<h3><b>Question 178. When should an online endpoint generally be used for machine-learning inference?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> When predictions are needed interactively with low latency<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> When no predictions are required<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Only when storing archived documents<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Only for configuring networks<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. When predictions are needed interactively with low latency<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An online endpoint is appropriate when an application needs predictions or model responses interactively, often with low latency. For example, a customer-facing application might send an input to a deployed machine-learning model and immediately receive a prediction. Online inference is useful when individual requests arrive continuously and responses are expected quickly. Batch inference is different because it is designed to process larger quantities of data without requiring an immediate response for each individual request. Storage, networking, and archival tasks are separate concerns. Selecting the correct endpoint type depends largely on how frequently predictions are requested and how quickly the application needs the results.<\/span><\/p>\n<h3><b>Question 179. Which responsible AI principle focuses on protecting personal information?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Fairness<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Transparency<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Privacy and security<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Accountability<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. Privacy and security<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Privacy and security focus on protecting personal information and ensuring that data used by an AI system is handled appropriately. AI applications may process names, contact details, financial information, documents, or other sensitive business data, so appropriate access controls and data-handling practices are important. Techniques such as limiting unnecessary data collection, controlling permissions, and protecting stored information can reduce privacy risks. Fairness focuses on avoiding unjustified differences in outcomes, transparency concerns understanding and communicating how systems work, and accountability concerns assigning responsibility for AI systems and their outcomes. Therefore, privacy and security directly address the protection of personal information.<\/span><\/p>\n<h3><b>Question 180. What should be investigated when a deployed model&#8217;s performance decreases because the input data has changed over time?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> The monitor&#8217;s screen resolution<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Model or data drift<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> The DNS domain name only<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> The keyboard layout<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. Model or data drift<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">When the characteristics of incoming data change over time, the performance of a machine-learning model can decrease. This situation can involve data drift, where the distribution or characteristics of input data change, or model-related performance changes caused by evolving real-world conditions. Monitoring deployed models helps organizations identify these changes and determine whether investigation, retraining, or updating is necessary. For example, a model trained using historical customer behavior may become less accurate if customer behavior changes substantially. Screen resolution, keyboard layout, and DNS naming do not explain changes in model prediction quality. Therefore, drift should be investigated when input patterns evolve and model performance declines.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft AI-901 Exam Dumps and Practice Test Dumps &nbsp; Question 161. Which Azure service provides a centralized environment for developing generative AI applications? Azure Storage Azure AI Foundry Azure DNS Azure Firewall Correct Answer: 2. Azure AI Foundry Explanation: Azure AI Foundry provides an environment for building, testing, evaluating, and deploying generative AI [&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\/16115"}],"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=16115"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/16115\/revisions"}],"predecessor-version":[{"id":16138,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/16115\/revisions\/16138"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=16115"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=16115"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=16115"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}