{"id":13753,"date":"2026-09-16T10:48:42","date_gmt":"2026-09-16T10:48:42","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=13753"},"modified":"2026-09-16T10:48:42","modified_gmt":"2026-09-16T10:48:42","slug":"microsoft-ai-103-practice-test-questions-and-exam-dumps-part6-q101-120","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ai-103-practice-test-questions-and-exam-dumps-part6-q101-120\/","title":{"rendered":"Microsoft AI-103 Practice Test Questions and Exam Dumps Part6 Q101-120"},"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 101<\/b><\/h3>\n<p><b>Which Azure AI capability can extract key phrases from customer reviews?<\/b><\/p>\n<ol>\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 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<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure AI Language provides natural language processing capabilities that can identify important words and phrases within text. Key phrase extraction can help summarize the main topics discussed in customer reviews, survey responses, support tickets, and other documents. For example, a review about delivery delays and damaged packaging could produce phrases related to those topics. Developers can use these extracted phrases to organize content, identify recurring issues, or support downstream analytics. This capability works with text rather than images or audio.<\/span><\/p>\n<h3><b>Question 102<\/b><\/h3>\n<p><b>What is the main purpose of an indexer in Azure AI Search?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Generate speech from text<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Extract and load content into a search index<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Create language model prompts<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Detect objects in photographs<\/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;\">An indexer in Azure AI Search automates the process of extracting information from supported data sources and adding it to a search index. It can connect to sources such as storage services and process available content according to the configured indexing pipeline. This reduces the need to write custom code for repeatedly loading documents into an index. Once content is indexed, applications can use keyword, semantic, vector, or hybrid search to retrieve relevant information for users or AI applications.<\/span><\/p>\n<h3><b>Question 103<\/b><\/h3>\n<p><b>Which technique represents documents as vectors for similarity-based retrieval?<\/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;\">Speech recognition<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Embedding generation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Text-to-speech<\/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;\">Embedding generation converts content such as text into numerical vectors that represent semantic characteristics of the content. These vectors can then be stored in a vector-enabled search system and compared with vectors generated from user queries. Content with similar meanings can have similar vector representations even when the exact words differ. This makes embeddings useful for semantic retrieval, recommendation systems, and RAG applications. The quality of retrieval depends on factors such as the embedding model, chunking strategy, index configuration, and query processing.<\/span><\/p>\n<h3><b>Question 104<\/b><\/h3>\n<p><b>An application must summarize long documents before presenting them to users. Which AI capability is most relevant?<\/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 synthesis<\/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;\">Text summarization<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Text summarization generates a shorter representation of longer text while attempting to preserve important information. It can be useful for summarizing reports, customer conversations, articles, support tickets, or business documents. Depending on the scenario, developers may use extractive or generative approaches. The resulting summary should still be evaluated for accuracy because a model can omit important details or produce unsupported statements. For high-impact applications, developers can combine summarization with grounding, validation, and human review when appropriate.<\/span><\/p>\n<h3><b>Question 105<\/b><\/h3>\n<p><b>Why is chunk overlap sometimes used when splitting documents?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To preserve context between adjacent chunks<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To encrypt the document<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase image resolution<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To 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;\">Chunk overlap means that a portion of one document chunk is repeated in the following chunk. This can help preserve context when an important sentence, explanation, or concept crosses a chunk boundary. Without overlap, related information might be separated in a way that makes individual chunks less useful during retrieval. The amount of overlap should be selected carefully because excessive overlap can increase the number of tokens, storage requirements, and duplicate retrieval results. Chunk size and overlap should be tested against representative documents.<\/span><\/p>\n<h3><b>Question 106<\/b><\/h3>\n<p><b>Which feature allows an AI application to process information from images and text together?<\/b><\/p>\n<ol>\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;\">Multimodal AI<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Rate limiting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Semantic indexing<\/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 AI can process or generate information involving multiple types of input, such as text and images. For example, a multimodal application could receive a photograph of a product along with a written question and use both sources when generating a response. This capability is useful for visual question answering, document understanding, product analysis, and other scenarios that require more than text alone. Developers should verify that the selected model supports the required modalities and evaluate its performance with realistic multimodal inputs.<\/span><\/p>\n<h3><b>Question 107<\/b><\/h3>\n<p><b>What should an application use to securely store API keys and other secrets?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Key Vault<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Public source code<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A plain-text document<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Client-side HTML<\/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 Key Vault is designed to securely store and manage secrets, keys, and certificates. Using a dedicated secret-management service helps prevent sensitive credentials from being embedded directly in source code or configuration files. Applications can use managed identities and appropriate access permissions to retrieve secrets when necessary. Developers should also rotate credentials when required and limit access according to the principle of least privilege. Keeping secrets out of source repositories reduces the risk of accidental exposure through code sharing, logs, or version-control systems.<\/span><\/p>\n<h3><b>Question 108<\/b><\/h3>\n<p><b>Which search method combines keyword matching with vector similarity?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Semantic-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 search<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Speech 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;\">Hybrid search combines traditional keyword-based retrieval with vector-based similarity search. Keyword matching is useful for exact terms, product names, identifiers, and other precise text, while vector search can identify content with similar meaning even when different wording is used. Combining the two can provide broader retrieval coverage for enterprise AI applications. Azure AI Search supports hybrid search scenarios and can be used as part of RAG architectures. Developers should evaluate the retrieval configuration using realistic queries and representative documents.<\/span><\/p>\n<h3><b>Question 109<\/b><\/h3>\n<p><b>A model repeatedly produces answers that are not supported by retrieved documents. What should the developer investigate first?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Grounding and retrieval quality<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Screen resolution<\/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 compression<\/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;\">When generated answers are not supported by retrieved information, developers should investigate the grounding and retrieval pipeline. Important factors include whether the correct documents are indexed, whether chunking is appropriate, whether search returns relevant content, and whether the retrieved context is actually provided to the model. Developers should also check prompts and response validation. Improving retrieval quality can give the model better evidence for generating an answer. Evaluation with representative questions can help determine whether changes to the retrieval pipeline improve groundedness.<\/span><\/p>\n<h3><b>Question 110<\/b><\/h3>\n<p><b>Which capability identifies the language used in a text input?<\/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;\">Speech synthesis<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image 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 represented in a text input. This can be useful in applications that receive content from users in multiple languages and need to route the text to the appropriate processing workflow. For example, an application could detect whether a message is written in English, Urdu, Arabic, or another supported language before performing translation or language-specific analysis. Language detection is a natural language processing capability and differs from speech recognition, which processes spoken audio.<\/span><\/p>\n<h3><b>Question 111<\/b><\/h3>\n<p><b>What is the purpose of query rewriting in a search-based AI application?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Improve a user&#8217;s query before retrieval<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Encrypt the search index<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Convert images into audio<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Create user accounts<\/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 modifies or expands a user&#8217;s original query to improve retrieval results. A user may ask a vague question, use conversational language, or omit important search terms. A query-rewriting process can transform the request into a form that better matches the indexed content. This can be especially useful in RAG applications where retrieval quality directly affects the context provided to the language model. Developers should evaluate rewritten queries carefully to ensure that the intended meaning of the user&#8217;s request is preserved.<\/span><\/p>\n<h3><b>Question 112<\/b><\/h3>\n<p><b>Which capability is used to recognize text printed on a scanned document?<\/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;\">Optical character 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;\">Speech translation<\/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, identifies printed or handwritten characters in supported images and documents and converts them into machine-readable text. OCR is commonly used when applications need to process scanned forms, photographed documents, receipts, or other visual content containing text. The extracted text can then be searched, analyzed, translated, or passed to additional information-extraction processes. OCR is different from speech-to-text because OCR processes visual content, while speech-to-text converts spoken audio into written language.<\/span><\/p>\n<h3><b>Question 113<\/b><\/h3>\n<p><b>Which approach is appropriate when an AI agent must perform an action in an external business system?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tool calling<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image classification<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">OCR only<\/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;\">Tool calling allows an AI agent to interact with external systems through controlled functions or APIs. For example, an agent could use a tool to create a support ticket, retrieve an order, check inventory, or update a business record. The application should define clear tool inputs and outputs and enforce authentication and authorization before execution. For sensitive actions, human approval may also be appropriate. Tool calling extends an agent&#8217;s capabilities beyond generating text and enables it to interact with real-world business workflows.<\/span><\/p>\n<h3><b>Question 114<\/b><\/h3>\n<p><b>What is the primary purpose of model evaluation?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase storage capacity<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Measure how well a model performs against defined requirements<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Replace access control<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove all model limitations<\/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;\">Model evaluation measures how well an AI model or application performs against defined requirements and representative test cases. Depending on the scenario, evaluation can examine accuracy, relevance, groundedness, safety, latency, or other quality metrics. Developers can compare results across models, prompts, or configurations to identify weaknesses. Evaluation should be performed before production deployment and repeated when important changes are introduced. A model that performs well on a small or unrealistic test set may not perform equally well with real-world inputs.<\/span><\/p>\n<h3><b>Question 115<\/b><\/h3>\n<p><b>Which Azure AI Speech capability converts one spoken language into another?<\/b><\/p>\n<ol>\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;\">Object 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;\">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 translation can process spoken language and produce a translation into another supported language. This capability can be useful for multilingual meetings, customer interactions, travel applications, and communication systems. It differs from standard speech-to-text, which primarily converts speech into written language without necessarily translating it. Developers should consider language support, audio quality, latency, and accuracy requirements when designing a speech translation solution. Testing should use realistic accents, environments, vocabulary, and conversation patterns expected in the application.<\/span><\/p>\n<h3><b>Question 116<\/b><\/h3>\n<p><b>A RAG application retrieves too many irrelevant documents. Which change could improve retrieval quality?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase unrelated documents<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Improve chunking and search configuration<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove all metadata<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disable retrieval<\/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;\">Retrieving too many irrelevant documents can reduce the quality of the context provided to a language model. Developers can investigate chunk size, overlap, metadata filters, query formulation, search parameters, vector similarity, semantic ranking, and reranking. The goal is to retrieve a smaller set of highly relevant information rather than overwhelming the model with unrelated content. Evaluation using representative queries can help identify which retrieval changes are effective. Retrieval quality should be measured before and after configuration changes rather than assumed to improve automatically.<\/span><\/p>\n<h3><b>Question 117<\/b><\/h3>\n<p><b>Which practice helps prevent an AI application from exposing unnecessary personal data?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data minimization<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Public data sharing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unlimited logging<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Administrator access for all users<\/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 minimization reduces privacy exposure by limiting the collection, processing, and retention of personal information to what is necessary for the application&#8217;s purpose. For AI applications, this can include removing unnecessary personal details before sending content to a model or storing information in logs. Developers should also use appropriate access controls, encryption, retention policies, and secure storage. Data minimization does not eliminate all privacy risks, but it reduces the amount of sensitive information that needs to be handled by the system.<\/span><\/p>\n<h3><b>Question 118<\/b><\/h3>\n<p><b>What is the main benefit of using metadata filters during retrieval?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">They convert text to speech<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">They restrict results based on attributes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">They train a model automatically<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">They generate images<\/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;\">Metadata filters allow a search application to restrict retrieval results based on attributes associated with indexed content. Metadata might include department, document type, date, region, access level, or other properties. For example, an application could retrieve only documents belonging to a particular department or documents updated within a specific period. Filters can improve relevance and can also support access-control requirements when implemented correctly. Developers should ensure that security-sensitive filters cannot be bypassed through user queries or application logic.<\/span><\/p>\n<h3><b>Question 119<\/b><\/h3>\n<p><b>Which approach is useful for reducing the risk of prompt injection?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Trust every user instruction<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ignore retrieved content boundaries<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Separate trusted instructions from untrusted content<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Give the model administrator permissions<\/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;\">Prompt injection occurs when untrusted content attempts to influence an AI system&#8217;s behavior or override intended instructions. Developers can reduce risk by clearly separating trusted instructions from untrusted user or retrieved content, limiting tool permissions, validating inputs and outputs, and applying appropriate security controls. Applications should not assume that retrieved documents are trustworthy merely because they came from a search system. Sensitive actions should require authorization and, when appropriate, human approval. Prompt defenses should be combined with application-level security rather than relying on instructions alone.<\/span><\/p>\n<h3><b>Question 120<\/b><\/h3>\n<p><b>Why should AI applications validate model-generated tool arguments before execution?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To improve screen resolution<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To prevent invalid or unsafe operations<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To create more embeddings<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase audio volume<\/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;\">Tool argument validation helps ensure that values generated by a language model meet the application&#8217;s expected format, type, range, and business rules before an external action is performed. This is important because model-generated arguments are not automatically trustworthy. For example, an application should verify an account identifier, amount, or requested operation before sending it to a business API. Validation can prevent malformed requests and reduce the risk of unintended actions. Sensitive operations should also use authorization checks and appropriate approval workflows.<\/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 101 Which Azure AI capability can extract key phrases from customer reviews? Azure AI Language Azure AI Vision Azure AI Speech Azure AI Search Correct Answer: 1 Explanation Azure AI Language provides natural language processing capabilities that can identify important words and phrases [&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\/13753"}],"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=13753"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13753\/revisions"}],"predecessor-version":[{"id":13782,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13753\/revisions\/13782"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=13753"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=13753"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=13753"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}