Microsoft AI-200 Practice Test Questions and Exam Dumps Part15 Q281-300

View Full Microsoft AI-200 Exam Dumps and Practice Test Dumps

 

Question 281

Which Azure AI Search feature supports predefined query suggestions?

  1. Suggester
  2. Analyzer
  3. Scoring profile
  4. 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 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.

Question 282

Which Cosmos DB feature processes many operations efficiently in bulk?

  1. Point reads
  2. Bulk execution
  3. TTL processing
  4. Change feed

Correct Answer: 2

Explanation:

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’s throughput characteristics.

Question 283

Which Blob Storage capability enables a website to serve static files directly?

  1. Blob snapshots
  2. Object replication
  3. Static website hosting
  4. Blob leases

Correct Answer: 3

Explanation:

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.

Question 284

Which Azure Data Lake Storage capability controls access at directory or file level?

  1. Access tiers
  2. POSIX ACLs
  3. Replication settings
  4. Blob snapshots

Correct Answer: 2

Explanation:

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.

Question 285

Which Service Bus capability delivers a message at a future time?

  1. Scheduled message
  2. Peek operation
  3. Session state
  4. Lock renewal

Correct Answer: 1

Explanation:

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.

Question 286

Which Service Bus feature postpones processing of a received message?

  1. Auto-forwarding
  2. Deferral
  3. Duplicate detection
  4. Dead-lettering

Correct Answer: 2

Explanation:

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’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.

Question 287

Which Event Hubs setting controls parallel event-stream partitions?

  1. Consumer group
  2. Partition count
  3. Capture destination
  4. Checkpoint interval

Correct Answer: 2

Explanation:

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.

Question 288

Which Event Grid resource publishes events from a supported Azure service?

  1. Custom topic
  2. Event subscription
  3. System topic
  4. Domain endpoint

Correct Answer: 3

Explanation:

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.

Question 289

Which Azure Functions feature lets non-.NET code use custom processing endpoints?

  1. Extension bundle
  2. Custom handler
  3. Function key
  4. Host configuration

Correct Answer: 2

Explanation:

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.

Question 290

Which Container Apps feature provides built-in distributed application primitives?

  1. Dapr
  2. Ingress
  3. Revisions
  4. Jobs

Correct Answer: 1

Explanation:

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.

Question 291

Which ACR capability maintains registry copies in multiple Azure regions?

  1. Image tagging
  2. Repository tokens
  3. Geo-replication
  4. Manifest inspection

Correct Answer: 3

Explanation:

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.

Question 292

Which Azure Monitor capability defines notification destinations for alerts?

  1. Workbook
  2. Action group
  3. Log query
  4. Data collection rule

Correct Answer: 2

Explanation:

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.

Question 293

Which Azure governance feature combines multiple policy definitions?

  1. Policy assignment
  2. Management group
  3. Policy initiative
  4. Resource lock

Correct Answer: 3

Explanation:

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.

Question 294

Which Azure Policy effect can automatically deploy missing configurations?

  1. Audit
  2. Deny
  3. Modify
  4. DeployIfNotExists

Correct Answer: 4

Explanation:

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.

Question 295

Which Bicep keyword references a resource created outside the template?

  1. Existing
  2. Module
  3. Output
  4. Variable

Correct Answer: 1

Explanation:

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.

Question 296

Which Bicep construct repeats resource declarations from a collection?

  1. Target scope
  2. For-expression
  3. Resource lock
  4. Parameter decorator

Correct Answer: 2

Explanation:

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.

Question 297

Which Azure service provides personalized recommendations for resource optimization?

  1. Azure Advisor
  2. Azure Service Health
  3. Azure Policy
  4. Resource Graph

Correct Answer: 1

Explanation:

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.

Question 298

Which Azure security capability provides posture recommendations for cloud resources?

  1. Azure Bastion
  2. Microsoft Defender for Cloud
  3. Azure DNS
  4. Azure Front Door

Correct Answer: 2

Explanation:

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.

Question 299

Which Azure SQL feature retains historical query execution information?

  1. Automatic tuning
  2. Query Store
  3. Elastic pool
  4. Database copy

Correct Answer: 2

Explanation:

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.

Question 300

Which Azure Storage redundancy option replicates data synchronously across availability zones?

  1. ZRS
  2. GRS
  3. LRS
  4. RA-GRS

Correct Answer: 1

Explanation:

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.