{"id":13758,"date":"2026-09-16T10:47:11","date_gmt":"2026-09-16T10:47:11","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=13758"},"modified":"2026-09-16T10:47:11","modified_gmt":"2026-09-16T10:47:11","slug":"microsoft-ai-103-practice-test-questions-and-exam-dumps-part11-q201-220","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ai-103-practice-test-questions-and-exam-dumps-part11-q201-220\/","title":{"rendered":"Microsoft AI-103 Practice Test Questions and Exam Dumps Part11 Q201-220"},"content":{"rendered":"<h1><\/h1>\n<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/ai-103-exam-dumps\"><b>Microsoft AI-103 Exam Dumps<\/b><\/a><b> and Practice Test Dumps.<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 201<\/b><\/h3>\n<p><b>What is the main purpose of chunking documents in a RAG system?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To convert speech into text<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To divide large content into searchable sections<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To remove authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase image resolution<\/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;\">Chunking divides large documents into smaller sections that can be indexed, retrieved, and supplied to a language model as context. Appropriate chunk sizes can improve retrieval because the system can identify specific passages instead of returning an entire document. Chunking should preserve enough surrounding information for each section to remain meaningful. Developers may also use overlap between chunks when important information could span boundaries. The best configuration depends on document structure, content type, embedding model, and the application&#8217;s retrieval requirements.<\/span><\/p>\n<h3><b>Question 202<\/b><\/h3>\n<p><b>Which Azure service is designed to analyze images and extract visual information?<\/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 Search<\/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 AI Vision provides capabilities for analyzing visual content. Depending on the supported feature, an application can use it for tasks such as image analysis, optical character recognition, and object-related visual processing. This makes it useful for applications that need to understand photographs, scanned images, or other visual content. Developers should select the appropriate vision capability based on the specific requirement. Testing with representative images is important because image quality, lighting, resolution, and content can affect analysis results.<\/span><\/p>\n<h3><b>Question 203<\/b><\/h3>\n<p><b>Why is reranking useful in a search-based AI application?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It converts text into speech<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It stores application secrets<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It improves the ordering of retrieved results<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It creates user accounts<\/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;\">Reranking evaluates an initial set of retrieved results and reorganizes them according to their relevance to the user&#8217;s query. This can improve the quality of context provided to a generative model. A search system may first retrieve a relatively broad group of candidates and then use a reranking method to place the most relevant passages higher in the results. Better ranking can reduce irrelevant context and improve grounded responses. Developers should evaluate reranking with representative queries rather than assuming it always improves every workload.<\/span><\/p>\n<h3><b>Question 204<\/b><\/h3>\n<p><b>Which authentication approach can avoid storing long-lived credentials in application code?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Plain-text passwords<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Managed identity<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hard-coded API keys<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Shared administrator accounts<\/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;\">Managed identity allows an Azure resource to authenticate to supported services without requiring developers to place long-lived credentials directly in application code. The identity can be granted only the permissions required for the workload. This reduces the need to store and rotate certain credentials manually and can improve security compared with hard-coded secrets. Developers must still configure appropriate authorization and role assignments. Managed identity is particularly useful for Azure-hosted applications that need secure access to services such as storage, databases, or other supported resources.<\/span><\/p>\n<h3><b>Question 205<\/b><\/h3>\n<p><b>Which feature is useful when an AI application must return consistent fields such as name, date, and amount?<\/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;\">Speech translation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Structured output<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image segmentation<\/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;\">Structured output is useful when an application requires predictable fields and a defined response format. Instead of receiving unrestricted natural-language text, the model can be instructed or configured to produce data that follows a specified structure. For example, an invoice-processing application might require fields for vendor name, invoice date, and total amount. The application should still validate the returned values and structure before using them. Structured output is especially valuable when model responses are passed directly to downstream application components.<\/span><\/p>\n<h3><b>Question 206<\/b><\/h3>\n<p><b>What does semantic search focus on?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Meaning and intent<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">File size only<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Audio volume<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image dimensions<\/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;\">Semantic search focuses on the meaning and intent of a query rather than relying only on exact keyword matches. It can identify content that is conceptually related even when the wording differs from the user&#8217;s search terms. This makes semantic search useful for knowledge bases, enterprise documents, and question-answering applications. Search quality depends on the configuration, content, and supported ranking capabilities. Developers should compare search results against representative queries to determine whether semantic retrieval is producing relevant information for their particular workload.<\/span><\/p>\n<h3><b>Question 207<\/b><\/h3>\n<p><b>A chatbot must answer questions using private employee documents. What should be enforced before retrieval?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Public access for everyone<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Authorization and access controls<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Removal of document permissions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Anonymous administrator access<\/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;\">Private employee documents should be protected by authorization and access controls before information is retrieved and presented to a user. A RAG system should not assume that because a document exists in a search index, every user is allowed to receive it. Access rules can be applied using identity information, document permissions, metadata filters, or other appropriate controls. The application should verify authorization before exposing sensitive content. Security testing should also confirm that users cannot bypass these restrictions through alternative queries or prompts.<\/span><\/p>\n<h3><b>Question 208<\/b><\/h3>\n<p><b>What is a key benefit of using a smaller AI model for simple tasks?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Higher microphone sensitivity<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Lower latency and cost<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Automatic authorization<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Larger document storage<\/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;\">Smaller AI models can be useful for tasks that do not require the capabilities of a larger model. They often require fewer computational resources, which can reduce latency and operating costs. Examples include simple classification, routing, extraction, or straightforward transformations. However, model size should not be selected based on cost alone. Developers should evaluate accuracy, reasoning requirements, language support, context needs, and production performance. A smaller model is appropriate when it can meet the application&#8217;s quality requirements while providing operational benefits.<\/span><\/p>\n<h3><b>Question 209<\/b><\/h3>\n<p><b>Which capability converts written text into spoken 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;\">Language detection<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Named entity 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;\">Text-to-speech converts written text into spoken audio. It can be used in applications such as virtual assistants, accessibility features, automated announcements, and voice-enabled customer experiences. Developers can provide text to a supported speech service and receive generated audio in an appropriate format. Speech quality can depend on the selected voice, language, pronunciation requirements, and configuration. Applications should also consider latency and user experience when generating audio dynamically. Text-to-speech is different from speech-to-text, which performs the reverse transformation.<\/span><\/p>\n<h3><b>Question 210<\/b><\/h3>\n<p><b>Why should AI-generated tool arguments be validated?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Models can produce incorrect or unsafe values<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Validation increases screen brightness<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tool arguments are always guaranteed to be correct<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Validation replaces authentication<\/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;\">AI models can generate incorrect, incomplete, or unexpected tool arguments, so applications should validate those arguments before executing an operation. For example, an order-management tool should verify that an order identifier exists and that requested quantities are valid. Validation can prevent malformed requests from reaching downstream systems. It does not replace authentication or authorization, because a technically valid request may still be unauthorized. Developers should apply schema validation, business-rule checks, and permission checks before allowing an agent to perform sensitive operations.<\/span><\/p>\n<h3><b>Question 211<\/b><\/h3>\n<p><b>What is the purpose of an Azure AI Search indexer?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Automatically ingest and index content from supported data sources<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Convert speech to audio<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Create user passwords<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Generate video recordings<\/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;\">An Azure AI Search indexer can automate the process of retrieving content from supported data sources and adding it to a search index. This reduces the need for an application to manually process every source record and submit it to the index. Depending on the configuration, indexers can work with supported storage and data sources and can participate in document-processing workflows. Developers should configure the data source, index, field mappings, and schedule appropriately while considering permissions, freshness requirements, and processing failures.<\/span><\/p>\n<h3><b>Question 212<\/b><\/h3>\n<p><b>Which Azure AI service can perform named entity recognition on text?<\/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 Language<\/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 Search<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure AI Language provides natural language processing capabilities including named entity recognition. NER identifies entities such as people, organizations, locations, dates, and other supported categories within text. This can help applications extract structured information from emails, customer messages, reports, and documents. The extracted entities can then be stored, searched, classified, or used in downstream workflows. Developers should evaluate recognition quality using representative text because terminology, formatting, language, and domain-specific content can influence the accuracy of extracted entities.<\/span><\/p>\n<h3><b>Question 213<\/b><\/h3>\n<p><b>Which approach can improve retrieval when users phrase questions differently from indexed documents?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Query rewriting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image resizing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Audio compression<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Password rotation<\/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;\">Query rewriting can transform a user&#8217;s original question into a form that is more suitable for retrieval. This can be useful when users use informal wording, ambiguous terms, or language that differs from the terminology found in indexed documents. A rewritten query may help search components identify more relevant content. However, developers should ensure that rewriting does not change the user&#8217;s intended meaning. Evaluation with real queries is important because an inaccurate rewrite can reduce retrieval quality rather than improve it.<\/span><\/p>\n<h3><b>Question 214<\/b><\/h3>\n<p><b>What does OCR primarily extract from an image or scanned document?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Spoken audio<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Written text<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">User permissions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vector embeddings only<\/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;\">Optical character recognition, or OCR, extracts machine-readable text from images and scanned documents. It is useful when information exists as a visual representation rather than as digitally selectable text. OCR can support workflows such as document search, form processing, invoice analysis, and information extraction. Accuracy can be affected by image quality, handwriting, fonts, orientation, and complex layouts. Developers should test OCR using representative documents and may combine OCR with document-analysis capabilities when they need both text and structural information.<\/span><\/p>\n<h3><b>Question 215<\/b><\/h3>\n<p><b>Which strategy helps an AI application continue operating when a preferred model becomes temporarily unavailable?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model fallback<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Removing monitoring<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disabling authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing prompt length<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Model fallback allows an application to use an alternative model or deployment when the preferred option cannot process a request. This can improve resilience when a model is temporarily unavailable, capacity is constrained, or a service condition prevents normal processing. The fallback model should still satisfy the application&#8217;s minimum quality and security requirements. Developers should define clear fallback conditions and monitor how often fallback occurs. Testing is important because different models may produce different outputs, latency, costs, or capabilities.<\/span><\/p>\n<h3><b>Question 216<\/b><\/h3>\n<p><b>What is a major purpose of content filtering in generative AI applications?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Help identify or block inappropriate content<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase database storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Convert images into vectors automatically<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Replace all authorization checks<\/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;\">Content filtering can help identify or block categories of potentially harmful or inappropriate input and output in generative AI applications. It provides an additional safety layer around model interactions and can be configured according to supported categories and application requirements. Content filtering should not be treated as the only security control. Applications should also use authentication, authorization, input validation, monitoring, and appropriate business rules. Developers should test filtering behavior with representative scenarios and understand that automated safety systems can have limitations.<\/span><\/p>\n<h3><b>Question 217<\/b><\/h3>\n<p><b>Which search approach combines keyword matching with vector-based retrieval?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">OCR search<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hybrid search<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Audio search<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image segmentation<\/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;\">Hybrid search combines traditional keyword-based retrieval with vector-based semantic retrieval. Keyword matching can be useful when exact terms, product names, identifiers, or specific phrases matter, while vector search can identify content based on semantic similarity. Combining both approaches can provide broader retrieval coverage for many enterprise scenarios. Developers should configure ranking and weighting appropriately and evaluate the results using representative queries. Hybrid search is particularly useful when a knowledge base contains both natural-language content and precise terms that users may search for directly.<\/span><\/p>\n<h3><b>Question 218<\/b><\/h3>\n<p><b>Why should application logs avoid unnecessary sensitive information?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To reduce accidental exposure of private data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To make models larger<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase microphone volume<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To remove the need for encryption<\/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;\">Application logs can contain information that becomes accessible to operators, monitoring systems, or other services, so unnecessary sensitive data should not be recorded. Data minimization helps reduce the impact of accidental exposure and supports better privacy practices. Developers should determine which information is genuinely required for troubleshooting and monitoring. Sensitive values may need to be removed, masked, or protected. Logging policies should also consider retention periods and access permissions so that diagnostic information does not become an unnecessary source of data exposure.<\/span><\/p>\n<h3><b>Question 219<\/b><\/h3>\n<p><b>What is the purpose of human-in-the-loop approval for an AI agent?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Allow a person to review selected actions before execution<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase the model&#8217;s token limit automatically<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Replace all search indexes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Convert speech into text<\/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;\">Human-in-the-loop approval allows a person to review and approve selected AI-generated actions before they are executed. This is especially useful for operations that could have significant financial, legal, operational, or data-related consequences. For example, an agent might prepare a transaction or account change but require human confirmation before completing it. Developers should define which actions require approval and ensure the approval process provides enough information for meaningful review. Human approval complements, rather than replaces, authentication, authorization, and validation controls.<\/span><\/p>\n<h3><b>Question 220<\/b><\/h3>\n<p><b>Which practice helps determine whether a RAG application is producing grounded answers?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Evaluate responses against representative questions and source information<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disable document retrieval<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase temperature without testing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove source documents after indexing<\/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 evaluation checks whether generated responses are supported by the information retrieved from approved knowledge sources. Developers can create representative questions with expected source information and evaluate whether the system retrieves relevant evidence and uses it accurately. Metrics or review criteria can assess factors such as relevance, correctness, citation quality, and unsupported claims. Evaluation should include common cases and difficult edge cases. Regular testing is important because changes to documents, prompts, models, retrieval settings, or indexing can affect grounding quality over time.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft AI-103 Exam Dumps and Practice Test Dumps. &nbsp; Question 201 What is the main purpose of chunking documents in a RAG system? To convert speech into text To divide large content into searchable sections To remove authentication To increase image resolution Correct Answer: 2 Explanation Chunking divides large documents into smaller sections [&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\/13758"}],"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=13758"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13758\/revisions"}],"predecessor-version":[{"id":13777,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13758\/revisions\/13777"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=13758"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=13758"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=13758"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}