{"id":22823,"date":"2026-09-26T08:03:56","date_gmt":"2026-09-26T08:03:56","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=22823"},"modified":"2026-09-26T08:03:56","modified_gmt":"2026-09-26T08:03:56","slug":"microsoft-ai-200-practice-test-questions-and-exam-dumps-part14-q261-280","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ai-200-practice-test-questions-and-exam-dumps-part14-q261-280\/","title":{"rendered":"Microsoft AI-200 Practice Test Questions and Exam Dumps Part14 Q261-280"},"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 261<\/b><\/h3>\n<p><b>Which Azure AI Search feature improves ranking using language understanding?<\/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;\">Synonym map<\/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 AI Search semantic ranker uses language understanding to improve the relevance of search results after the initial retrieval stage. It can evaluate the relationship between the query and retrieved documents more deeply than traditional lexical matching alone. An indexer imports and transforms content, a data source identifies the source being indexed, and a synonym map expands equivalent terms. Semantic ranking is particularly useful for AI applications where users ask natural-language questions and relevant results depend on meaning and context rather than simple keyword matches.<\/span><\/p>\n<h3><b>Question 262<\/b><\/h3>\n<p><b>Which Cosmos DB consistency level guarantees reads see the latest committed write?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Eventual<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Strong<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Consistent prefix<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Session<\/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 strong consistency level in Azure Cosmos DB guarantees that reads reflect the most recent committed write, providing the strongest consistency semantics available in the service. Eventual consistency allows greater variation in observed data, session consistency provides guarantees within a client session, and consistent prefix ensures reads do not observe writes out of order. Strong consistency can be appropriate when applications require immediate visibility of updates, although stronger consistency can involve availability and latency considerations compared with weaker consistency models.<\/span><\/p>\n<h3><b>Question 263<\/b><\/h3>\n<p><b>Which Cosmos DB capability 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;\">TTL<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Analytical store<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Point read<\/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;\">Time to Live, or TTL, allows Azure Cosmos DB to automatically remove items after their configured expiration period. TTL can be configured at the container level and can also be applied to individual items when required. Change feed exposes modifications for downstream processing, analytical store supports analytical scenarios, and point reads retrieve individual items efficiently. TTL is useful for temporary data such as session information, short-lived processing records, cached application state, or other information that should not remain in the transactional store indefinitely.<\/span><\/p>\n<h3><b>Question 264<\/b><\/h3>\n<p><b>Which Blob Storage capability detects modifications for downstream processing?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Blob index tags<\/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;\">Change feed<\/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: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Blob Storage change feed provides a persistent, ordered record of changes made to blobs in a storage account. Applications can process these changes to build workflows, maintain indexes, trigger downstream processing, or track modifications. Blob index tags provide searchable metadata, object replication copies supported objects between storage accounts, and static website hosting serves web content. Change feed is particularly useful in event-driven architectures where applications need a reliable record of blob creation, modification, or deletion activity without continuously scanning the entire storage account.<\/span><\/p>\n<h3><b>Question 265<\/b><\/h3>\n<p><b>Which Azure Storage option restricts access to a blob for a lease period?<\/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;\">Metadata<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Snapshot<\/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 Storage lease provides exclusive or controlled access coordination for a blob during a specified lease period. Applications can use leases to prevent conflicting operations when multiple processes might attempt to modify the same blob. Access tiers determine how blob data is stored and accessed based on workload patterns, metadata stores descriptive key-value information, and snapshots preserve a point-in-time state. Blob leases are useful for distributed applications that need a coordination mechanism around blob updates or processing tasks.<\/span><\/p>\n<h3><b>Question 266<\/b><\/h3>\n<p><b>Which Azure Service Bus operation removes a successfully processed message?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Abandon<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Complete<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Defer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Renew<\/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 Complete operation settles a Service Bus message after successful processing and removes it from normal message delivery. Abandon releases the message so it can become available for processing again, defer postpones normal delivery for later retrieval, and renew extends the lock period while processing continues. Correct message settlement is important in reliable AI processing pipelines because it prevents successfully handled messages from being repeatedly delivered while still allowing unsuccessful processing attempts to be retried or otherwise managed.<\/span><\/p>\n<h3><b>Question 267<\/b><\/h3>\n<p><b>Which Event Hubs capability writes captured events to storage automatically?<\/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;\">Consumer group<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Partition<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Checkpoint<\/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 Event Hubs Capture automatically writes event-stream data to supported storage destinations according to configured capture settings. This provides a convenient way to retain streaming data for later analysis, archival, or batch processing without requiring a custom consumer application solely for data persistence. Consumer groups provide independent consumption views, partitions enable parallel event processing, and checkpoints record consumer progress. Capture is useful for AI and analytics workloads that need to retain telemetry or event streams for subsequent machine learning, reporting, or historical analysis.<\/span><\/p>\n<h3><b>Question 268<\/b><\/h3>\n<p><b>Which Event Grid option routes events from multiple topics through one endpoint?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Domain<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Event schema<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Retry policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Subject filter<\/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 Event Grid domain provides a management model for publishing events from multiple topics while allowing event publishers and subscribers to work with separate topics within the domain. This can simplify event management for applications that serve multiple tenants or logical event streams. Event schemas define event structure, retry policies influence delivery attempts, and subject filters determine which events match a subscription. Event Grid domains are useful when a large application needs organized event distribution across many independently managed event topics.<\/span><\/p>\n<h3><b>Question 269<\/b><\/h3>\n<p><b>Which Durable Functions feature pauses an orchestration until an external signal arrives?<\/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;\">External event<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Activity retry<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Instance query<\/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;\">Durable Functions external events allow an orchestration to wait for an external signal before continuing. The orchestration can remain durable while waiting, and another application or function can raise the event when the required condition occurs. Durable timers instead resume an orchestration at a scheduled time, activity retries handle failed activity execution, and instance queries retrieve orchestration information. External events are useful for human approvals, asynchronous callbacks, manual decisions, or other AI workflows where processing cannot continue until an outside system provides additional information.<\/span><\/p>\n<h3><b>Question 270<\/b><\/h3>\n<p><b>Which Azure Functions plan provides event-driven scaling with pay-per-execution pricing?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Premium plan<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dedicated plan<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Consumption plan<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">App Service Environment<\/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 Azure Functions Consumption plan provides event-driven scaling and charges based on function execution and associated resource usage within the plan&#8217;s pricing model. It is designed for workloads where demand can vary significantly and automatic scaling is desirable without continuously maintaining dedicated compute capacity. Premium provides additional capabilities such as prewarmed instances, Dedicated uses App Service infrastructure, and App Service Environment provides an isolated hosting environment. Consumption is commonly suited to intermittent event-driven workloads such as lightweight processing and asynchronous automation.<\/span><\/p>\n<h3><b>Question 271<\/b><\/h3>\n<p><b>Which Container Apps setting determines the minimum number of running replicas?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Min replicas<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Target port<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Revision mode<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ingress transport<\/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 minimum replica setting in Azure Container Apps specifies the lowest number of application replicas that should remain available according to the configured scaling behavior. Maintaining a minimum number of replicas can help reduce startup latency for workloads that need consistent availability. The target port identifies the container port receiving traffic, revision mode controls revision behavior, and ingress transport determines supported networking protocol behavior. Choosing an appropriate minimum replica value is useful for AI APIs where response latency may be affected by cold starts.<\/span><\/p>\n<h3><b>Question 272<\/b><\/h3>\n<p><b>Which Azure Container Apps feature stores sensitive configuration separately from container images?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Environment variables<\/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;\">Revision labels<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Scale rules<\/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 secrets provide a secure mechanism for storing sensitive configuration values separately from container image content. Applications can reference secrets through supported configuration mechanisms without embedding credentials directly into the image. Environment variables can expose configuration to containers, but sensitive values should use the platform&#8217;s secret-management capability. Revision labels identify application revisions, while scale rules determine how replicas respond to workload conditions. Separating secrets from images reduces the risk of credentials becoming permanently embedded in deployable container artifacts.<\/span><\/p>\n<h3><b>Question 273<\/b><\/h3>\n<p><b>Which Azure Container Registry capability automatically builds images from source changes?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Registry lock<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ACR Tasks<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image manifest<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Repository token<\/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 Registry Tasks can automate container image builds and related workflows. Tasks can be configured to build images from source changes or perform scheduled or triggered operations, reducing the need for a continuously running build server. A registry lock protects registry resources, an image manifest describes image content and platform information, and a repository token can support repository-scoped access scenarios. ACR Tasks are useful in AI application delivery pipelines where updated application or model-serving images need to be built consistently after source changes.<\/span><\/p>\n<h3><b>Question 274<\/b><\/h3>\n<p><b>Which Azure Monitor feature collects application telemetry for performance analysis?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Application Insights<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource locks<\/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;\">Cost Management<\/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;\">Application Insights is an Azure Monitor feature designed for application performance monitoring and telemetry collection. It can provide information about requests, dependencies, exceptions, traces, and other application behavior. Resource locks control resource modification or deletion, Azure Policy evaluates compliance with organizational rules, and Cost Management focuses on spending analysis. Application Insights is especially valuable for AI applications because developers can investigate request performance, dependency failures, exceptions, and service behavior to identify operational issues affecting user-facing applications.<\/span><\/p>\n<h3><b>Question 275<\/b><\/h3>\n<p><b>Which Azure networking service provides DNS-based traffic distribution?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Traffic Manager<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Application Gateway<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network Watcher<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Private Link<\/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 Traffic Manager uses DNS-based traffic routing to direct clients toward appropriate application endpoints according to configured routing methods and endpoint health. Application Gateway operates at the application delivery layer and can provide features such as HTTP routing and web application firewall capabilities. Network Watcher provides network monitoring and diagnostic tools, while Private Link provides private connectivity to supported Azure services. Traffic Manager is useful when applications need DNS-level distribution across multiple endpoints or Azure regions.<\/span><\/p>\n<h3><b>Question 276<\/b><\/h3>\n<p><b>Which Azure networking service provides Layer 7 load balancing for web traffic?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Firewall<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Application Gateway<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Traffic Manager<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network Security Group<\/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 Application Gateway provides application-layer, or Layer 7, load balancing for supported web traffic. It can route requests based on HTTP characteristics and supports capabilities such as TLS termination and web application firewall integration. Azure Firewall provides centralized network security controls, Traffic Manager performs DNS-based traffic routing, and Network Security Groups filter network traffic using security rules. Application Gateway is useful for AI-powered web applications that require HTTP-aware routing between multiple backend services.<\/span><\/p>\n<h3><b>Question 277<\/b><\/h3>\n<p><b>Which Azure Policy effect records noncompliant resources without blocking deployment?<\/b><\/p>\n<ol>\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;\">Audit<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DeployIfNotExists<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Modify<\/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 Policy Audit effect identifies resources that do not comply with a policy and records the compliance state without preventing the resource operation. Deny blocks noncompliant requests, DeployIfNotExists can deploy supporting resources when conditions are met, and Modify can change supported resource properties through policy remediation mechanisms. Audit is useful during governance rollouts because administrators can first measure existing compliance before introducing enforcement. This approach can help teams understand the impact of a proposed rule before moving to stronger controls.<\/span><\/p>\n<h3><b>Question 278<\/b><\/h3>\n<p><b>Which Azure Policy construct groups related policy definitions for unified assignment?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Initiative<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Exemption<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Assignment parameter<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Compliance result<\/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 Policy initiative groups multiple related policy definitions into a single logical collection. Administrators can assign the initiative instead of managing every individual policy assignment separately. An exemption excludes specified resources or scopes from a policy or initiative under defined conditions, assignment parameters customize policy behavior, and compliance results report evaluation outcomes. Initiatives are useful for AI environments where several governance requirements need to be applied together, such as approved locations, security configurations, resource types, and required organizational standards.<\/span><\/p>\n<h3><b>Question 279<\/b><\/h3>\n<p><b>Which Bicep feature allows one template to reuse another template&#8217;s resources?<\/b><\/p>\n<ol>\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;\">Parameter<\/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;\">Bicep modules allow infrastructure definitions to be separated into reusable components that can be referenced from other Bicep files. This supports modular infrastructure-as-code designs and makes common resource configurations easier to maintain across deployments. Parameters provide input values, outputs return deployment values, and variables store reusable expressions within a template. Modules are particularly useful for large AI environments where standardized components such as networking, monitoring, security, or application infrastructure need to be deployed repeatedly across different environments.<\/span><\/p>\n<h3><b>Question 280<\/b><\/h3>\n<p><b>Which Azure infrastructure tool previews resource changes before deployment?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Bicep compiler<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ARM what-if<\/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;\">Activity Log<\/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 Resource Manager what-if evaluates a deployment and shows the resource changes that would occur without actually applying those changes. It can help administrators identify additions, modifications, and deletions before executing an infrastructure deployment. The Bicep compiler validates and converts Bicep definitions into deployment templates, resource locks protect resources from certain operations, and Activity Log records Azure management operations after they occur. What-if is especially useful in controlled AI infrastructure deployments where teams need to review changes before modifying production resources.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft AI-200 Exam Dumps and Practice Test Dumps &nbsp; Question 261 Which Azure AI Search feature improves ranking using language understanding? Semantic ranker Indexer Data source Synonym map Correct Answer: 1 Explanation: Azure AI Search semantic ranker uses language understanding to improve the relevance of search results after the initial retrieval stage. It [&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\/22823"}],"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=22823"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/22823\/revisions"}],"predecessor-version":[{"id":22824,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/22823\/revisions\/22824"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=22823"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=22823"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=22823"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}