{"id":22413,"date":"2026-09-25T12:42:13","date_gmt":"2026-09-25T12:42:13","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=22413"},"modified":"2026-09-25T12:42:13","modified_gmt":"2026-09-25T12:42:13","slug":"microsoft-ai-102-practice-test-questions-and-exam-dumps-part14-q261-280","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ai-102-practice-test-questions-and-exam-dumps-part14-q261-280\/","title":{"rendered":"Microsoft AI-102 Practice Test Questions and Exam Dumps Part14 Q261-280"},"content":{"rendered":"<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/ai-102-exam-dumps\"><b>Microsoft AI-102 Exam Dumps<\/b><\/a><b> and Practice Test Dumps.<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 261<\/b><\/h3>\n<p><b>Which Microsoft Foundry capability can be used to compare an AI application&#8217;s responses against predefined evaluation criteria?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Evaluation<\/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;\">Image analysis<\/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;\">Evaluation capabilities in Microsoft Foundry help developers assess AI applications against defined quality and safety criteria. Evaluations can use representative test data and metrics appropriate to the application, such as relevance, groundedness, coherence, or safety. This makes it possible to compare different prompts, models, or workflow versions using consistent inputs rather than relying only on informal manual testing. Evaluation should be performed throughout development and after significant changes because model behavior can vary when prompts, retrieved information, tools, or model versions change. Results can help identify weaknesses that require additional testing or application refinement.<\/span><\/p>\n<h3><b>Question 262<\/b><\/h3>\n<p><b>A developer needs to identify where a person, vehicle, or other object appears within an image. Which Vision capability should be selected?<\/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;\">Object detection<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image captioning<\/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;\">Object detection identifies objects within an image and provides their locations, commonly through bounding regions. This makes it appropriate when an application needs to determine both the type of object and where it appears. For example, a retail application could detect products on a shelf, while a safety application could identify people or vehicles in camera images. Image classification instead assigns categories to an image, while OCR focuses on extracting visible text. Developers should test object detection with images that represent actual lighting, object sizes, camera angles, backgrounds, and environmental conditions expected in the production scenario.<\/span><\/p>\n<h3><b>Question 263<\/b><\/h3>\n<p><b>Which Azure AI Search feature allows a user to restrict results to documents where a field has a particular value?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Filtering<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Semantic captions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vectorization<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Index projection<\/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;\">Filtering in Azure AI Search restricts search results according to values stored in filterable fields. For example, an application can return only documents belonging to a particular department, language, region, document type, or status. Filters can be combined with keyword, vector, hybrid, or semantic search to narrow results while retaining the chosen retrieval method. Developers must configure the relevant index field as filterable. Filtering is also useful for metadata-based retrieval in RAG applications. However, filters should be designed carefully because overly restrictive conditions can prevent relevant documents from being returned even when they otherwise match the query.<\/span><\/p>\n<h3><b>Question 264<\/b><\/h3>\n<p><b>An application receives scanned documents containing printed text. Which processing step can make that text available for search and downstream language analysis?<\/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;\">Face recognition<\/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<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Optical character recognition converts visible text in images or scanned documents into machine-readable text. This extracted text can then be indexed, searched, translated, classified, summarized, or analyzed by other AI capabilities. OCR is particularly useful in document-processing and knowledge-mining pipelines where the original information is stored visually rather than as selectable text. Recognition quality depends on factors such as image resolution, orientation, layout, font, handwriting support, and background quality. Developers should evaluate OCR output before using it for critical downstream operations because recognition errors can propagate into search results or automated decisions.<\/span><\/p>\n<h3><b>Question 265<\/b><\/h3>\n<p><b>Which Azure AI Language capability is most appropriate for determining whether a customer message is positive, negative, or neutral?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Entity 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;\">Language detection<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Key phrase extraction<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Sentiment analysis determines the emotional polarity expressed in text, commonly identifying positive, negative, or neutral sentiment and, where supported, providing more detailed sentiment information. It can help organizations analyze customer feedback, support interactions, reviews, surveys, and social content. Sentiment analysis does not primarily identify named people, places, or organizations, nor does it determine the language itself. Developers should test the service with realistic customer language because sarcasm, mixed opinions, domain-specific terminology, and short messages can affect results. Sentiment output should also be interpreted according to the application&#8217;s purpose rather than treated as an infallible human judgment.<\/span><\/p>\n<h3><b>Question 266<\/b><\/h3>\n<p><b>A RAG application needs to retrieve relevant information even when the user&#8217;s wording differs significantly from the wording in stored documents. Which technique is useful?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vector search<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Exact filtering only<\/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;\">Faceting<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Vector search can retrieve semantically similar content even when the query and stored document use different words. An embedding model converts the query and indexed content into numerical vectors, and the search system compares their semantic similarity. This is useful for natural-language questions and knowledge bases where users may describe a concept differently from the source documents. Vector search is often combined with keyword search in hybrid architectures because exact terms can remain important for identifiers and specialized terminology. Developers should evaluate embedding quality, vector dimensions, indexing configuration, and representative queries to determine whether retrieval meets application requirements.<\/span><\/p>\n<h3><b>Question 267<\/b><\/h3>\n<p><b>Which component of a generative AI prompt normally contains rules that guide how the model should behave?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">System instructions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image metadata<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Search facet<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Audio waveform<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">System instructions provide high-level guidance about how a generative AI model should behave during an interaction. They can establish the assistant&#8217;s role, response style, constraints, task requirements, or other behavioral rules. Developers should write instructions clearly and avoid unnecessary ambiguity or conflicting requirements. System instructions are not a replacement for security controls because a model can still encounter malicious user input or untrusted retrieved content. Applications should therefore combine prompt design with input handling, access controls, tool restrictions, content safety measures, and evaluation. Testing should include both normal requests and attempts to override the intended behavior.<\/span><\/p>\n<h3><b>Question 268<\/b><\/h3>\n<p><b>An organization wants to classify documents into categories such as Legal, Finance, and Human Resources using its own examples. Which service capability is appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Custom text classification<\/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;\">Image captioning<\/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;\">Custom text classification allows organizations to define categories and train a model using labeled examples that represent those categories. For a document-routing system, examples could be labeled Legal, Finance, Human Resources, Procurement, or other business-specific classes. The model can then classify new documents according to learned patterns. Training examples should represent the terminology, writing styles, document lengths, and variations found in production. Developers should maintain separate evaluation data to measure performance on unseen documents. Clear category definitions are also important because overlapping or inconsistent labels can make classification less reliable.<\/span><\/p>\n<h3><b>Question 269<\/b><\/h3>\n<p><b>Which Azure AI Search feature can improve retrieval for a natural-language query by using semantic understanding after initial candidate retrieval?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Semantic ranker<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Indexer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data source<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Skillset<\/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 semantic ranker operates on retrieved candidates and uses language understanding to improve the ordering of results for supported semantic search scenarios. Initial retrieval can produce several documents that appear relevant based on lexical or vector similarity, but their order may not perfectly reflect the user&#8217;s intent. Semantic ranking can provide a more meaningful ordering of those candidates. It should be viewed as a ranking stage rather than the component that stores documents or performs the initial indexing operation. Developers should evaluate semantic search with realistic natural-language questions and verify that the selected semantic configuration exposes useful document content.<\/span><\/p>\n<h3><b>Question 270<\/b><\/h3>\n<p><b>An AI agent must access an enterprise API, but the application should not expose the API credential to the language model. What design is appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Controlled tool integration<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Put the secret in the prompt<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Include the key in user input<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Publish the credential<\/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 controlled tool integration allows the agent to invoke an approved operation while keeping authentication details outside the model&#8217;s conversational context. The application or tool implementation can manage credentials securely and perform the API request on behalf of the agent. This design reduces the risk of exposing secrets through prompts, generated responses, logs, or user-visible content. Tool permissions should follow least-privilege principles, and inputs should be validated before an operation is executed. Developers should also define which actions require confirmation or additional authorization, particularly when a tool can modify records, make transactions, or access sensitive enterprise information.<\/span><\/p>\n<h3><b>Question 271<\/b><\/h3>\n<p><b>Which Document Intelligence model is designed to extract common fields from invoices?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Prebuilt invoice model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Custom NER model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Sentiment model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vision classification model<\/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 prebuilt invoice model in Azure AI Document Intelligence is designed to extract commonly required information from supported invoice documents. Using a prebuilt model can reduce development effort when the fields required by an application are already supported. Typical invoice-processing workflows can use extracted values for validation, accounting processes, search, or downstream automation. Developers should verify the supported document types and fields against actual business requirements. If the organization needs specialized fields or document structures beyond the capabilities of the prebuilt model, a custom extraction approach may be more appropriate.<\/span><\/p>\n<h3><b>Question 272<\/b><\/h3>\n<p><b>A developer wants to use both exact keyword matching and semantic similarity for an enterprise knowledge application. Which approach should be considered?<\/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-only search<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Faceting-only 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 keyword-based retrieval with vector-based semantic retrieval. Keyword search can be particularly effective for exact names, identifiers, product codes, and specialized terminology, while vector search can find conceptually similar content despite differences in wording. Combining the approaches can therefore improve retrieval coverage for diverse enterprise queries. Azure AI Search supports hybrid scenarios where these retrieval methods contribute to the candidate result set. Developers should test different query types and evaluate relevance using realistic examples. The appropriate configuration depends on the application&#8217;s data, query patterns, embedding model, ranking requirements, and expected response latency.<\/span><\/p>\n<h3><b>Question 273<\/b><\/h3>\n<p><b>Which Azure AI Speech capability converts a recorded spoken sentence into written text?<\/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;\">Pronunciation assessment<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Speech synthesis markup<\/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-to-text converts spoken audio into written text. It is commonly used for transcription, voice commands, meeting applications, call-center processing, accessibility features, and conversational interfaces. The service processes audio and attempts to recognize the words spoken by the user. Developers should evaluate recognition using realistic speakers, accents, microphones, background noise, vocabulary, and speaking rates. Specialized application requirements may also require additional configuration or custom speech capabilities. Speech-to-text differs from text-to-speech, which generates audio from written text, while pronunciation assessment focuses on evaluating spoken pronunciation against expected reference material.<\/span><\/p>\n<h3><b>Question 274<\/b><\/h3>\n<p><b>A search index contains vectors generated by an embedding model. What must be consistent between the generated embeddings and the vector field?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vector dimensions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">File extension<\/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 resolution<\/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 dimensionality of generated embeddings must match the dimensionality configured for the corresponding vector field in the search index. If an embedding model produces vectors with a different number of dimensions than the field expects, indexing or querying cannot operate correctly. Developers should select the embedding model and index schema together and verify the required vector dimensions before creating the production index. Other vector-search settings, such as the selected algorithm and profile, must also be configured appropriately. Testing the complete indexing and query workflow can identify configuration mismatches before the application is deployed.<\/span><\/p>\n<h3><b>Question 275<\/b><\/h3>\n<p><b>Which Microsoft Foundry feature can help an AI developer inspect the execution of a multi-step workflow?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tracing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Faceting<\/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;\">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;\">Tracing provides visibility into the execution of AI workflows and can help developers understand what occurred during individual steps. In a multi-step generative AI application, a trace can help reveal model calls, prompts, tool invocations, retrieved information, intermediate operations, and outputs, depending on the implementation. This information is valuable when investigating unexpected results or performance problems. Tracing should be designed with privacy and security in mind because diagnostic data may contain user input or sensitive retrieved content. Developers can use trace information alongside evaluation results and application logs to identify specific stages that require improvement.<\/span><\/p>\n<h3><b>Question 276<\/b><\/h3>\n<p><b>A company needs to identify specialized equipment names in maintenance reports. Standard entity categories do not include this business-specific entity. Which option is suitable?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Custom named entity 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;\">Language 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: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Custom named entity recognition allows an organization to define and identify entity types specific to its domain. Maintenance reports may contain specialized equipment names, internal asset identifiers, component names, or other terminology that standard entity recognition does not adequately capture. Developers train the custom model using labeled examples that identify the target entities in context. Training data should include realistic variations, abbreviations, and terminology used by employees. Evaluation should be performed on unseen reports to determine whether the model generalizes well. Custom NER can then support search, analytics, routing, extraction, and other downstream enterprise workflows.<\/span><\/p>\n<h3><b>Question 277<\/b><\/h3>\n<p><b>Which Azure AI Search property should be enabled when an application needs to use a field for user-selected category filters?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Filterable<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Searchable only<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Retrievable only<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hidden<\/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 field must be configured as filterable when applications need to use its values to restrict search results. Common examples include category, department, language, region, status, or document type. Filterable fields allow queries to specify conditions based on structured values. Searchable and filterable are different capabilities: a field configured for full-text searching is not automatically equivalent to a field configured for filtering. Developers should design the index schema according to how each field will be used. Appropriate field configuration is especially important in enterprise search and RAG systems that rely on metadata to narrow retrieval.<\/span><\/p>\n<h3><b>Question 278<\/b><\/h3>\n<p><b>A generative AI application must refuse or safely handle requests involving prohibited content. Which capability is relevant?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Content safety<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vector indexing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Semantic captions<\/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;\">Content safety capabilities help applications detect and manage categories of potentially harmful content in user inputs and generated outputs. This is important for generative AI applications because both prompts and responses can contain material that violates an organization&#8217;s safety requirements. Developers should define policies appropriate to the application&#8217;s users and use cases and test the system with representative normal and adversarial inputs. Content safety should be combined with other controls, including prompt design, access management, tool restrictions, monitoring, and human review where appropriate. Safety configurations should also be reassessed when models or application behavior change.<\/span><\/p>\n<h3><b>Question 279<\/b><\/h3>\n<p><b>An organization wants to create a searchable knowledge base from documents stored in a supported data source. Which Azure AI Search component can automatically retrieve and index the source content?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Indexer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Semantic ranker<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vector query<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Scoring profile<\/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 indexer automates the process of retrieving content from a supported data source and loading it into an Azure AI Search index. Depending on the configured workflow, the indexer can also invoke a skillset to enrich documents before their information is stored in the index. This makes indexers useful for recurring ingestion pipelines where source data changes over time. Developers should configure the data source, target index, field mappings, and optional enrichment pipeline correctly. Scheduling and incremental processing can also be considered when the source contains frequently changing documents that must remain available for current search experiences.<\/span><\/p>\n<h3><b>Question 280<\/b><\/h3>\n<p><b>Which practice is most useful when assessing whether an AI application performs reliably across different user scenarios?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Test representative scenarios<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Test one successful prompt<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove evaluation data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ignore edge cases<\/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;\">Testing representative scenarios provides a more meaningful assessment of AI application behavior than checking only a small number of successful prompts. A useful evaluation set should reflect common requests, difficult cases, edge conditions, different user wording, relevant business workflows, and important failure scenarios. Developers can then measure criteria such as relevance, correctness, groundedness, safety, latency, or task success. Representative evaluation also makes it easier to compare model or prompt changes consistently. The dataset should be maintained as application requirements evolve so that testing continues to reflect actual production conditions and newly discovered risks.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft AI-102 Exam Dumps and Practice Test Dumps. &nbsp; Question 261 Which Microsoft Foundry capability can be used to compare an AI application&#8217;s responses against predefined evaluation criteria? Evaluation OCR Image analysis Speech synthesis Correct Answer: 1 Explanation Evaluation capabilities in Microsoft Foundry help developers assess AI applications against defined quality and safety [&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\/22413"}],"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=22413"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/22413\/revisions"}],"predecessor-version":[{"id":22414,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/22413\/revisions\/22414"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=22413"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=22413"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=22413"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}