{"id":16119,"date":"2026-09-18T11:22:54","date_gmt":"2026-09-18T11:22:54","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=16119"},"modified":"2026-09-18T11:22:54","modified_gmt":"2026-09-18T11:22:54","slug":"microsoft-ai-901-practice-test-questions-and-exam-dumps-part-13-q241-260","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ai-901-practice-test-questions-and-exam-dumps-part-13-q241-260\/","title":{"rendered":"Microsoft AI-901 Practice Test Questions and Exam Dumps Part 13 Q241-260"},"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 241. Which Azure service provides a platform for building and deploying machine-learning solutions?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure Machine Learning<\/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<li><b><\/b><span style=\"font-weight: 400;\"> Azure Storage Explorer<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Azure Machine Learning<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Machine Learning provides a managed platform for developing, training, evaluating, deploying, and monitoring machine-learning models. It supports various stages of the machine-learning lifecycle and provides resources such as compute, data assets, jobs, model management, and deployment capabilities. Developers can use it to create repeatable workflows and manage models from experimentation through production. Azure DNS focuses on name resolution, Azure Firewall provides network security, and Azure Storage Explorer is a tool for interacting with storage resources. Therefore, when an organization needs a platform specifically designed to develop and deploy machine-learning solutions, Azure Machine Learning is the appropriate choice.<\/span><\/p>\n<h3><b>Question 242. Which type of machine learning uses rewards or penalties to learn from actions?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Classification<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Reinforcement learning<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Regression<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Clustering<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. Reinforcement learning<\/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 in the form of rewards or penalties. The agent attempts to choose actions that maximize its long-term reward. This differs from supervised learning, where models learn from labeled examples, and unsupervised learning, where models discover patterns without predefined labels. For example, reinforcement learning can be used in scenarios where an agent needs to learn a strategy through repeated interaction and feedback. Classification, regression, and clustering address different types of machine-learning problems and do not primarily rely on reward-based learning.<\/span><\/p>\n<h3><b>Question 243. Which machine-learning technique predicts a category such as approved or rejected?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Regression<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Clustering<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Classification<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Dimensionality reduction<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. Classification<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Classification is a supervised machine-learning technique used to predict categories or classes. For example, a model could classify an application as approved or rejected, an email as spam or not spam, or a customer review as positive or negative. During training, the model learns from examples where the correct category is already known. Regression differs because it predicts continuous numerical values, while clustering discovers groups without predefined labels. Dimensionality reduction is generally used to simplify datasets by reducing the number of variables. Therefore, when the expected output is a category such as approved or rejected, classification is the appropriate machine-learning technique.<\/span><\/p>\n<h3><b>Question 244. What is the purpose of a machine-learning training dataset?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> To provide examples from which the model learns patterns<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To store DNS records<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To provide final production predictions<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To configure network security<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. To provide examples from which the model learns patterns<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A training dataset contains examples used by a machine-learning algorithm to learn relationships and patterns. In supervised learning, the examples normally include input features and corresponding labels so the model can learn how the inputs relate to the expected outputs. The quality and relevance of training data strongly influence the resulting model because the model can only learn patterns that are represented in the available examples. A training dataset is different from a test dataset, which is generally reserved for evaluation. DNS records and network security rules are infrastructure concepts and are not the purpose of a machine-learning training dataset.<\/span><\/p>\n<h3><b>Question 245. Which issue can occur when training data contains duplicate or incorrect records?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Data quality problems<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Automatic model certification<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Improved encryption<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Faster network routing<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Data quality problems<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Duplicate, incorrect, incomplete, or inconsistent records can create data quality problems that affect machine-learning development. Since models learn patterns from their training data, poor-quality examples can lead to inaccurate or misleading relationships being learned. Data preparation may therefore include identifying duplicates, handling missing values, correcting invalid records, and checking whether the data is appropriate for the intended task. Data quality should be considered before and during model development rather than assuming that a large dataset is automatically reliable. Encryption and network routing are unrelated infrastructure concerns. Therefore, duplicate or incorrect records are primarily an example of a data quality issue.<\/span><\/p>\n<h3><b>Question 246. Which Azure AI service is designed to analyze spoken language and provide speech-related capabilities?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Speech<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Search<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Vision<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Document Intelligence<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Azure AI Speech<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure AI Speech provides capabilities for processing spoken language, including speech-to-text and text-to-speech scenarios. Applications can use speech-to-text to convert spoken audio into written content or text-to-speech to generate spoken audio from text. These capabilities can support virtual assistants, transcription applications, accessibility solutions, and voice-enabled interfaces. Azure AI Search focuses on information retrieval, Azure AI Vision processes visual information, and Azure AI Document Intelligence analyzes documents. Therefore, when the requirement involves speech recognition or speech synthesis, Azure AI Speech is the appropriate Azure AI service.<\/span><\/p>\n<h3><b>Question 247. Which Azure AI capability can determine whether text expresses positive or negative sentiment?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> OCR<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Sentiment analysis<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Object detection<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Image segmentation<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. Sentiment analysis<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Sentiment analysis evaluates written text to determine the expressed emotional or opinion-related tone. Depending on the supported capability, the result can identify positive, negative, neutral, or mixed sentiment. Organizations can use sentiment analysis to understand customer reviews, survey responses, support messages, or social feedback. For example, an online retailer could process product reviews to identify common positive and negative opinions. OCR extracts text from images, object detection identifies objects in images, and image segmentation separates image regions. Therefore, sentiment analysis is the natural language processing capability used when the goal is to determine the sentiment expressed in written content.<\/span><\/p>\n<h3><b>Question 248. Which Azure AI service can search enterprise data using semantic and vector search capabilities?<\/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 AI Speech<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Translator<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure AI Vision<\/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 provides search capabilities that can be used with enterprise information and AI applications. Depending on the configuration, it can support keyword search, semantic search, and vector search. These capabilities allow applications to retrieve relevant information using both textual matching and semantic relationships represented by embeddings. This makes Azure AI Search useful for retrieval-augmented generation applications where a language model needs access to relevant organizational information. Azure AI Speech handles spoken language, Translator provides translation, and Vision handles visual data. Therefore, Azure AI Search is the appropriate service for enterprise search involving semantic and vector retrieval.<\/span><\/p>\n<h3><b>Question 249. What is a key benefit of using retrieval-augmented generation with private organizational data?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> It can provide relevant organizational information as context to the model<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> It permanently retrains the foundation model for every query<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> It removes the need for data security<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> It guarantees every generated response is correct<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. It can provide relevant organizational information as context to the model<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Retrieval-augmented generation can connect a generative AI model with private or specialized organizational information by retrieving relevant content and providing it as context for the model. This approach is useful when the organization has information that may not be available in the model&#8217;s original training data, such as internal procedures, product documentation, or company policies. RAG does not automatically retrain the foundation model for every request, and it does not remove the need for security controls. It also cannot guarantee that every generated response will be correct. Its key benefit is providing relevant retrieved information to support more context-aware responses.<\/span><\/p>\n<h3><b>Question 250. Which component is commonly used to convert text into vectors for semantic retrieval?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Firewall<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Embedding model<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> DNS server<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Load balancer<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. Embedding model<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An embedding model converts information such as text into numerical vector representations that capture semantic characteristics. These vectors can then be stored and compared during vector search. When a user submits a query, the query can also be converted into an embedding, allowing the system to compare it with stored document vectors and retrieve semantically related information. This process is useful in AI search and retrieval-augmented generation solutions. Firewalls, DNS servers, and load balancers perform infrastructure and networking functions rather than semantic representation. Therefore, an embedding model is the component commonly used to transform text into vectors for semantic retrieval.<\/span><\/p>\n<h3><b>Question 251. What does semantic search primarily use to improve the relevance of search results?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Only file extensions<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> The meaning and context of the query<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Random document selection<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Network port numbers<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. The meaning and context of the query<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Semantic search focuses on understanding the meaning and context of a user&#8217;s query rather than relying exclusively on exact keyword matches. This allows the search system to identify documents that are conceptually related even when they use different wording. For example, a query asking about \u201cprotecting customer accounts\u201d may retrieve documents discussing identity security even if the exact phrase does not appear. Semantic search can improve the relevance of results in knowledge bases and AI applications. File extensions and network port numbers do not describe the meaning of a query. Therefore, semantic search primarily uses semantic relationships and context to improve retrieval.<\/span><\/p>\n<h3><b>Question 252. Which Azure AI service can extract information from invoices using prebuilt document models?<\/b><\/h3>\n<ol>\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 DNS<\/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 AI Speech<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Azure AI Document Intelligence<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure AI Document Intelligence provides document-analysis capabilities that can extract information from supported document types, including invoices. Prebuilt models can recognize relevant fields and values so that applications can process business documents more efficiently. For example, an invoice-processing solution may extract vendor details, invoice numbers, dates, totals, and other supported information into structured output. This can reduce manual data-entry requirements and support automated business workflows. Azure DNS and Azure Firewall are networking and security services, while Azure AI Speech handles spoken-language scenarios. Therefore, Azure AI Document Intelligence is the appropriate service for extracting structured information from invoices.<\/span><\/p>\n<h3><b>Question 253. Which capability can identify inappropriate or harmful content in an AI application?<\/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;\"> Regression<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Clustering<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Azure DNS<\/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 detecting potentially harmful content in AI applications. It can help organizations evaluate text and image content according to supported safety categories and establish safeguards around user-generated or AI-generated material. This can be particularly important for applications that interact directly with users or generate content dynamically. Content Safety can form part of a broader responsible AI strategy that includes monitoring, access controls, evaluation, and human oversight where appropriate. Regression and clustering are machine-learning techniques, while Azure DNS provides domain name resolution. Therefore, Azure AI Content Safety is the capability specifically intended to help identify potentially harmful content.<\/span><\/p>\n<h3><b>Question 254. Which approach can help reduce the risk of exposing unnecessary personal information to an AI system?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Data minimization<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Increasing administrator permissions<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Publishing sensitive data in prompts<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Disabling authentication<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Data minimization<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Data minimization involves collecting, storing, and processing only the information that is necessary for a specific purpose. Applying this principle to AI applications can reduce the amount of personal or sensitive information that enters the system and therefore reduce potential privacy risks. For example, if an AI application only needs a customer&#8217;s general region to complete a task, there may be no reason to provide unrelated personal information. Increasing permissions, publishing sensitive information in prompts, or disabling authentication can create additional security and privacy risks. Therefore, data minimization is an important practice for reducing unnecessary exposure of personal information.<\/span><\/p>\n<h3><b>Question 255. Which responsible AI principle is concerned with treating people and groups fairly?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Transparency<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Fairness<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Accountability<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Reliability<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. Fairness<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Fairness focuses on ensuring that AI systems are designed and evaluated to avoid unjustified differences in treatment or outcomes among people or groups. Developers may examine training data, model performance, and evaluation results across relevant groups to identify potential disparities. Fairness does not mean that every prediction must be identical for every person; rather, the system should be appropriate for its intended purpose and should avoid unjustified harmful differences. Transparency concerns communicating information about the system, accountability concerns responsibility, and reliability concerns dependable operation. Therefore, fairness is the responsible AI principle most directly associated with equitable treatment of people and groups.<\/span><\/p>\n<h3><b>Question 256. Which responsible AI principle focuses on making an AI system understandable to users and stakeholders?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Transparency<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Clustering<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Regression<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Classification<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Transparency<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Transparency involves providing meaningful information about an AI system so that users and stakeholders can understand relevant aspects of its purpose, behavior, limitations, and use. The exact information needed depends on the system and its context. For example, an organization may communicate what an AI system is designed to do, what information it uses, and what limitations users should consider when interpreting its output. Transparency can support informed and responsible use of AI. Clustering, regression, and classification are machine-learning techniques rather than responsible AI principles. Therefore, transparency is the principle associated with making important information about an AI system understandable.<\/span><\/p>\n<h3><b>Question 257. What is a primary purpose of Azure AI Foundry in generative AI development?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Managing physical network cables<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Supporting development, evaluation, and deployment of AI applications<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Replacing all storage services<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Providing only DNS resolution<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. Supporting development, evaluation, and deployment of AI applications<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure AI Foundry provides tools and capabilities that support the development lifecycle of AI applications, particularly generative AI solutions. Developers can work with models, prompts, evaluation processes, application components, and deployment workflows in a unified environment. This can help teams move from experimentation toward more structured development and production use. Azure AI Foundry is not intended to replace general-purpose storage services or provide only DNS functionality. Physical network management is also outside its primary purpose. Therefore, supporting the development, evaluation, and deployment of AI applications is a central purpose of Azure AI Foundry.<\/span><\/p>\n<h3><b>Question 258. Which prompt technique provides examples to guide a generative AI model toward a desired output format?<\/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 encryption<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Object detection<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Batch inference<\/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 provides a generative AI model with a small number of examples that demonstrate how a task should be performed. These examples can show the expected input and output structure, helping the model infer the desired pattern. For example, a developer could provide several examples of questions followed by answers in a specific format before asking the model to process a new question. This can help improve consistency without requiring model retraining. Zero-shot prompting does not provide task-specific examples. Data encryption, object detection, and batch inference are unrelated concepts. Therefore, few-shot prompting is the technique that uses examples to guide the model.<\/span><\/p>\n<h3><b>Question 259. What should a developer do if a generative AI application frequently produces unsupported answers about internal company policies?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Remove all company information<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Add relevant grounding data and evaluate the responses<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Disable all user authentication<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Ignore the responses<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. Add relevant grounding data and evaluate the responses<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">If a generative AI application frequently produces unsupported answers about internal company policies, the application may need better access to authoritative organizational information. Grounding can provide the model with relevant policy documents or retrieved passages so that responses are based on appropriate source material. Developers should also evaluate the resulting responses to determine whether retrieval and generation quality meet the application&#8217;s requirements. Security and access controls should remain in place when dealing with internal information. Removing company information would not solve the knowledge requirement, while ignoring incorrect responses leaves the underlying problem unresolved. Therefore, relevant grounding combined with systematic evaluation is an appropriate approach.<\/span><\/p>\n<h3><b>Question 260. Why should an AI model be evaluated using data that was not used to train it?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> To determine how well it generalizes to unseen data<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To increase the number of training parameters<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To eliminate all model errors<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> To prevent the model from being deployed<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. To determine how well it generalizes to unseen data<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Evaluating a model with data that was not used for training provides information about how well the model can generalize to new examples. A model can perform very well on training data simply because it has learned patterns specific to those examples, including noise or details that may not apply elsewhere. Testing on unseen data provides a more realistic indication of how the model may perform in practice. This is one reason training and test datasets are kept separate. Unseen-data evaluation cannot eliminate all model errors, but it can reveal weaknesses in generalization and help determine whether the model is suitable for its intended use.<\/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 241. Which Azure service provides a platform for building and deploying machine-learning solutions? Azure Machine Learning Azure DNS Azure Firewall Azure Storage Explorer Correct Answer: 1. Azure Machine Learning Explanation: Azure Machine Learning provides a managed platform for developing, training, evaluating, deploying, and [&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\/16119"}],"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=16119"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/16119\/revisions"}],"predecessor-version":[{"id":16134,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/16119\/revisions\/16134"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=16119"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=16119"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=16119"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}