{"id":13752,"date":"2026-09-16T10:48:55","date_gmt":"2026-09-16T10:48:55","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=13752"},"modified":"2026-09-16T10:48:55","modified_gmt":"2026-09-16T10:48:55","slug":"microsoft-ai-103-practice-test-questions-and-exam-dumps-part5-q81-100","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ai-103-practice-test-questions-and-exam-dumps-part5-q81-100\/","title":{"rendered":"Microsoft AI-103 Practice Test Questions and Exam Dumps Part5 Q81-100"},"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 81<\/b><\/h3>\n<p><b>Which component is responsible for storing documents so they can be retrieved by an AI application?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Speech recognizer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Knowledge source<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Text-to-speech engine<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image detector<\/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 knowledge source contains information that an AI application can use when answering questions or completing tasks. It may include documents, databases, websites, or other approved information repositories. In a retrieval-augmented generation solution, the application searches the knowledge source for relevant content and provides that information to the language model. This helps the model produce responses based on external information rather than relying only on its pretrained knowledge. Knowledge sources should be maintained and secured according to the application&#8217;s requirements.<\/span><\/p>\n<h3><b>Question 82<\/b><\/h3>\n<p><b>What does semantic search primarily use to determine document relevance?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Meaning and contextual similarity<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">File size<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Creation date only<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Document extension<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Semantic search evaluates the meaning and context of a query and compares it with available content. Unlike traditional keyword search, it can identify relevant information even when the exact words in the query do not appear in the document. Semantic search is especially useful for natural-language questions and knowledge retrieval applications. It can work with language understanding techniques and, in many AI architectures, complements vector search or keyword search. This helps users find conceptually relevant information instead of relying solely on exact term matching.<\/span><\/p>\n<h3><b>Question 83<\/b><\/h3>\n<p><b>An AI agent needs to check a customer&#8217;s order status. What should it use?<\/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;\">Image segmentation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A tool connected to the order system<\/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;\">An AI agent can use a tool connected to an external order-management system to retrieve current order information. The tool can expose a controlled function or API that accepts required inputs, such as an order number, and returns the corresponding status. This approach allows the agent to access information that may change frequently without requiring the model to be retrained. Tool access should be authenticated and authorized, and the application should validate tool inputs and outputs before using the returned information.<\/span><\/p>\n<h3><b>Question 84<\/b><\/h3>\n<p><b>Which capability converts written text into spoken audio?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Speech-to-text<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Text-to-speech<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Optical character recognition<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Named entity recognition<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Text-to-speech converts written text into synthesized spoken audio. Azure AI Speech provides text-to-speech capabilities that can be used in applications such as virtual assistants, accessibility solutions, announcements, and voice-based interfaces. Developers can select supported voices and configure speech characteristics depending on the application. Speech-to-text performs the reverse process by converting spoken audio into text. OCR extracts text from images or scanned documents, while named entity recognition identifies entities such as people, organizations, or locations within written language.<\/span><\/p>\n<h3><b>Question 85<\/b><\/h3>\n<p><b>Why might a developer choose a smaller language model for an application?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It always produces more accurate answers<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It eliminates the need for testing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It removes all security risks<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It may provide lower latency and cost<\/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;\">Smaller language models can provide advantages such as lower latency, reduced resource requirements, and lower operating costs. They may be suitable for simpler tasks where a larger model is unnecessary. However, model selection should consider the application&#8217;s required quality, reasoning ability, context requirements, safety needs, and expected workload. A smaller model is not automatically better for every scenario. Developers should evaluate candidate models against representative test cases and production requirements before choosing the model for deployment.<\/span><\/p>\n<h3><b>Question 86<\/b><\/h3>\n<p><b>Which feature can help an AI application return data in a predictable schema?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Structured outputs<\/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 recognition<\/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: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Structured outputs allow developers to request model responses that follow a defined structure or schema. This is useful when AI-generated information must be consumed programmatically by another application component. For example, an application could require fields such as customer name, order number, and status in a predictable JSON structure. The application should still validate the returned data before using it. Structured outputs improve consistency and reduce parsing problems compared with relying on unrestricted natural-language responses.<\/span><\/p>\n<h3><b>Question 87<\/b><\/h3>\n<p><b>What is the purpose of an AI model deployment?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To permanently train the model on every user request<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To make a selected model available for application use<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To convert documents into images<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To create database backups<\/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 model deployment makes a selected AI model available through an endpoint or service configuration that an application can use. Deployment settings can include the chosen model, deployment name, capacity, and other service-specific options. Applications can then send requests to the deployed model rather than interacting with an undeployed model catalog entry. Developers should consider availability, performance, quotas, cost, authentication, and monitoring when deploying models for production workloads.<\/span><\/p>\n<h3><b>Question 88<\/b><\/h3>\n<p><b>An application receives an image and needs to identify multiple objects within it. Which capability is appropriate?<\/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;\">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;\">Text summarization<\/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;\">Object detection identifies objects within an image and can provide information about where those objects appear. Depending on the service and model, the result may include object labels and bounding regions. This differs from image classification, which generally assigns one or more labels to an entire image without identifying the exact location of each object. Object detection is useful in scenarios such as inventory analysis, visual inspection, and image-based automation where the application needs to know both what objects are present and where they are located.<\/span><\/p>\n<h3><b>Question 89<\/b><\/h3>\n<p><b>What is a major benefit of using retrieval instead of retraining a model whenever company information changes?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It can use updated information without model retraining<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It removes the need for authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It guarantees perfect responses<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It eliminates all indexing requirements<\/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 allows an AI application to obtain current information from an external knowledge source at query time. When company documents change, the retrieval system can update its indexed content instead of requiring the language model itself to be retrained. This can make knowledge updates more practical for frequently changing information. The quality of the solution still depends on factors such as indexing, chunking, retrieval accuracy, grounding, and response generation. Retrieval also does not guarantee that every generated response will be correct.<\/span><\/p>\n<h3><b>Question 90<\/b><\/h3>\n<p><b>Which Azure AI capability can identify the emotional tone of written customer feedback?<\/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;\">Speech synthesis<\/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: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Sentiment analysis evaluates text to determine its expressed sentiment, such as positive, negative, or neutral, depending on the supported service and model. It can be useful for analyzing customer reviews, support messages, survey responses, and other written feedback. Azure AI Language provides natural language processing capabilities that support sentiment-related scenarios. Sentiment analysis is different from named entity recognition, which identifies entities, and key phrase extraction, which identifies important phrases. Developers should evaluate accuracy using representative domain-specific data.<\/span><\/p>\n<h3><b>Question 91<\/b><\/h3>\n<p><b>Which security approach is most appropriate for controlling access to AI resources?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Role-based access control<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Publicly sharing credentials<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hard-coding administrator passwords<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Removing 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;\">Role-based access control, or RBAC, allows organizations to assign permissions according to defined roles. Instead of giving every user or application unrestricted access, administrators can grant only the permissions required for specific tasks. RBAC can be used with Azure resources and services to control who can access, manage, or modify AI-related resources. Combining RBAC with managed identities and least-privilege principles can improve security. Permissions should be reviewed regularly to ensure that unnecessary access is removed.<\/span><\/p>\n<h3><b>Question 92<\/b><\/h3>\n<p><b>Why are content filters useful in generative AI applications?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">They increase database storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">They help detect or restrict unsafe content<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">They create document embeddings<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">They translate source code<\/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;\">Content filters can help identify or restrict certain categories of unsafe or inappropriate input and output in generative AI applications. They provide an additional safety layer around model interactions and can be configured according to the application&#8217;s requirements and supported service capabilities. Content filtering does not replace application security, authentication, authorization, or human oversight. Developers should evaluate safety controls using representative test cases and consider how the application should respond when content is blocked or flagged.<\/span><\/p>\n<h3><b>Question 93<\/b><\/h3>\n<p><b>A chatbot must answer questions from a large collection of company PDFs. What should be created first for efficient retrieval?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">An audio transcription<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A speech synthesis model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">An indexed document collection<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">An image classification pipeline<\/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 indexed document collection allows the application to organize company content so relevant information can be retrieved efficiently. Before indexing, documents may need to be extracted, cleaned, chunked, enriched with metadata, and converted into searchable representations. Depending on the solution, the index can support keyword, semantic, vector, or hybrid search. During a user query, the application retrieves relevant sections and provides them to the language model. This architecture is commonly used for enterprise question-answering and RAG solutions.<\/span><\/p>\n<h3><b>Question 94<\/b><\/h3>\n<p><b>What should an AI application do before sending retrieved private documents to a language model?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verify that access is authorized<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove all authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Make the documents publicly available<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Send every available document<\/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 application should verify that the user or service is authorized to access the retrieved information before providing private documents as model context. Retrieval systems must respect document-level permissions and other access controls. Simply finding a document through search does not automatically mean that every user should be allowed to view its contents. Security can include identity verification, authorization checks, metadata-based filtering, and role-based access control. These controls help prevent sensitive information from being exposed through AI-generated responses.<\/span><\/p>\n<h3><b>Question 95<\/b><\/h3>\n<p><b>Which task is most closely associated with Azure AI Language?<\/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;\">Audio synthesis<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Natural language processing<\/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: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure AI Language provides capabilities for processing and understanding human language. Depending on the service features and supported models, scenarios can include sentiment analysis, named entity recognition, key phrase extraction, summarization, language detection, and other text-based tasks. These capabilities can help developers add natural language processing to applications without building every language model from scratch. Azure AI Vision focuses primarily on visual content, while Azure AI Speech focuses on spoken language and audio-related scenarios.<\/span><\/p>\n<h3><b>Question 96<\/b><\/h3>\n<p><b>What is the purpose of monitoring an AI application after deployment?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To replace all testing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To track performance, errors, and usage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To remove application logging<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To prevent every model response<\/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;\">Monitoring helps developers understand how an AI application behaves after it is deployed. Useful signals can include request volume, latency, errors, token usage, failures, model performance indicators, and other application-specific metrics. Monitoring can reveal problems that were not visible during development or testing. Logs and telemetry can also help investigate incidents and identify opportunities for optimization. Monitoring should be designed carefully so that sensitive information is not unnecessarily captured in logs or exposed to unauthorized users.<\/span><\/p>\n<h3><b>Question 97<\/b><\/h3>\n<p><b>Which technique helps an AI system answer using the latest indexed company information?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Retrieval<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image compression<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Audio normalization<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model temperature 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;\">Retrieval allows an AI system to obtain relevant information from an external source at the time a question is processed. If the company&#8217;s documents are updated and the search index is refreshed, future queries can retrieve the newer information. This is a key advantage of retrieval-augmented generation for enterprise knowledge scenarios. Developers should ensure that the indexing pipeline runs correctly and that stale documents are updated or removed. Retrieval quality also depends on appropriate search configuration, chunking, embeddings, and ranking.<\/span><\/p>\n<h3><b>Question 98<\/b><\/h3>\n<p><b>An AI agent must ask a user for approval before sending an email. Which design is appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fully automatic execution without checks<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Human-in-the-loop approval<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Removing the email tool<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disabling authentication<\/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;\">Human-in-the-loop approval introduces a human decision point before an important action is completed. For an AI agent that can send emails, the application can generate the proposed message and request user approval before invoking the email tool. This approach is useful for actions that may have business, financial, legal, or reputational consequences. The application should clearly show what action will occur and provide the user with an opportunity to approve, modify, or reject it before execution.<\/span><\/p>\n<h3><b>Question 99<\/b><\/h3>\n<p><b>What is the main purpose of prompt engineering?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Designing instructions that guide model responses<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Replacing all application security<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Creating physical network connections<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing document storage<\/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;\">Prompt engineering involves designing and refining instructions and input structures to guide a generative AI model toward useful and consistent responses. Effective prompts can specify the task, context, desired format, constraints, and examples when appropriate. Developers can test different prompts using representative inputs and evaluate the resulting quality. Prompt engineering is useful but does not replace authentication, authorization, content filtering, or other security mechanisms. Applications should combine well-designed prompts with appropriate technical controls and validation.<\/span><\/p>\n<h3><b>Question 100<\/b><\/h3>\n<p><b>Which approach can reduce the impact of excessive requests sent to an AI service?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Removing request limits<\/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;\">Sharing credentials<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disabling monitoring<\/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;\">Rate limiting controls how many requests a user, application, or service can make during a defined period. It can help protect AI applications from excessive traffic, accidental request spikes, and certain forms of abuse. Rate limits can also help manage service quotas and operating costs. When a limit is reached, the application can return an appropriate response or use controlled retry behavior when suitable. Developers should choose limits based on expected traffic, service capabilities, performance requirements, and application needs.<\/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 81 Which component is responsible for storing documents so they can be retrieved by an AI application? Speech recognizer Knowledge source Text-to-speech engine Image detector Correct Answer: 2 Explanation A knowledge source contains information that an AI application can use when answering questions [&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\/13752"}],"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=13752"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13752\/revisions"}],"predecessor-version":[{"id":13783,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13752\/revisions\/13783"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=13752"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=13752"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=13752"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}