{"id":13751,"date":"2026-09-16T10:49:22","date_gmt":"2026-09-16T10:49:22","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=13751"},"modified":"2026-09-16T10:49:22","modified_gmt":"2026-09-16T10:49:22","slug":"microsoft-ai-103-practice-test-questions-and-exam-dumps-part4-q61-80","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ai-103-practice-test-questions-and-exam-dumps-part4-q61-80\/","title":{"rendered":"Microsoft AI-103 Practice Test Questions and Exam Dumps Part4 Q61-80"},"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 61<\/b><\/h3>\n<p><b>Which Azure AI service is designed to extract text and structured fields from invoices?<\/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 Language<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure AI Document Intelligence<\/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;\">Azure AI Document Intelligence is designed to analyze documents and extract useful information from them. It supports prebuilt models for common documents such as invoices, receipts, and identity documents. It can identify fields, values, tables, and other structured content from document files. This makes it useful when an application needs to automatically process business documents without manually entering their information. Azure AI Speech handles audio, Azure AI Vision focuses on images, and Azure AI Language provides natural language processing capabilities.<\/span><\/p>\n<h3><b>Question 62<\/b><\/h3>\n<p><b>What is the main purpose of embeddings in an AI application?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Representing text as numerical vectors<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Converting text directly into speech<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Detecting objects in images<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Translating audio into another 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;\">Embeddings represent text, images, or other content as numerical vectors that capture meaningful relationships between items. Similar content generally produces vectors that are closer together in vector space. This makes embeddings useful for semantic search, recommendation systems, document retrieval, and retrieval-augmented generation. For example, two questions with different wording but similar meaning can have similar embeddings. The vectors can then be stored in a vector-enabled search system and compared to retrieve relevant information.<\/span><\/p>\n<h3><b>Question 63<\/b><\/h3>\n<p><b>An application needs to search documents using both keywords and semantic meaning. Which search approach should it use?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Keyword-only search<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image classification<\/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 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;\">Hybrid search combines traditional keyword-based search with vector or semantic search. Keyword search is useful when exact terms, names, codes, or phrases matter, while vector search can identify content with similar meaning even when different words are used. Combining both approaches can improve retrieval quality for AI applications that search large document collections. Azure AI Search supports hybrid search scenarios, making it suitable for retrieval-augmented generation and other applications where both lexical matching and semantic similarity are valuable.<\/span><\/p>\n<h3><b>Question 64<\/b><\/h3>\n<p><b>What should an AI developer use to prevent an application from returning malformed JSON?<\/b><\/p>\n<ol>\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;\">Structured output validation<\/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;\">Vector 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;\">Structured output validation helps ensure that an AI model&#8217;s response follows a required format, such as a JSON schema. This is important when the application passes model-generated data to another component that expects specific fields and data types. Developers can define the expected structure and validate the response before processing it. If the response is invalid, the application can reject it, retry the request, or apply an error-handling process. This improves reliability and reduces failures caused by unexpected model output.<\/span><\/p>\n<h3><b>Question 65<\/b><\/h3>\n<p><b>Which feature allows a generative AI application to call an external function or API?<\/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 synthesis<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vector embedding<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tool or function calling<\/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;\">Tool or function calling allows a generative AI application to interact with external functions, APIs, or services. Instead of generating an answer only from its internal model knowledge, the model can identify when a tool is needed and provide the required arguments. The application then executes the function and can return the result to the model. This approach is useful for tasks such as retrieving current information, checking databases, calculating values, or performing business operations while keeping tool execution under application control.<\/span><\/p>\n<h3><b>Question 66<\/b><\/h3>\n<p><b>Why is chunking commonly used when preparing documents for RAG?<\/b><\/p>\n<ol>\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 translate documents<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To divide large documents into smaller searchable sections<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To remove all document metadata<\/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;\">Chunking divides large documents into smaller sections before they are indexed for retrieval. Smaller chunks allow a search system to retrieve the specific portion of a document that is relevant to a user&#8217;s question instead of returning an entire large document. Good chunking can improve retrieval accuracy and reduce the amount of unnecessary context sent to a language model. Developers may also use overlap between chunks to preserve important information that appears near the boundary between two sections.<\/span><\/p>\n<h3><b>Question 67<\/b><\/h3>\n<p><b>Which authentication method can help an Azure-hosted application access resources without storing passwords in code?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Managed identity<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Plain-text credentials<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hard-coded API keys<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Embedded passwords<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Managed identity allows an Azure resource to authenticate to supported services without requiring developers to store credentials directly in application code. Azure can manage the identity and provide authentication tokens when the application accesses authorized resources. This reduces the need to maintain passwords or API keys in source code. Developers can then use Azure role-based access control to grant only the permissions required by the application. Managed identities are especially useful for production applications that need secure access to Azure services.<\/span><\/p>\n<h3><b>Question 68<\/b><\/h3>\n<p><b>What is the primary purpose of a reranker in an AI search solution?<\/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;\">Reorder retrieved results based on relevance<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Extract text from images<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Create user authentication tokens<\/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 reranker evaluates an initial set of search results and reorders them according to their relevance to the user&#8217;s query. An initial retrieval stage may quickly identify many potentially useful documents, but some results may be more relevant than others. Reranking helps place the most useful results near the top. In retrieval-augmented generation systems, this can improve the quality of the context provided to the language model. Better-ranked context can help the model produce more relevant and grounded responses.<\/span><\/p>\n<h3><b>Question 69<\/b><\/h3>\n<p><b>A company wants an AI application to answer questions using its frequently updated internal documents. What should it use?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model fine-tuning only<\/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;\">Retrieval-augmented generation<\/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: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Retrieval-augmented generation allows an application to retrieve relevant information from an external knowledge source before generating a response. This is useful for company documents that change frequently because the underlying language model does not need to be retrained every time information changes. Documents can be updated in the retrieval system, and future queries can use the latest indexed content. This approach also allows organizations to keep knowledge in controlled repositories while providing relevant context to the generative model.<\/span><\/p>\n<h3><b>Question 70<\/b><\/h3>\n<p><b>Which Azure AI capability can convert spoken audio into written 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;\">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-to-text<\/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;\">Speech-to-text converts spoken language from an audio source into written text. Azure AI Speech provides speech recognition capabilities that can process microphone input, recorded audio, and other supported sources. Speech-to-text is commonly used for meeting transcription, voice-controlled applications, call-center analysis, and accessibility features. It is different from text-to-speech, which performs the opposite operation by generating spoken audio from text. Optical character recognition focuses on extracting written or printed text from images and documents rather than audio.<\/span><\/p>\n<h3><b>Question 71<\/b><\/h3>\n<p><b>Which principle limits an AI application&#8217;s permissions to only what it needs?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Least privilege<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data duplication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Maximum access<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Public access<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The principle of least privilege means that an application, user, or service should receive only the permissions required to perform its intended tasks. For AI applications, this can reduce the potential impact if credentials are compromised or a component behaves unexpectedly. Developers can apply role-based access control and managed identities to implement this principle in Azure environments. For example, an application that only needs to read documents should not automatically receive permission to modify or delete those documents.<\/span><\/p>\n<h3><b>Question 72<\/b><\/h3>\n<p><b>What is the purpose of a system prompt or system instruction?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Store vector embeddings<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Define the model&#8217;s behavior and high-level rules<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Convert speech to text<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Detect objects in 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;\">System instructions define important behavior, constraints, and goals for a generative AI model. They can specify the assistant&#8217;s role, response style, rules, limitations, and other high-level requirements. For example, an enterprise assistant can be instructed to answer using retrieved company information and avoid revealing confidential data. System instructions are different from user prompts because they establish application-level behavior. Developers should still combine instructions with access controls, validation, and other security measures because prompts alone cannot provide complete security.<\/span><\/p>\n<h3><b>Question 73<\/b><\/h3>\n<p><b>Which capability is most appropriate for identifying named people, organizations, and locations in text?<\/b><\/p>\n<ol>\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 generation<\/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;\">Named entity recognition<\/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;\">Named entity recognition identifies specific types of entities within text, such as people, organizations, locations, dates, or other recognized categories. It is a natural language processing task that can help applications organize and analyze unstructured text. For example, a customer-support system could identify a company name and location from incoming messages. Object detection is used for identifying objects in images, while speech synthesis generates audio from text. Named entity recognition focuses specifically on extracting meaningful entities from language.<\/span><\/p>\n<h3><b>Question 74<\/b><\/h3>\n<p><b>What is the main purpose of grounding a generative AI response?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase the model&#8217;s temperature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Convert text into embeddings only<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Connect responses to relevant factual information<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Replace authentication<\/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;\">Grounding provides a generative AI model with relevant factual information that it can use when producing an answer. In enterprise applications, grounding is often achieved by retrieving information from approved documents, databases, or search indexes. This can reduce the likelihood of unsupported responses and help the model answer questions using current organizational information. Grounding does not replace authentication or authorization. Access controls are still required to ensure that the application retrieves only information the requesting user or service is allowed to access.<\/span><\/p>\n<h3><b>Question 75<\/b><\/h3>\n<p><b>A developer needs to extract printed text from an image. Which capability should be considered?<\/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;\">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;\">Text-to-speech<\/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, commonly called OCR, extracts written or printed characters from images or scanned documents. It is useful for digitizing paper documents, reading signs, extracting text from photographs, and processing scanned files. Azure AI Vision and document-focused services provide OCR-related capabilities for different scenarios. Speech-to-text works with spoken audio, while text-to-speech creates audio from written content. Sentiment analysis determines the emotional tone of text and does not extract characters from images.<\/span><\/p>\n<h3><b>Question 76<\/b><\/h3>\n<p><b>Why should AI applications use representative test data during evaluation?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To measure performance on realistic scenarios<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase API credentials<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To disable model safety features<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To remove all retrieved documents<\/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;\">Representative test data helps developers evaluate how an AI system performs under conditions similar to real-world usage. A test set should cover the types of inputs, languages, document formats, edge cases, and user scenarios that the application is expected to encounter. Measuring performance only on simple or unrealistic examples can produce misleading results. Evaluation can examine factors such as accuracy, relevance, groundedness, and response quality. Developers can use the results to identify weaknesses and improve prompts, retrieval, models, or application logic.<\/span><\/p>\n<h3><b>Question 77<\/b><\/h3>\n<p><b>Which Azure service is commonly used to store and search indexed enterprise content for RAG applications?<\/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 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: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure AI Search provides search capabilities that can be used to index and retrieve enterprise content for AI applications. It supports keyword, semantic, vector, and hybrid search scenarios. In a RAG architecture, documents can be processed and indexed, while user queries are used to retrieve relevant content. The retrieved information can then be supplied to a generative model as context. This architecture helps applications answer questions using organizational knowledge without requiring the language model itself to contain every document.<\/span><\/p>\n<h3><b>Question 78<\/b><\/h3>\n<p><b>What should an application do when an AI service request fails temporarily?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ignore the failure<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Use appropriate error handling and retry logic<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Delete the user&#8217;s data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disable authentication permanently<\/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;\">AI applications should handle temporary service failures gracefully. Appropriate retry logic can attempt the request again when failures are caused by transient conditions such as temporary network problems or service throttling. Developers should use controlled retries with suitable delays rather than continuously sending requests. Error handling should also provide useful fallback behavior when retries fail. Logging and monitoring can help identify recurring problems. The exact retry strategy should consider the service&#8217;s guidance, request type, latency requirements, and application reliability goals.<\/span><\/p>\n<h3><b>Question 79<\/b><\/h3>\n<p><b>What does temperature generally control in a generative AI model?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Authentication permissions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Document indexing speed<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Randomness of generated responses<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image resolution<\/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;\">Temperature is a generation parameter that generally influences the randomness of a language model&#8217;s output. Lower values tend to produce more predictable and consistent responses, while higher values can produce more varied output. The appropriate setting depends on the application. Tasks requiring consistent structured responses may benefit from lower randomness, while creative generation may use a higher value. Temperature does not control authentication, document indexing, or image resolution. Developers should evaluate the setting using representative application data rather than relying only on assumptions.<\/span><\/p>\n<h3><b>Question 80<\/b><\/h3>\n<p><b>Which practice helps protect sensitive information in an AI application?<\/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;\">Sharing all data with every service<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storing secrets in source code<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Granting every user administrator access<\/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 means collecting, processing, and retaining only the information necessary for the application&#8217;s purpose. This reduces the amount of sensitive information exposed to AI models, services, logs, and other components. Developers should also apply appropriate access controls, secure secret storage, encryption, and retention policies. For example, an application should avoid sending unnecessary personal information to a model when only a small portion of the data is required. Data minimization is an important practice for improving privacy and reducing unnecessary exposure.<\/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 61 Which Azure AI service is designed to extract text and structured fields from invoices? Azure AI Speech Azure AI Vision Azure AI Language Azure AI Document Intelligence Correct Answer: 4 Explanation Azure AI Document Intelligence is designed to analyze documents and extract [&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\/13751"}],"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=13751"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13751\/revisions"}],"predecessor-version":[{"id":13784,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13751\/revisions\/13784"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=13751"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=13751"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=13751"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}