{"id":22403,"date":"2026-09-25T12:40:46","date_gmt":"2026-09-25T12:40:46","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=22403"},"modified":"2026-09-25T12:40:46","modified_gmt":"2026-09-25T12:40:46","slug":"microsoft-ai-102-practice-test-questions-and-exam-dumps-part9-q161-180","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ai-102-practice-test-questions-and-exam-dumps-part9-q161-180\/","title":{"rendered":"Microsoft AI-102 Practice Test Questions and Exam Dumps Part9 Q161-180"},"content":{"rendered":"<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/ai-102-exam-dumps\"><b>Microsoft AI-102 Exam Dumps<\/b><\/a><b> and Practice Test Dumps.<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 161<\/b><\/h3>\n<p><b>Which Azure AI Language capability can identify the language used in a text document?<\/b><\/p>\n<ol>\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;\">Language detection<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Entity linking<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Text classification<\/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;\">Language detection identifies the language or languages represented in submitted text. This capability is useful when an application receives content from users without knowing the language in advance. For example, a customer-support system can detect whether a message is written in English, French, Spanish, or another supported language and route it to an appropriate processing workflow. Language detection can also be used before translation or other language-specific processing. Developers should consider the expected language set, text length, and quality of the input because very short or ambiguous text can be more difficult to classify reliably.<\/span><\/p>\n<h3><b>Question 162<\/b><\/h3>\n<p><b>A developer needs to extract printed text from scanned pages before sending the content to an AI model. Which capability should be used?<\/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;\">Sentiment analysis<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vector ranking<\/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;\">Optical character recognition, or OCR, extracts readable text from images or scanned documents. It is useful when source information exists as a photograph, scanned page, screenshot, or other visual representation rather than as machine-readable text. Once OCR produces text, the application can perform additional processing such as classification, summarization, translation, search indexing, or generative AI analysis. OCR accuracy can depend on image quality, font characteristics, layout, orientation, and other factors. Developers should therefore test representative documents and apply suitable preprocessing when necessary before using extracted text in downstream workflows.<\/span><\/p>\n<h3><b>Question 163<\/b><\/h3>\n<p><b>An organization wants to identify whether customer messages belong to categories such as Billing, Returns, or Technical Support. Which capability is appropriate when using predefined business categories?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Custom text classification<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Key phrase extraction<\/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;\">Entity linking<\/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;\">Custom text classification is designed for assigning text to organization-defined categories. A company can create categories such as Billing, Returns, Technical Support, or Account Management and provide labeled examples for training. The resulting model can classify new customer messages according to those categories. This differs from key phrase extraction, which identifies important concepts without assigning predefined labels. Custom classification is useful for automated routing, ticket categorization, document organization, and workflow automation. The training dataset should contain diverse, representative examples for each category so the model can learn meaningful distinctions between similar types of requests.<\/span><\/p>\n<h3><b>Question 164<\/b><\/h3>\n<p><b>Which Azure AI Vision capability can generate a natural-language description of the contents of an image?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image captioning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Face verification<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Object tracking<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image filtering<\/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;\">Image captioning generates a natural-language description of what is visible in an image. Instead of returning only individual labels, the capability can provide a textual description that summarizes important visual content. This can support accessibility applications, content organization, image search, and automated metadata generation. Developers should distinguish image captioning from object detection, which focuses on identifying objects and their locations. Captioning is also different from OCR, which extracts visible text from an image. The appropriate vision capability should therefore be selected based on whether the application needs descriptions, object locations, or readable text.<\/span><\/p>\n<h3><b>Question 165<\/b><\/h3>\n<p><b>A RAG application retrieves several document chunks, but the context sent to the model is too large. Which technique can help reduce unnecessary context?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Context compression<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image enhancement<\/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;\">Face detection<\/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;\">Context compression can reduce the amount of retrieved information supplied to a generative model while preserving the content most relevant to the user&#8217;s question. Large retrieval results can increase token usage, latency, and cost and may make it harder for the model to identify the important information. A retrieval pipeline can therefore use ranking, filtering, chunk selection, or other compression strategies before constructing the final prompt. The goal is not simply to reduce the number of words but to retain information that supports the requested answer. Developers should evaluate whether compression affects answer accuracy and grounding.<\/span><\/p>\n<h3><b>Question 166<\/b><\/h3>\n<p><b>A company wants to allow employees to search internal policies using both exact terms and conceptual similarity. Which Azure AI Search approach should be used?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Keyword-only 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;\">OCR-only processing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Speech recognition<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Hybrid search combines keyword retrieval with vector similarity retrieval. This allows an internal policy search application to match exact terminology while also finding documents whose wording differs but whose meaning is similar. For example, a user searching for a specific policy term may benefit from lexical matching, while a natural-language question can benefit from semantic vector retrieval. Hybrid search can therefore provide broader retrieval coverage than relying exclusively on either approach. Developers can further improve result ordering by using semantic ranking and can apply metadata filters to restrict results to appropriate departments, document types, or other business categories.<\/span><\/p>\n<h3><b>Question 167<\/b><\/h3>\n<p><b>Which Azure AI Speech feature can help assess whether a learner pronounces words correctly?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Pronunciation assessment<\/span><\/li>\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;\">Semantic ranking<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Document extraction<\/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;\">Pronunciation assessment in Azure AI Speech evaluates spoken language against expected pronunciation and can provide information useful for language-learning applications. It can assess aspects of speech such as pronunciation accuracy and, depending on configuration and supported scenarios, additional speech characteristics. This makes it useful for educational software, pronunciation practice, and language-training systems. The application typically provides reference text and captures the learner&#8217;s spoken response. Developers should test the feature with the target languages, speakers, and environmental conditions because speech recognition and pronunciation assessment can vary according to audio quality and speaking characteristics.<\/span><\/p>\n<h3><b>Question 168<\/b><\/h3>\n<p><b>A developer wants to search documents based on meaning rather than requiring the same words to appear in the document. Which technology is most appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vector search<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Exact keyword matching<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Faceting<\/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: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Vector search retrieves information based on the semantic similarity between vector representations of a query and indexed content. An embedding model converts the query and documents or document chunks into numerical vectors. The search system then compares those vectors to identify content with similar meaning. This allows a user to find relevant information even when the exact wording differs from the source document. Vector search is particularly useful for natural-language questions and retrieval-augmented generation systems. Its effectiveness depends on the quality of embeddings, appropriate indexing, suitable chunking, and a search configuration that matches the application&#8217;s retrieval requirements.<\/span><\/p>\n<h3><b>Question 169<\/b><\/h3>\n<p><b>A company needs to recognize specialized product codes that are unique to its business. Which Azure AI Language capability is most suitable?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Custom named entity recognition<\/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;\">Language detection<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Key phrase extraction<\/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;\">Custom named entity recognition allows organizations to define and identify specialized entity types that are not adequately covered by standard entity recognition. Product codes, internal project names, proprietary equipment identifiers, or industry-specific terminology can be examples of custom entities. Developers train the model using labeled text that demonstrates how these entities appear in real content. The trained model can then identify similar entities in new documents or messages. This approach is useful when an organization has domain-specific terminology that must be extracted consistently for search, analytics, routing, automation, or downstream business processing.<\/span><\/p>\n<h3><b>Question 170<\/b><\/h3>\n<p><b>An application must retrieve current company information before generating an answer rather than relying only on a model&#8217;s pretrained knowledge. What should the application use?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Grounded retrieval<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image captioning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Face analysis<\/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;\">Grounded retrieval allows a generative AI application to obtain relevant information from an external source before generating a response. This is important when answers depend on current or organization-specific information that may not be represented in the model&#8217;s training data. The application can retrieve relevant records from a search index, database, or other approved knowledge source and provide them as context to the model. The model can then generate an answer based on that information. Retrieval quality, source freshness, access permissions, and instructions that encourage evidence-based responses all contribute to effective grounding.<\/span><\/p>\n<h3><b>Question 171<\/b><\/h3>\n<p><b>Which Azure AI Search component reads documents from a configured data source and populates a search index?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Indexer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Semantic ranker<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Query parser<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Scoring profile<\/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 automates the process of reading content from a supported data source and importing or processing that information for a search index. An indexer can work with a configured data source and may use a skillset to enrich content during the indexing pipeline. This reduces the need to write custom ingestion code for supported source types. The indexer can be scheduled or triggered according to the application&#8217;s requirements. Developers should monitor indexing status and failures and ensure that the source schema, field mappings, enrichment configuration, and target index are correctly aligned.<\/span><\/p>\n<h3><b>Question 172<\/b><\/h3>\n<p><b>A developer wants an AI agent to retrieve information from a weather service when a user asks about current conditions. What is required?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">An external tool or API<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A static system message only<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">An image classifier<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">An OCR model<\/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 external tool or API allows an AI agent to obtain information that is not available from the model&#8217;s static knowledge. Current weather conditions are time-sensitive, so the agent needs access to an appropriate real-time data source. The tool can accept parameters such as location and return structured information that the agent can use when generating its response. Developers should define tool inputs and outputs clearly and restrict the agent&#8217;s permissions to the operations it actually needs. Authentication, authorization, error handling, and validation are also important when connecting an agent to external services.<\/span><\/p>\n<h3><b>Question 173<\/b><\/h3>\n<p><b>Which Azure AI Search feature can improve answers by generating concise extracts from relevant search results?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Semantic captions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vector dimensions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data sources<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Indexers<\/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 captions provide concise extracts from relevant search results that highlight information related to the user&#8217;s query. They can help applications present useful portions of documents without requiring users to inspect an entire result. Semantic captions are associated with semantic search capabilities and rely on language understanding to identify relevant passages. They can be particularly useful in search interfaces, question-answering applications, and knowledge portals. Developers should understand that captions are generated from indexed content and are not a replacement for the complete source document when the application requires detailed context or verification.<\/span><\/p>\n<h3><b>Question 174<\/b><\/h3>\n<p><b>A developer is choosing between two generative models and wants to compare response quality using the same test prompts. What should be used?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A representative evaluation dataset<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A different image format<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A new speech language<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A larger storage account<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A representative evaluation dataset provides a consistent set of test inputs that can be used to compare different models under similar conditions. The dataset should reflect important production scenarios, including common requests and challenging edge cases. Developers can evaluate criteria such as relevance, correctness, groundedness, safety, or response quality depending on the application&#8217;s objectives. Using the same test prompts helps make comparisons more meaningful because the models are exposed to equivalent inputs. Evaluation results should be interpreted alongside cost, latency, supported capabilities, and operational requirements rather than considering response quality in isolation.<\/span><\/p>\n<h3><b>Question 175<\/b><\/h3>\n<p><b>Which security principle should be applied when granting an AI agent permission to call enterprise tools?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Least privilege<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Full administrative access<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Anonymous access<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Shared passwords<\/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;\">The principle of least privilege requires an AI agent to receive only the permissions necessary to perform its authorized tasks. If an agent can call an enterprise API, its identity should not automatically receive broad administrative permissions. Restricting access limits the potential impact of unintended actions, compromised credentials, prompt manipulation, or application errors. Permissions should be reviewed regularly and separated according to business functions where appropriate. Tool access should also be monitored and protected by authentication and authorization controls. Least privilege is especially important for agents because they may be capable of taking actions rather than merely producing informational responses.<\/span><\/p>\n<h3><b>Question 176<\/b><\/h3>\n<p><b>A document pipeline must identify tables and fields from scanned forms before the information is stored in structured records. Which service is appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure AI Document Intelligence<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure AI Speech<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure AI Translator<\/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 Document Intelligence is designed to analyze documents and extract structured information from forms, invoices, receipts, identity documents, and other supported document types. Depending on the selected model, the service can identify text, tables, fields, and other document structures. This allows applications to convert information from semi-structured or scanned documents into data that can be stored and processed by business systems. Prebuilt models are useful for supported common document types, while custom models can be considered when organizations need specialized fields or layouts. Document quality and layout should be tested against representative samples.<\/span><\/p>\n<h3><b>Question 177<\/b><\/h3>\n<p><b>A generative AI application must prevent model responses from containing disallowed harmful content. Which capability can support this requirement?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Content safety<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vector indexing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Document extraction<\/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: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Content safety capabilities can help detect and manage potentially harmful content in generative AI applications. Depending on the configured service and scenario, safety controls can evaluate user inputs and model outputs against supported harmful-content categories. These controls can be incorporated into a broader responsible AI architecture that includes application policies, access controls, monitoring, testing, and human oversight where appropriate. Developers should test safety behavior using representative and adversarial examples rather than assuming that a single filtering mechanism will handle every possible scenario. Safety requirements should also be reviewed as the application and its use cases evolve.<\/span><\/p>\n<h3><b>Question 178<\/b><\/h3>\n<p><b>A developer needs to convert a user&#8217;s spoken question into text before sending it to a language model. Which processing sequence is appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Speech-to-text, then language model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">OCR, then language model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image classification, then language model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Text-to-speech, then OCR<\/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;\">Speech-to-text converts the user&#8217;s spoken question into written text that can then be submitted to a language model or other text-processing service. This sequence is common in voice assistants and conversational applications. The speech service handles audio recognition, while the language model processes the resulting text and generates an appropriate response. If the application must answer verbally, the generated response can subsequently be passed to text-to-speech to create spoken output. Developers should account for microphone quality, background noise, supported languages, and recognition accuracy when designing a production voice interaction pipeline.<\/span><\/p>\n<h3><b>Question 179<\/b><\/h3>\n<p><b>A search application needs to prioritize certain documents when their relevance scores are otherwise similar. Which Azure AI Search feature can help apply customized scoring rules?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Scoring profile<\/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;\">Vectorizer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Speech profile<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A scoring profile in Azure AI Search can influence the relevance score assigned to search results according to configured business rules. For example, an organization might want documents from a preferred source, newer documents, or records containing specific field values to receive additional scoring weight. Scoring profiles are useful when default relevance ranking does not fully reflect the application&#8217;s business requirements. They can be applied to supported search scenarios and should be designed carefully so that customized ranking does not unintentionally suppress genuinely relevant content. Developers should evaluate scoring changes against representative queries before deploying them broadly.<\/span><\/p>\n<h3><b>Question 180<\/b><\/h3>\n<p><b>A team wants to determine whether a retrieval-augmented generation system answers questions using retrieved source information rather than unsupported statements. Which evaluation area is especially relevant?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Groundedness<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image resolution<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Speech volume<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Document color<\/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;\">Groundedness measures whether a generated response is supported by the information supplied as context or retrieved from trusted sources. It is particularly important for RAG applications because the purpose of retrieval is to provide evidence that can guide the model&#8217;s response. A system may produce fluent answers while still introducing unsupported information, so evaluating groundedness helps identify this problem. Developers can create test cases with known source material and verify whether responses remain consistent with the retrieved evidence. Groundedness evaluation should be combined with retrieval-quality, relevance, safety, and overall response-quality testing.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft AI-102 Exam Dumps and Practice Test Dumps. &nbsp; Question 161 Which Azure AI Language capability can identify the language used in a text document? Sentiment analysis Language detection Entity linking Text classification Correct Answer: 2 Explanation Language detection identifies the language or languages represented in submitted text. This capability is useful when [&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\/22403"}],"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=22403"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/22403\/revisions"}],"predecessor-version":[{"id":22404,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/22403\/revisions\/22404"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=22403"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=22403"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=22403"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}