{"id":13754,"date":"2026-09-16T10:48:13","date_gmt":"2026-09-16T10:48:13","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=13754"},"modified":"2026-09-16T10:48:13","modified_gmt":"2026-09-16T10:48:13","slug":"microsoft-ai-103-practice-test-questions-and-exam-dumps-part7-q121-140","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ai-103-practice-test-questions-and-exam-dumps-part7-q121-140\/","title":{"rendered":"Microsoft AI-103 Practice Test Questions and Exam Dumps Part7 Q121-140"},"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 121<\/b><\/h3>\n<p><b>Which Azure service is designed to analyze the layout and content of documents?<\/b><\/p>\n<ol>\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 Document Intelligence<\/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 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 Document Intelligence is designed to analyze documents and extract useful information from their content and layout. It can process documents such as invoices, receipts, forms, and other structured or semi-structured files. Depending on the model used, it can identify text, tables, fields, and document structure. This makes it useful for automating manual data-entry tasks and document-processing workflows. Azure AI Language focuses on text analysis, while Azure AI Speech handles spoken language and audio-related scenarios.<\/span><\/p>\n<h3><b>Question 122<\/b><\/h3>\n<p><b>What does a vector index store for similarity-based search?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Numerical vector representations<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Audio recordings only<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">User passwords<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image file names only<\/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 vector index stores numerical representations of content, commonly called embeddings, so that applications can perform similarity-based searches. When a user submits a query, the query can also be converted into a vector and compared with vectors stored in the index. Results with greater semantic similarity can then be retrieved. Vector indexes are especially useful for RAG applications, recommendations, and semantic retrieval. The quality of vector search depends on the embedding model, indexed content, chunking strategy, and search configuration.<\/span><\/p>\n<h3><b>Question 123<\/b><\/h3>\n<p><b>Which technique can help an agent remember information across multiple interactions?<\/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;\">Object detection<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">State or memory management<\/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: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">State or memory management allows an AI agent to maintain relevant information across interactions. Depending on the application, this may include conversation history, user preferences, task progress, or information retrieved from an external data store. Memory should be designed carefully because storing every piece of conversation data may increase cost and create privacy concerns. Developers should determine what information is actually needed, how long it should be retained, and who can access it. Appropriate security and data-retention controls should accompany persistent agent memory.<\/span><\/p>\n<h3><b>Question 124<\/b><\/h3>\n<p><b>Which capability is most suitable for detecting whether a customer message is positive or negative?<\/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;\">Object detection<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Speech synthesis<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Sentiment analysis evaluates written language to determine the expressed sentiment of a message. Common categories include positive, negative, and neutral, depending on the service and configuration. Businesses can use sentiment analysis to process customer reviews, support messages, surveys, and feedback at scale. It can help identify trends and prioritize messages for additional review. However, sentiment models may misunderstand sarcasm, context, or domain-specific language, so developers should evaluate performance using representative examples from the intended application.<\/span><\/p>\n<h3><b>Question 125<\/b><\/h3>\n<p><b>What is the purpose of semantic ranking in a search solution?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Improve the ordering of results based on meaning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Convert speech into text<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Encrypt search documents<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Generate images<\/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 ranking improves search results by considering the meaning and context of the query and retrieved documents. Traditional keyword matching can return results that contain the right words but do not fully address the user&#8217;s intent. Semantic ranking can help place more meaningful results higher in the result set. This is useful in enterprise search and RAG applications where the quality of retrieved context affects the final answer. Developers should evaluate ranking performance using realistic queries and representative content.<\/span><\/p>\n<h3><b>Question 126<\/b><\/h3>\n<p><b>Which method is useful when an application needs to process thousands of documents without immediate user interaction?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Real-time voice conversation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Batch processing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Manual data entry<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Interactive chat 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;\">Batch processing is useful when large numbers of documents or records need to be processed without requiring an immediate response to an individual user. Applications can submit work in groups and process it asynchronously according to available resources and service limits. This approach can be appropriate for document extraction, classification, indexing, and other large-scale workloads. Compared with synchronous processing, batch workflows can be designed to handle long-running jobs more efficiently. Developers should also implement monitoring, retries, and appropriate failure handling.<\/span><\/p>\n<h3><b>Question 127<\/b><\/h3>\n<p><b>Which feature helps an application continue operating when one AI model or endpoint becomes unavailable?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model fallback strategy<\/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;\">Sentiment analysis<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image resizing<\/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 model fallback strategy allows an application to use an alternative model or endpoint when the primary option cannot process a request. Fallbacks can improve resilience when a service experiences temporary availability problems, capacity limitations, or other failures. The alternative model should be tested to ensure that it meets the application&#8217;s minimum quality and capability requirements. Developers should also monitor fallback usage because frequent fallback events may indicate a capacity or reliability problem that requires further investigation.<\/span><\/p>\n<h3><b>Question 128<\/b><\/h3>\n<p><b>An AI application needs to answer questions from documents while showing where the information came from. What should it provide?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Audio effects<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image labels<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Source citations or references<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Random responses<\/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;\">Source citations or references can show users which documents or sections support an AI-generated response. In a RAG application, the system can retain metadata about retrieved documents and use that information to present relevant sources alongside the generated answer. This can improve transparency and make it easier for users to verify important information. Developers should ensure that citations actually correspond to the retrieved evidence and do not falsely imply support. Access controls must also be applied so users only receive sources they are authorized to view.<\/span><\/p>\n<h3><b>Question 129<\/b><\/h3>\n<p><b>What is the main purpose of temperature in a generative model request?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Control output randomness<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Control user permissions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Control document storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Control network bandwidth<\/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;\">Temperature is commonly used to influence the randomness of generated responses. Lower temperature settings generally encourage more predictable outputs, while higher values can produce greater variation. The appropriate setting depends on the application. A structured business workflow may require consistent responses, while a creative application may benefit from more variation. Temperature does not determine whether a user has permission to access data or control the amount of storage available. Developers should test generation settings with representative prompts and evaluate their effect on application quality.<\/span><\/p>\n<h3><b>Question 130<\/b><\/h3>\n<p><b>Which capability can extract tables and fields from supported business documents?<\/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 Search only<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure AI Vision only<\/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 can extract information from supported business documents, including text, tables, key-value fields, and other structural elements. This capability can automate workflows involving invoices, receipts, forms, and similar documents. Depending on the scenario, developers can use prebuilt models or other supported document-analysis models. Extracted information can then be passed to business applications for validation and processing. Developers should test extraction accuracy with documents that represent the actual layouts, quality levels, and formats expected in production.<\/span><\/p>\n<h3><b>Question 131<\/b><\/h3>\n<p><b>Why should developers use access-controlled knowledge sources in enterprise RAG systems?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To ensure users receive only authorized information<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase image quality<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To disable search<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To remove document 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;\">Access-controlled knowledge sources help ensure that retrieval results respect the permissions associated with users and documents. In an enterprise RAG system, a search query may match documents containing confidential information that should not be visible to every user. The application should apply authorization rules before providing retrieved content to the model or user. This can involve identity checks, role-based permissions, document metadata, and security trimming. Without appropriate access controls, an AI assistant could unintentionally expose sensitive organizational information.<\/span><\/p>\n<h3><b>Question 132<\/b><\/h3>\n<p><b>What is a key benefit of using asynchronous processing for long-running AI tasks?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It avoids requiring the user to wait for completion<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It removes all processing costs<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It guarantees perfect model output<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It eliminates 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;\">Asynchronous processing allows an application to submit a long-running task and continue performing other work while the operation completes. Instead of keeping a user request open for an extended period, the application can track the job and notify the user when processing is finished. This is useful for large document analysis, batch workloads, and other operations that may take significant time. Developers should design appropriate job-status tracking, retry handling, timeout management, and error reporting for asynchronous workflows.<\/span><\/p>\n<h3><b>Question 133<\/b><\/h3>\n<p><b>Which capability allows a model to receive an image as part of its input?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Text-only generation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Multimodal input<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Keyword indexing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Speech synthesis<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Multimodal input allows a supported AI model to process more than one type of information, such as text combined with an image. For example, an application could send an image of a product along with a question asking the model to identify visible characteristics. Multimodal models can support scenarios such as visual question answering, image analysis, and document interpretation. Developers should verify the supported image formats, size limitations, model capabilities, and cost before implementing multimodal features in production.<\/span><\/p>\n<h3><b>Question 134<\/b><\/h3>\n<p><b>Which practice can help detect changes in AI application performance after deployment?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Monitoring and evaluation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Removing telemetry<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disabling logs<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Deleting test data<\/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;\">Monitoring and ongoing evaluation help identify changes in an AI application&#8217;s behavior after deployment. Production traffic can differ from development test data, and changes to prompts, models, retrieval indexes, or application code can affect results. Developers can track metrics such as latency, errors, usage, retrieval quality, and other relevant performance indicators. Periodic evaluation using representative datasets can also reveal quality degradation. Monitoring should be implemented with privacy considerations so that sensitive user information is not unnecessarily captured in telemetry.<\/span><\/p>\n<h3><b>Question 135<\/b><\/h3>\n<p><b>What should an application do if a model returns an invalid value for a required field?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Accept it without checking<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Validate the output and handle the error<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Give the model administrator access<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Delete the entire application<\/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;\">The application should validate model-generated values before using them in downstream processing. If a required field is missing, malformed, or outside an expected range, the application can reject the response, request a corrected response, or use a defined fallback process. Validation is particularly important when model output is passed to databases, APIs, financial systems, or other automated workflows. Generative models can produce unexpected results even when instructions are clear. Output validation provides an additional reliability and safety layer.<\/span><\/p>\n<h3><b>Question 136<\/b><\/h3>\n<p><b>Which approach can reduce unnecessary model costs for simple repetitive tasks?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Always use the largest model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Select a suitable smaller model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase prompt length indefinitely<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disable caching and reuse<\/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;\">A suitable smaller model can reduce costs and latency when the task does not require the advanced capabilities of a larger model. Examples may include simple classification, extraction, routing, or straightforward text-generation tasks. However, developers should not select a model based only on price. They should evaluate quality, context requirements, throughput, safety, and reliability against representative workloads. Model selection is an application-design decision, and testing can determine whether a smaller model meets the required performance.<\/span><\/p>\n<h3><b>Question 137<\/b><\/h3>\n<p><b>What is the purpose of a system instruction in an AI agent?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Define the agent&#8217;s role and behavior<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Store audio recordings<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Index images<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Manage network cables<\/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;\">System instructions provide high-level guidance that defines an AI agent&#8217;s intended role, behavior, constraints, and objectives. For example, an agent can be instructed to act as a customer-support assistant, use approved tools, and avoid revealing confidential information. System instructions can improve consistency across interactions, but they should not be treated as a replacement for technical security controls. Developers should combine instructions with authorization, tool restrictions, input validation, output validation, and monitoring to create a more reliable agent.<\/span><\/p>\n<h3><b>Question 138<\/b><\/h3>\n<p><b>Which capability is used to identify people, organizations, or locations in text?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Text-to-speech<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Named entity recognition<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image segmentation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">OCR<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Named entity recognition identifies entities within text and classifies them into recognized categories. Common examples include people, organizations, locations, dates, and other entity types supported by the selected language service. It can be useful for extracting structured information from emails, reports, customer messages, and other unstructured text. For example, an application could identify an organization name from a support request and use that information in a downstream workflow. NER is a natural language processing capability rather than an image-processing task.<\/span><\/p>\n<h3><b>Question 139<\/b><\/h3>\n<p><b>What is the main purpose of a vector similarity search?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Find content with similar semantic representations<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Convert audio to text<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Extract tables from invoices<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Detect faces in photographs<\/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 similarity search compares numerical vector representations to identify content that is semantically similar to a query. A query is converted into an embedding and compared with vectors stored in a search index. Documents with similar representations can then be returned as relevant results. This approach is useful when users express an idea using words that differ from those used in the source documents. Vector search is commonly used in RAG systems, recommendation solutions, and semantic information-retrieval applications.<\/span><\/p>\n<h3><b>Question 140<\/b><\/h3>\n<p><b>Why should an AI solution be tested with edge cases?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To identify failures outside normal scenarios<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase the number of passwords<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To remove all model safeguards<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To avoid monitoring<\/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;\">Edge-case testing helps developers discover how an AI solution behaves with unusual, ambiguous, incomplete, or unexpected inputs. Real users may provide misspelled queries, very long documents, unsupported formats, unusual language, conflicting instructions, or missing information. Testing these cases can reveal weaknesses in prompts, retrieval, validation, error handling, and model behavior. Developers can then improve the application before deployment. A strong evaluation process should include both common scenarios and realistic edge cases that could affect reliability, safety, or user experience.<\/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 121 Which Azure service is designed to analyze the layout and content of documents? Azure AI Speech Azure AI Document Intelligence Azure AI Language Azure AI Search Correct Answer: 2 Explanation Azure AI Document Intelligence is designed to analyze documents and extract useful [&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\/13754"}],"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=13754"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13754\/revisions"}],"predecessor-version":[{"id":13781,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13754\/revisions\/13781"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=13754"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=13754"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=13754"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}