{"id":22825,"date":"2026-09-26T08:04:11","date_gmt":"2026-09-26T08:04:11","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=22825"},"modified":"2026-09-26T08:04:11","modified_gmt":"2026-09-26T08:04:11","slug":"microsoft-ai-200-practice-test-questions-and-exam-dumps-part15-q281-300","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ai-200-practice-test-questions-and-exam-dumps-part15-q281-300\/","title":{"rendered":"Microsoft AI-200 Practice Test Questions and Exam Dumps Part15 Q281-300"},"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 281<\/b><\/h3>\n<p><b>Which Azure AI Search feature supports predefined query suggestions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Suggester<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Analyzer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Scoring profile<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Index alias<\/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 suggester enables applications to provide query suggestions or autocomplete-style experiences as users type. A suggester is configured using searchable fields that participate in suggestion generation. An analyzer controls how text is processed during indexing and querying, a scoring profile influences result ranking, and an index alias provides an alternate name for an index. Suggesters are useful for improving search interfaces because they can help users discover likely queries and reduce typing effort. They are especially valuable in AI applications where users interact with large document collections.<\/span><\/p>\n<h3><b>Question 282<\/b><\/h3>\n<p><b>Which Cosmos DB feature processes many operations efficiently in bulk?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Point reads<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Bulk execution<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TTL processing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Change feed<\/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;\">Cosmos DB SDKs support bulk execution for efficiently processing large numbers of independent operations. Instead of requiring an application to handle every operation through a strictly sequential workflow, bulk execution can improve throughput by efficiently scheduling multiple requests. Point reads retrieve individual items, TTL automatically expires data, and change feed exposes item modifications. Bulk execution can be valuable for ingestion pipelines, migrations, data synchronization, and AI workloads that need to write or update many Cosmos DB items efficiently while respecting the service&#8217;s throughput characteristics.<\/span><\/p>\n<h3><b>Question 283<\/b><\/h3>\n<p><b>Which Blob Storage capability enables a website to serve static files directly?<\/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;\">Object replication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Static website hosting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Blob leases<\/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 Blob Storage supports static website hosting, allowing storage accounts to serve static web content such as HTML, CSS, JavaScript, and image files. This capability is designed for sites that do not require server-side processing. Blob snapshots preserve point-in-time blob states, object replication copies supported data between storage accounts, and leases provide coordination over blob access. Static website hosting can be useful for lightweight AI application front ends, documentation portals, dashboards, or other web experiences that can operate without a traditional application server.<\/span><\/p>\n<h3><b>Question 284<\/b><\/h3>\n<p><b>Which Azure Data Lake Storage capability controls access at directory or file level?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Access tiers<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">POSIX ACLs<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Replication settings<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Blob snapshots<\/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 Data Lake Storage Gen2 supports POSIX-style access control lists, or ACLs, that can provide fine-grained permissions for files and directories. This allows organizations to control which identities can read, write, or execute content at specific locations within a hierarchical namespace. Access tiers control storage economics and access patterns, replication settings determine data redundancy, and blob snapshots preserve point-in-time states. Fine-grained ACLs are important for data engineering and AI environments where different users, teams, or workloads require controlled access to different datasets.<\/span><\/p>\n<h3><b>Question 285<\/b><\/h3>\n<p><b>Which Service Bus capability delivers a message at a future time?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Scheduled message<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Peek operation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Session state<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Lock renewal<\/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 Service Bus scheduled messages allow an application to specify a future time when a message should become available for delivery. This can support delayed workflows, scheduled processing, reminders, and time-based automation without requiring the application to maintain its own scheduling mechanism. Peek inspects messages without removing them, session state stores state associated with a message session, and lock renewal extends a processing lock. Scheduled messaging can be useful in AI workflows where a task should begin only after a defined delay or business event time.<\/span><\/p>\n<h3><b>Question 286<\/b><\/h3>\n<p><b>Which Service Bus feature postpones processing of a received message?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Auto-forwarding<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Deferral<\/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;\">Dead-lettering<\/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;\">Service Bus message deferral allows a receiver to postpone normal processing of a message while retaining it for later retrieval. The application can use the message&#8217;s sequence number to retrieve the deferred message when it is ready to process it. Auto-forwarding moves messages between entities, duplicate detection helps identify repeated messages, and dead-lettering isolates messages that cannot be successfully processed or meet configured conditions. Deferral is useful when a message depends on information or processing that is not currently available.<\/span><\/p>\n<h3><b>Question 287<\/b><\/h3>\n<p><b>Which Event Hubs setting controls parallel event-stream partitions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Consumer group<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Partition count<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Capture destination<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Checkpoint interval<\/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 partition count determines how many partitions an Event Hubs event hub contains and therefore establishes the available parallelism for event processing. Producers can distribute events across these partitions, while consumers process events within their assigned partition context. Consumer groups provide independent consumption views, Capture specifies storage for retained event data, and checkpoint intervals relate to how consumer progress is persisted. Choosing an appropriate partition structure is important for high-volume telemetry and AI streaming workloads that require scalable ingestion and parallel processing.<\/span><\/p>\n<h3><b>Question 288<\/b><\/h3>\n<p><b>Which Event Grid resource publishes events from a supported Azure service?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Custom topic<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Event subscription<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">System topic<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Domain endpoint<\/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 Event Grid system topic represents events published by supported Azure services and resources. It provides a structured way to consume platform-generated events without requiring the application to create its own event source. A custom topic is designed for application-generated events, an event subscription defines how events are delivered to a handler, and a domain organizes multiple event topics. System topics are useful when AI workflows need to react automatically to changes in Azure resources, such as storage activity or other supported platform events.<\/span><\/p>\n<h3><b>Question 289<\/b><\/h3>\n<p><b>Which Azure Functions feature lets non-.NET code use custom processing endpoints?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Extension bundle<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Custom handler<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Function key<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Host configuration<\/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 Functions custom handlers allow functions to integrate with external runtimes or applications through HTTP-based communication. This can enable developers to implement function logic using languages or frameworks that are not directly supported by the standard language worker model. Extension bundles provide groups of binding extensions, function keys provide access authorization mechanisms, and host configuration controls runtime behavior. Custom handlers can be useful for AI applications when specialized processing logic or an existing service needs to participate in a serverless function workflow.<\/span><\/p>\n<h3><b>Question 290<\/b><\/h3>\n<p><b>Which Container Apps feature provides built-in distributed application primitives?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dapr<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ingress<\/span><\/li>\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<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Container Apps integrates with Dapr to provide distributed application capabilities such as service invocation, state management, and pub\/sub patterns. These capabilities can simplify communication between containerized microservices without requiring every application component to implement the underlying distributed-system mechanisms independently. Ingress controls application networking, revisions represent deployed versions, and jobs are intended for finite-duration execution. Dapr integration can be valuable for AI solutions composed of multiple services, such as ingestion, inference, orchestration, and asynchronous processing components.<\/span><\/p>\n<h3><b>Question 291<\/b><\/h3>\n<p><b>Which ACR capability maintains registry copies in multiple Azure regions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image tagging<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Repository tokens<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Geo-replication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Manifest inspection<\/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 Container Registry geo-replication allows supported registry content to be replicated across multiple Azure regions. This can improve availability and provide container images closer to geographically distributed deployment environments. Image tagging assigns human-readable references to images, repository tokens support scoped access scenarios, and manifest inspection examines image metadata. Geo-replication can be useful for AI platforms deploying containerized inference services across regions because regional registry replicas can reduce dependency on a single registry location.<\/span><\/p>\n<h3><b>Question 292<\/b><\/h3>\n<p><b>Which Azure Monitor capability defines notification destinations for alerts?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Workbook<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Action group<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Log query<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data collection rule<\/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 Monitor action groups define the notifications and automated actions that can be triggered when an alert fires. An action group can contain supported notification or automation actions, allowing multiple alert rules to reuse the same response configuration. Workbooks provide interactive visualization, log queries retrieve and analyze telemetry, and data collection rules control supported data collection behavior. Action groups are useful for AI services because operational teams can configure consistent responses to conditions such as elevated error rates, resource pressure, or service availability problems.<\/span><\/p>\n<h3><b>Question 293<\/b><\/h3>\n<p><b>Which Azure governance feature combines multiple policy definitions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Policy assignment<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Management group<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Policy initiative<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource lock<\/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 Policy initiative combines multiple related policy definitions into one logical governance package. This makes it easier to apply and manage groups of compliance requirements as a single assignment. A policy assignment associates a policy or initiative with a scope, a management group organizes subscriptions and governance boundaries, and a resource lock restricts selected resource operations. Initiatives are useful when AI environments must satisfy several related requirements simultaneously, such as location restrictions, security configurations, and resource-type controls.<\/span><\/p>\n<h3><b>Question 294<\/b><\/h3>\n<p><b>Which Azure Policy effect can automatically deploy missing configurations?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Audit<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Deny<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Modify<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DeployIfNotExists<\/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;\">The DeployIfNotExists effect can trigger deployment of specified supporting resources or configurations when a resource does not meet defined conditions. This makes it useful for governance scenarios where compliance requires more than simply detecting an issue. Audit records noncompliance, Deny prevents unsupported resource operations, and Modify can change certain supported resource properties. DeployIfNotExists can help standardize AI environments by ensuring required supporting configurations are present when resources are created or evaluated.<\/span><\/p>\n<h3><b>Question 295<\/b><\/h3>\n<p><b>Which Bicep keyword references a resource created outside the template?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Existing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Module<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Output<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Variable<\/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 Bicep existing keyword allows a template to reference an Azure resource that already exists rather than creating a new instance of that resource. This is useful when a deployment needs to use an existing resource such as a storage account, Key Vault, or other Azure service. Modules provide reusable infrastructure components, outputs expose deployment values, and variables store reusable expressions. Referencing existing resources helps infrastructure deployments integrate new AI components with established Azure environments without unnecessarily recreating shared resources.<\/span><\/p>\n<h3><b>Question 296<\/b><\/h3>\n<p><b>Which Bicep construct repeats resource declarations from a collection?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Target scope<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">For-expression<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource lock<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Parameter decorator<\/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;\">Bicep for-expressions and resource loops allow infrastructure definitions to be repeated based on collections or numeric ranges. This makes templates more concise when deploying multiple similar resources. Target scope determines where a deployment operates, resource locks control protected resources, and parameter decorators provide metadata or constraints for parameters. Loops can be particularly useful in AI infrastructure scenarios where several similar resources must be provisioned, such as multiple storage containers, role assignments, or application components following the same deployment pattern.<\/span><\/p>\n<h3><b>Question 297<\/b><\/h3>\n<p><b>Which Azure service provides personalized recommendations for resource optimization?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Advisor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Service Health<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource Graph<\/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 Advisor analyzes Azure resource configurations and provides personalized recommendations across areas such as cost, reliability, security, and operational performance. Service Health focuses on service incidents and planned maintenance, Azure Policy evaluates compliance with governance requirements, and Resource Graph supports large-scale resource queries. Advisor can help teams operating AI workloads identify opportunities to improve resource utilization or configuration. Its recommendations are informational and can support infrastructure reviews without automatically applying every suggested change.<\/span><\/p>\n<h3><b>Question 298<\/b><\/h3>\n<p><b>Which Azure security capability provides posture recommendations for cloud resources?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Bastion<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Microsoft Defender for Cloud<\/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 Front Door<\/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 Defender for Cloud provides cloud security posture management capabilities that help organizations identify security recommendations, configuration weaknesses, and compliance-related issues across supported environments. Azure Bastion provides secure access to virtual machines, Azure DNS provides name-resolution services, and Azure Front Door provides global application delivery capabilities. Defender for Cloud can be particularly useful for AI workloads because cloud applications may combine containers, databases, storage, identities, and networking components that require consistent security monitoring.<\/span><\/p>\n<h3><b>Question 299<\/b><\/h3>\n<p><b>Which Azure SQL feature retains historical query execution information?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Automatic tuning<\/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;\">Elastic pool<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Database copy<\/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 SQL Query Store captures query-related information over time, allowing administrators to analyze query execution behavior and performance trends. It can help identify performance changes, compare query plans, and investigate workload behavior. Automatic tuning provides supported automated optimization capabilities, elastic pools allow multiple databases to share resources, and database copy creates a separate database instance. Query Store is useful for AI applications backed by Azure SQL because database performance can directly affect API latency, data retrieval, and downstream processing workflows.<\/span><\/p>\n<h3><b>Question 300<\/b><\/h3>\n<p><b>Which Azure Storage redundancy option replicates data synchronously across availability zones?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ZRS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">GRS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">LRS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">RA-GRS<\/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;\">Zone-redundant storage, or ZRS, synchronously replicates supported storage data across multiple availability zones within the primary Azure region. This provides protection against failures affecting an individual availability zone while maintaining the data within the same region. LRS maintains redundancy within a single physical location, while GRS and RA-GRS provide geographic replication to a secondary region. ZRS can be useful for AI applications that require higher regional resilience while continuing to keep primary data available within the same Azure region.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft AI-200 Exam Dumps and Practice Test Dumps &nbsp; Question 281 Which Azure AI Search feature supports predefined query suggestions? Suggester Analyzer Scoring profile Index alias Correct Answer: 1 Explanation: An Azure AI Search suggester enables applications to provide query suggestions or autocomplete-style experiences as users type. A suggester is configured using searchable [&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\/22825"}],"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=22825"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/22825\/revisions"}],"predecessor-version":[{"id":22826,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/22825\/revisions\/22826"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=22825"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=22825"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=22825"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}