{"id":22809,"date":"2026-09-26T08:01:53","date_gmt":"2026-09-26T08:01:53","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=22809"},"modified":"2026-09-26T08:01:53","modified_gmt":"2026-09-26T08:01:53","slug":"microsoft-ai-200-practice-test-questions-and-exam-dumps-part7-q121-140","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ai-200-practice-test-questions-and-exam-dumps-part7-q121-140\/","title":{"rendered":"Microsoft AI-200 Practice Test Questions and Exam Dumps Part7 Q121-140"},"content":{"rendered":"<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/ai-200-exam-dumps\"><b>Microsoft AI-200 Exam Dumps<\/b><\/a><b> and Practice Test Dumps<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 121<\/b><\/h3>\n<p><b>Which Azure AI Search component defines how source data is transformed during enrichment?<\/b><\/p>\n<ol>\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;\">Search index<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Skillset<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Query parser<\/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 Azure AI Search skillset defines a sequence of cognitive or custom skills used to enrich content before it is indexed. Skills can perform operations such as extracting information, generating structured fields, or creating enriched representations of source documents. A data source identifies where source content originates, while the search index stores searchable fields. A query parser processes search expressions rather than performing document enrichment. Skillsets are especially useful when AI applications need to transform raw documents into richer searchable content before users or downstream services query the resulting index.<\/span><\/p>\n<h3><b>Question 122<\/b><\/h3>\n<p><b>What does an Azure AI Search index primarily contain?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Searchable document fields<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Virtual network routes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Container definitions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Application secrets<\/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;\">An Azure AI Search index contains the searchable representation of documents, including fields that can be configured for searching, filtering, sorting, faceting, or retrieval. The index schema defines the fields and their capabilities. Applications query this indexed content rather than directly scanning the original data source for every request. Virtual network routes belong to networking, container definitions describe application workloads, and application secrets should be stored in an appropriate secret-management service. A properly designed search index is therefore central to applications that need fast retrieval from large collections of documents or records.<\/span><\/p>\n<h3><b>Question 123<\/b><\/h3>\n<p><b>Which Azure AI Search feature combines keyword and vector retrieval?<\/b><\/p>\n<ol>\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;\">Hybrid search<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Index aliases<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Search suggestions<\/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 search in Azure AI Search. Keyword retrieval can match terms appearing in documents, while vector retrieval can identify semantically similar content even when exact words differ. Combining both approaches can improve retrieval quality for applications that need to understand both textual relevance and semantic similarity. Semantic captions provide summarized matching passages, index aliases help manage index transitions, and suggestions assist with query completion. Hybrid search is particularly useful for AI applications that retrieve context before generating responses.<\/span><\/p>\n<h3><b>Question 124<\/b><\/h3>\n<p><b>Which Azure AI Search object identifies where indexed source data originates?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Skillset<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Index<\/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<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An Azure AI Search data source defines the external repository from which an indexer retrieves content. Depending on supported connectors, the source can represent storage or other compatible data systems. The index contains searchable documents, an indexer automates movement and processing of source content, and a skillset defines enrichment operations. Separating the data source from the index allows the search architecture to describe both where information originates and how it should be represented for retrieval. This structure is useful when building repeatable document-search pipelines for AI applications.<\/span><\/p>\n<h3><b>Question 125<\/b><\/h3>\n<p><b>Which Azure AI Search component automates importing content into an index?<\/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;\">Skill<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Query key<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Replica<\/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;\">An Azure AI Search indexer automates the process of reading content from a configured data source and loading it into a search index. During processing, an indexer can also invoke an associated skillset when document enrichment is required. This reduces the need for application code to manually read every source document and construct index records. A skill performs an individual enrichment operation, while query keys control access to search operations and replicas provide additional search capacity. Indexers are especially useful for scheduled or repeatable ingestion pipelines.<\/span><\/p>\n<h3><b>Question 126<\/b><\/h3>\n<p><b>Which Azure AI Search capability improves ranking using language understanding?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storage replication<\/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;\">Queue visibility<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Blob leasing<\/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;\">The Azure AI Search semantic ranker can improve search result ordering by applying language-aware relevance models to an initial result set. Instead of relying only on traditional lexical matching, semantic ranking evaluates the meaning and context of retrieved content. This can improve the relevance of results for natural-language queries. Storage replication provides data redundancy, queue visibility controls message availability, and blob leasing coordinates exclusive blob operations. Semantic ranking is therefore useful when an AI application needs search results that better reflect the intent expressed in a user&#8217;s natural-language query.<\/span><\/p>\n<h3><b>Question 127<\/b><\/h3>\n<p><b>Which Azure Cosmos DB feature automatically removes expired items?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Change feed<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Partitioning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Time to Live<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Consistency policy<\/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 Cosmos DB Time to Live, commonly called TTL, automatically expires items after a configured period. TTL can be useful for temporary records, session information, short-lived application data, or other content that should not remain indefinitely. The change feed tracks changes to items, partitioning distributes data and workload, and consistency policies determine how reads observe replicated data. TTL allows applications to automate expiration without requiring a separate cleanup process for every item. This can simplify management of data whose useful lifetime is known in advance.<\/span><\/p>\n<h3><b>Question 128<\/b><\/h3>\n<p><b>Which Azure Cosmos DB feature groups related operations into one atomic request?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Transactional batch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Change feed<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Indexing policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Analytical 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;\">A transactional batch in Azure Cosmos DB allows multiple operations within the same logical partition to be executed atomically. If the transaction succeeds, the operations are committed together; if it fails, the transaction does not partially apply those operations. This is useful when related records must maintain consistency during a multi-operation update. The change feed exposes item changes, indexing policies control indexing behavior, and analytical storage supports analytical workloads. Transactional batch is therefore appropriate when an application needs several related database operations to succeed or fail as a single unit.<\/span><\/p>\n<h3><b>Question 129<\/b><\/h3>\n<p><b>Which Azure Service Bus capability detects repeated messages within a configured window?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Topic forwarding<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Duplicate detection<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Session expiration<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Message deferral<\/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;\">Azure Service Bus duplicate detection identifies messages that have the same configured message identity within the duplicate-detection window. When a duplicate is recognized, Service Bus can prevent the repeated message from being delivered as a new message. This helps applications handle situations where send operations are retried after uncertain network outcomes. Topic forwarding moves messages between entities, session expiration controls session state lifetime, and message deferral postpones processing of a message. Duplicate detection can therefore improve reliability in distributed systems where repeated sends are possible.<\/span><\/p>\n<h3><b>Question 130<\/b><\/h3>\n<p><b>Which Event Hubs feature separates independent consumers of the same event stream?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Capture<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Partitions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Consumer groups<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Event producers<\/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 Event Hubs consumer groups provide independent views of an event stream for separate consuming applications. Each consumer group maintains its own position within the stream, allowing different applications to process the same events independently. Partitions provide parallelism and ordering boundaries, Capture writes event data to supported storage, and producers send events into the hub. Consumer groups are useful when multiple AI or analytics applications need to process the same incoming telemetry without interfering with each other&#8217;s progress through the event stream.<\/span><\/p>\n<h3><b>Question 131<\/b><\/h3>\n<p><b>Which Azure Event Hubs mechanism records a consumer&#8217;s processing position?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Checkpointing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Replication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Indexing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Sharding<\/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;\">Checkpointing records the progress of an Event Hubs consumer so processing can resume from an appropriate position after a restart or failure. Applications commonly store checkpoints in supported checkpoint stores while processing events. Without checkpointing, a consumer may need to determine its starting position again, potentially causing unnecessary reprocessing or skipped work depending on the implementation. Replication, indexing, and sharding describe different data-management concepts. For long-running AI event-processing applications, reliable checkpointing helps maintain processing continuity across application restarts.<\/span><\/p>\n<h3><b>Question 132<\/b><\/h3>\n<p><b>Which Azure Functions technology coordinates stateful workflows?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Durable Functions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure DNS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Firewall<\/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;\">Durable Functions extends Azure Functions with programming models for stateful workflows and orchestration. It can coordinate multiple function executions while maintaining workflow state through durable infrastructure. This is useful for processes that require several dependent steps, retries, timers, or parallel activities. Azure DNS handles name resolution, Azure Files provides managed file shares, and Azure Firewall provides network security. Durable Functions can therefore help developers implement complex AI-processing workflows without manually building all the infrastructure required to persist orchestration state.<\/span><\/p>\n<h3><b>Question 133<\/b><\/h3>\n<p><b>Which Durable Functions pattern executes independent tasks concurrently?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Sequential chaining<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Human interaction<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fan-out\/fan-in<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Singleton execution<\/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;\">The fan-out\/fan-in pattern in Durable Functions starts multiple independent activities, allowing them to execute concurrently, and then waits for their results before continuing. This is useful when a workflow must process many independent items before combining the results. For example, an AI application might analyze several documents concurrently and then aggregate the outputs. Sequential chaining executes activities in order, while human interaction patterns involve external approval or input. Fan-out\/fan-in is therefore appropriate when parallel processing can reduce the overall workflow duration.<\/span><\/p>\n<h3><b>Question 134<\/b><\/h3>\n<p><b>Which Durable Functions feature pauses an orchestration until a future time?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Durable timer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">HTTP trigger<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Queue binding<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Blob trigger<\/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 Durable Functions durable timer allows an orchestration to wait until a specified future time without requiring a continuously running process to remain active. The orchestration can schedule the timer and resume when the timer expires. This is useful for delayed actions, scheduled workflow steps, timeout handling, and periodic processes. An HTTP trigger starts a function from an HTTP request, a queue binding connects functions with queue messages, and a blob trigger responds to blob changes. Durable timers are specifically designed for time-based orchestration behavior.<\/span><\/p>\n<h3><b>Question 135<\/b><\/h3>\n<p><b>Which Azure Container Apps capability runs containers as finite-duration workloads?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Revisions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Jobs<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Secrets<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Environment variables<\/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;\">Azure Container Apps jobs are designed for workloads that run to completion rather than continuously serving application traffic. They can be useful for batch processing, scheduled tasks, and event-driven jobs. This model is suitable for AI workloads such as document processing, dataset transformation, or other finite tasks that do not require a permanently running service. Revisions represent deployable versions of Container Apps, while secrets and environment variables provide configuration mechanisms. Container Apps jobs therefore provide a managed way to execute containerized tasks without maintaining a continuously running application instance.<\/span><\/p>\n<h3><b>Question 136<\/b><\/h3>\n<p><b>Which Azure Storage capability provides hierarchical directories for large-scale analytics?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Blob snapshots<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storage queues<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hierarchical namespace<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">File shares<\/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 Data Lake Storage Gen2 uses a hierarchical namespace to provide directory and file-system-like organization over Azure Blob Storage. This capability is useful for large-scale analytics because data can be organized into directories and accessed using familiar hierarchical paths. Blob snapshots provide point-in-time blob versions, Storage Queues support asynchronous messaging, and Azure Files provides managed file shares. A hierarchical namespace is particularly useful for AI and analytics workloads that process large collections of datasets and benefit from structured directory organization and data-lake semantics.<\/span><\/p>\n<h3><b>Question 137<\/b><\/h3>\n<p><b>Which Azure Storage feature allows exclusive access to a blob for coordination?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Blob lease<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Access tier<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Object replication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Static website<\/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 blob lease provides a mechanism for acquiring exclusive access to a blob for a specified period or until the lease is released. Applications can use leases to coordinate operations and prevent multiple workers from modifying the same blob simultaneously. This can be useful in distributed processing workflows where several application instances might otherwise attempt the same operation. Access tiers manage storage costs according to access patterns, object replication copies data between supported locations, and static website hosting serves web content. Blob leases provide a coordination mechanism rather than a general storage-security feature.<\/span><\/p>\n<h3><b>Question 138<\/b><\/h3>\n<p><b>Which Azure Monitor feature presents multiple telemetry visualizations together?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Alerts<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Metrics<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Workbooks<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Activity logs<\/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 Monitor Workbooks provide interactive reports that combine multiple telemetry sources and visualizations into a single interface. Workbooks can display charts, tables, text, metrics, and query results, making them useful for operational dashboards and investigations. Alerts are designed to notify users or trigger actions when defined conditions occur, metrics represent numerical measurements, and Activity Logs record subscription-level management events. Workbooks are especially useful when an AI application requires a consolidated operational view covering application behavior, infrastructure performance, and other monitoring information.<\/span><\/p>\n<h3><b>Question 139<\/b><\/h3>\n<p><b>Which Azure App Configuration feature stores feature activation rules?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Feature flags<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Access keys<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network routes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storage replicas<\/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 App Configuration supports feature flags that allow applications to control whether functionality is enabled without changing and redeploying application code for every configuration change. Feature flags can be used to introduce functionality gradually, test application behavior, or turn features on and off through centralized configuration. Access keys provide authentication credentials, network routes control traffic paths, and storage replicas provide data redundancy. Feature flags are therefore useful for managing application behavior independently from the application&#8217;s deployment lifecycle.<\/span><\/p>\n<h3><b>Question 140<\/b><\/h3>\n<p><b>Which Azure SQL capability enables authentication without storing database passwords?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Firewall rules<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Microsoft Entra authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Query Store<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Automatic tuning<\/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;\">Microsoft Entra authentication allows supported Azure SQL Database scenarios to authenticate users and applications through Microsoft Entra identities rather than relying solely on traditional database usernames and passwords. Applications can use supported identity-based authentication mechanisms and authorization controls to access database resources. Firewall rules restrict network access, Query Store captures query performance information, and automatic tuning provides database optimization recommendations or actions. Identity-based database authentication can reduce the need to embed long-lived database passwords in AI application configuration and supports centralized identity management.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft AI-200 Exam Dumps and Practice Test Dumps &nbsp; Question 121 Which Azure AI Search component defines how source data is transformed during enrichment? Data source Search index Skillset Query parser Correct Answer: 3 Explanation: An Azure AI Search skillset defines a sequence of cognitive or custom skills used to enrich content before [&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\/22809"}],"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=22809"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/22809\/revisions"}],"predecessor-version":[{"id":22810,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/22809\/revisions\/22810"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=22809"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=22809"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=22809"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}