{"id":13760,"date":"2026-09-16T10:46:49","date_gmt":"2026-09-16T10:46:49","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=13760"},"modified":"2026-09-16T10:46:49","modified_gmt":"2026-09-16T10:46:49","slug":"microsoft-ai-103-practice-test-questions-and-exam-dumps-part13-q241-260","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ai-103-practice-test-questions-and-exam-dumps-part13-q241-260\/","title":{"rendered":"Microsoft AI-103 Practice Test Questions and Exam Dumps Part13 Q241-260"},"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 241<\/b><\/h3>\n<p><b>What is the purpose of an embedding?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Store user passwords<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Convert speech into audio<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Represent content numerically for similarity comparison<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Detect document tables<\/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;\">An embedding represents content as a numerical vector that captures aspects of its meaning. Text, queries, or other supported content can be converted into embeddings and compared using similarity measures. This makes embeddings useful for semantic search, recommendation systems, clustering, and RAG applications. When documents are indexed, their embeddings can be stored in a vector index. A user&#8217;s query can then be embedded and compared with stored vectors to identify semantically relevant content, even when the wording is not identical.<\/span><\/p>\n<h3><b>Question 242<\/b><\/h3>\n<p><b>Which service is commonly used for speech-to-text conversion?<\/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 Vision<\/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 Speech provides speech-to-text capabilities that convert spoken audio into written text. This can support applications such as meeting transcription, voice assistants, call analysis, and accessibility features. Recognition quality can vary depending on factors such as background noise, speaker accents, microphone quality, and specialized terminology. Developers should test the service using audio representative of the production environment. Once speech has been converted to text, the resulting transcript can also be processed by other AI services for summarization, translation, sentiment analysis, or information extraction.<\/span><\/p>\n<h3><b>Question 243<\/b><\/h3>\n<p><b>Why should RAG applications use approved knowledge sources?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase screen brightness<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To reduce microphone volume<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To provide trusted and relevant information<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To disable vector search<\/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;\">Approved knowledge sources help ensure that a RAG application retrieves information from sources that the organization considers relevant and trustworthy. If unapproved or unreliable content is indexed, the model may use that information when generating responses. Developers should identify appropriate sources, establish update processes, and apply access controls where necessary. Source quality directly affects grounding quality because the model can only use the information provided to it. Applications should also monitor retrieval results and periodically review whether indexed sources remain accurate and appropriate.<\/span><\/p>\n<h3><b>Question 244<\/b><\/h3>\n<p><b>Which search method can combine exact keyword matches with semantic similarity?<\/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;\">Hybrid search<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Speech recognition<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Sentiment analysis<\/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-based retrieval with semantic or vector-based retrieval. Keyword matching can identify exact terms, identifiers, or phrases, while vector search can identify content with related meaning even when the wording differs. Combining these approaches can improve retrieval coverage in enterprise knowledge systems. The retrieved results can then be ranked or reranked before being supplied to a generative model. Developers should evaluate the search configuration using representative queries because the optimal balance between lexical and semantic signals depends on the application&#8217;s content and requirements.<\/span><\/p>\n<h3><b>Question 245<\/b><\/h3>\n<p><b>A developer needs to extract text from a scanned invoice. Which capability is relevant?<\/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;\">Text-to-speech<\/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;\">Rate limiting<\/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;\">OCR, or optical character recognition, extracts machine-readable text from images and scanned documents. For an invoice, OCR can identify the visible text that may then be processed to extract fields such as invoice numbers, dates, vendor names, and amounts. Document Intelligence can provide more specialized document-analysis capabilities when structure and fields are required. Developers should consider scan quality, document orientation, handwriting, and layout complexity because these factors can affect extraction accuracy. Testing with representative invoices helps determine whether additional processing or validation is required.<\/span><\/p>\n<h3><b>Question 246<\/b><\/h3>\n<p><b>What should a tool description clearly explain?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The application&#8217;s billing address<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The tool&#8217;s purpose and expected inputs<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The user&#8217;s password<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The model&#8217;s training data<\/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 tool description should clearly explain what the tool does and what information it expects as input. Good descriptions help a model determine when a particular tool is appropriate and how to construct a request. Developers should specify important parameters, expected formats, and relevant limitations where appropriate. However, descriptions should not be treated as a security mechanism. The application must still validate tool arguments and enforce authentication and authorization. Clear tool descriptions can improve agent reliability while strong application controls protect the underlying operations.<\/span><\/p>\n<h3><b>Question 247<\/b><\/h3>\n<p><b>Which Azure AI Language capability identifies important terms in a document?<\/b><\/p>\n<ol>\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;\">Object detection<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Speech synthesis<\/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: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Key phrase extraction identifies important concepts or terms within a body of text. It can help applications quickly identify major topics in customer feedback, reports, reviews, emails, or other documents. The extracted phrases can be used for categorization, search, indexing, analytics, or summarization workflows. Key phrase extraction is different from named entity recognition, which focuses on identifying entities such as people, organizations, locations, or dates. Developers should evaluate results with representative content because important terms can vary significantly between domains.<\/span><\/p>\n<h3><b>Question 248<\/b><\/h3>\n<p><b>What should be applied when users can access different document collections?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Access control<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Higher temperature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Larger image resolution<\/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;\">Access control should be applied when different users have different permissions for document collections. A RAG application should ensure that retrieval results respect the permissions associated with the requesting identity. This can involve document-level permissions, metadata filters, role-based access control, or other supported authorization mechanisms. Simply hiding restricted documents from the user interface is not sufficient if the backend can still retrieve them. Developers should test authorization boundaries carefully to ensure users cannot obtain protected information through alternate queries or agent workflows.<\/span><\/p>\n<h3><b>Question 249<\/b><\/h3>\n<p><b>Which computer vision capability can identify objects within an image?<\/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;\">Language detection<\/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;\">Speech translation<\/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;\">Object detection identifies objects within an image and can provide information about their locations, commonly through bounding regions. This is useful in scenarios such as inventory analysis, safety monitoring, retail applications, and visual inspection. Object detection differs from simple image classification because it can identify individual objects and their positions rather than assigning only an overall category to the image. Developers should evaluate detection accuracy using representative images because object size, lighting, image quality, occlusion, and background conditions can influence results.<\/span><\/p>\n<h3><b>Question 250<\/b><\/h3>\n<p><b>Why might a developer choose a managed Azure AI service instead of building a model from scratch?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To avoid all testing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To access ready-to-use AI capabilities<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To eliminate authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To guarantee perfect results<\/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 Azure AI services provide ready-to-use AI capabilities that can reduce the development effort required to build common AI features from scratch. Depending on the service, developers can use capabilities for language analysis, speech processing, computer vision, document analysis, search, or generative AI. Managed services can simplify infrastructure management and integration, but they still require appropriate configuration, security, evaluation, and monitoring. Developers should select a service based on the application&#8217;s requirements rather than assuming a managed service automatically provides perfect accuracy or suitability.<\/span><\/p>\n<h3><b>Question 251<\/b><\/h3>\n<p><b>What is metadata in a search index?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Additional information describing indexed content<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A replacement for authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A speech-recognition model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A type of microphone<\/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;\">Metadata is additional information associated with indexed content that can help applications organize, filter, or interpret search results. Examples include document dates, categories, departments, language, product identifiers, or access classifications. Metadata can be especially useful in RAG systems because retrieval can be restricted according to specific attributes. Developers should design metadata fields carefully and keep them accurate as source documents change. Metadata alone does not provide security unless it is correctly integrated with authorization and filtering logic enforced by the application or search system.<\/span><\/p>\n<h3><b>Question 252<\/b><\/h3>\n<p><b>Which process converts spoken audio into written words?<\/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;\">Speech-to-text<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Semantic search<\/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;\">Speech-to-text converts spoken audio into written text. It is commonly used for meeting transcription, voice interfaces, call-center analysis, accessibility applications, and other audio-processing scenarios. The resulting transcript can be passed to additional services for summarization, translation, sentiment analysis, or information extraction. Recognition accuracy depends on factors such as audio quality, background noise, speaker characteristics, and language. Developers should evaluate the service using recordings that resemble expected production conditions and should handle cases where recognition confidence or transcript quality is insufficient.<\/span><\/p>\n<h3><b>Question 253<\/b><\/h3>\n<p><b>What should be measured when evaluating retrieval quality?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Whether relevant information is returned<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only the application&#8217;s screen size<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only the number of users<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Microphone battery level<\/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;\">Retrieval quality should be evaluated by determining whether the search system returns information that is relevant to the user&#8217;s query. Developers can create representative test questions and identify which documents or passages should be retrieved for each one. Metrics and human review can then help assess relevance, ranking, coverage, and other retrieval characteristics. Poor retrieval can lead to weak RAG responses even when the language model itself performs well. Improving chunking, embeddings, filtering, query rewriting, or ranking may help address retrieval weaknesses.<\/span><\/p>\n<h3><b>Question 254<\/b><\/h3>\n<p><b>What is a retry policy used for in an AI application?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Handling appropriate temporary failures<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Removing all security controls<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing image brightness<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Changing document ownership<\/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 retry policy allows an application to attempt a failed operation again when the failure may be temporary. Examples can include transient service errors, temporary network problems, or certain capacity-related conditions. Retries should be controlled rather than performed continuously because excessive retries can increase traffic and costs. Developers can use techniques such as delays and exponential backoff where appropriate. Not every error should be retried; invalid requests, authorization failures, or permanent configuration problems generally require a different handling strategy.<\/span><\/p>\n<h3><b>Question 255<\/b><\/h3>\n<p><b>Why can human approval be useful for high-impact agent actions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It allows a person to review the proposed action<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It increases vector dimensions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It replaces model evaluation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It automatically corrects all prompts<\/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 approval provides an opportunity for a person to review an AI agent&#8217;s proposed action before an important operation is completed. This can be useful for actions involving financial transactions, account changes, sensitive data, or other consequential operations. The approval interface should provide enough context for the reviewer to understand what will happen. Human approval does not replace authentication, authorization, validation, or monitoring. Instead, it adds an additional control for situations where automated execution could have significant consequences.<\/span><\/p>\n<h3><b>Question 256<\/b><\/h3>\n<p><b>Which factor should influence model selection?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Required quality, latency, capability, and cost<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only the model&#8217;s display name<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only the user&#8217;s keyboard<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only the 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;\">Model selection should consider the application&#8217;s required quality, supported capabilities, latency, cost, context requirements, and workload characteristics. A model that performs well on complex reasoning may be unnecessary for a simple classification or extraction task. Conversely, a smaller model may not meet the quality requirements of a complex workload. Developers should evaluate candidate models using representative application data rather than selecting solely by reputation or size. Operational factors such as throughput, availability, token usage, and deployment requirements can also influence the final configuration.<\/span><\/p>\n<h3><b>Question 257<\/b><\/h3>\n<p><b>Which approach can retrieve information using both meaning and exact terms?<\/b><\/p>\n<ol>\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<\/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;\">Sentiment analysis<\/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;\">Hybrid search combines semantic or vector-based retrieval with keyword-based retrieval. Semantic retrieval helps identify content that is conceptually related to a query, while keyword retrieval is useful when exact words, codes, names, or identifiers matter. Using both signals can improve search coverage in many enterprise applications. The results can then be ranked or reranked before being supplied to a generative model. Developers should evaluate hybrid search using actual queries and documents because different workloads may require different ranking configurations and weighting between search methods.<\/span><\/p>\n<h3><b>Question 258<\/b><\/h3>\n<p><b>What can help protect an AI agent&#8217;s tools from malicious instructions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tool restrictions and input validation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Removing authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Granting unrestricted permissions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disabling all 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;\">Tool restrictions and input validation can reduce the risk that malicious or unexpected instructions cause an AI agent to perform unsafe operations. Each tool should receive only the permissions necessary for its purpose, and generated arguments should be checked against expected schemas and business rules. Authentication and authorization should also be enforced independently of the model. For sensitive operations, human approval can provide an additional safeguard. These controls are particularly important because agent workflows may process untrusted user input or retrieved external content.<\/span><\/p>\n<h3><b>Question 259<\/b><\/h3>\n<p><b>Why is data residency important for some AI applications?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Organizations may have requirements about where data is stored or processed<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It determines microphone volume<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It automatically improves model reasoning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It replaces data 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;\">Data residency refers to requirements or policies concerning the geographic location where data is stored or processed. Some organizations may have legal, regulatory, contractual, or internal requirements governing the locations in which certain information can be handled. When designing an AI solution, developers should understand the applicable requirements and verify that selected services and configurations support them. Data residency does not replace other security controls. Applications may still require encryption, access control, retention policies, data minimization, and appropriate monitoring.<\/span><\/p>\n<h3><b>Question 260<\/b><\/h3>\n<p><b>Why should an AI application be evaluated continuously after deployment?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model, data, and usage changes can affect performance<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Evaluation is only useful before coding<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Production systems never change<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Monitoring automatically fixes every problem<\/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;\">Continuous evaluation helps identify changes in AI application quality after deployment. Model updates, prompt changes, new documents, changing user behavior, retrieval configuration changes, and new edge cases can all affect performance over time. Developers can maintain evaluation datasets and monitor metrics such as accuracy, relevance, groundedness, safety, latency, and error rates. Periodic evaluation can reveal regressions that may not appear during initial testing. Combining continuous evaluation with monitoring and user feedback helps teams identify problems and make controlled improvements to production AI systems.<\/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 241 What is the purpose of an embedding? Store user passwords Convert speech into audio Represent content numerically for similarity comparison Detect document tables Correct Answer: 3 Explanation An embedding represents content as a numerical vector that captures aspects of its meaning. Text, [&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\/13760"}],"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=13760"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13760\/revisions"}],"predecessor-version":[{"id":13775,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13760\/revisions\/13775"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=13760"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=13760"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=13760"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}