Microsoft AI-200 Practice Test Questions and Exam Dumps Part18 Q341-360

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

 

Question 341

Which Azure AI Search function simplifies filtering against multiple values?

  1. search.ismatch
  2. search.in
  3. geo.distance
  4. any

Correct Answer: 2

Explanation:

The search.in function in Azure AI Search simplifies filtering when a field should match one value from a supplied list. Instead of writing multiple equality comparisons joined with logical operators, an application can provide a collection of acceptable values to the function. search.ismatch evaluates full-text search expressions, geo.distance calculates geographic distance, and any is used with supported collection expressions. search.in can make dynamically generated filters more concise and easier to manage in applications that retrieve records according to multiple categories or identifiers.

Question 342

Which Cosmos DB capability reduces repeated read latency for cached queries?

  1. Change feed
  2. Integrated cache
  3. Transactional batch
  4. Partition splitting

Correct Answer: 2

Explanation:

The Azure Cosmos DB integrated cache can reduce latency and request-unit consumption for repeated read operations by serving eligible requests from cache rather than repeatedly querying the transactional store. It is particularly useful for workloads where the same data is requested frequently. Change feed exposes modifications, transactional batch provides atomic operations within a logical partition, and partition splitting concerns data distribution rather than caching. An integrated cache can benefit AI applications that repeatedly retrieve relatively stable reference data, configuration information, or frequently accessed application content.

Question 343

Which Cosmos DB design supports multiple partition-key levels?

  1. Hierarchical partition key
  2. Composite index
  3. Analytical container
  4. Conflict resolver

Correct Answer: 1

Explanation:

A hierarchical partition key allows Cosmos DB applications to define multiple levels within a partition-key structure. This can improve data distribution for workloads where a single partition-key value may create hotspots but related values still need logical grouping. Composite indexes support multi-property query indexing, analytical containers support analytical workloads, and conflict resolvers address supported multi-region write conflicts. Hierarchical partition keys can be useful for multi-tenant AI applications where data may naturally be organized by several levels, such as organization, project, and workload.

Question 344

Which Blob Storage feature generates scheduled inventory reports?

  1. Blob snapshots
  2. Lifecycle management
  3. Storage inventory
  4. Soft delete

Correct Answer: 3

Explanation:

Azure Blob Storage inventory can generate reports containing information about objects in a storage account according to configured inventory rules. These reports can help organizations audit stored data, analyze object properties, and support governance activities without manually enumerating every object. Snapshots preserve previous blob states, lifecycle management automates supported data transitions or deletion, and soft delete helps recover deleted objects. Storage inventory can be useful in AI environments containing large datasets where administrators need periodic visibility into stored objects and their characteristics.

Question 345

Which ADLS Gen2 feature preserves directory hierarchy for data organization?

  1. Access tiering
  2. Object replication
  3. Hierarchical namespace
  4. Blob version history

Correct Answer: 3

Explanation:

Azure Data Lake Storage Gen2 hierarchical namespace provides directory and file-system-like organization for data stored in the storage account. It enables workloads to work with directories and files more naturally and supports features such as fine-grained ACLs. Access tiering controls storage-access economics, object replication copies supported objects, and version history preserves previous blob versions. Hierarchical namespace is especially valuable for analytics and AI data platforms because large datasets can be organized into logical directories that reflect processing stages, teams, projects, or other data domains.

Question 346

Which Service Bus capability preserves ordered processing within a message group?

  1. Duplicate detection
  2. Message sessions
  3. Scheduled delivery
  4. Dead-letter queue

Correct Answer: 2

Explanation:

Azure Service Bus message sessions provide a mechanism for grouping related messages and supporting ordered processing within a session. A receiver can accept a session and process its messages as a related sequence. Duplicate detection addresses repeated messages, scheduled delivery controls future availability, and the dead-letter queue isolates messages that require separate handling. Sessions are useful for AI workflows where events associated with the same customer, job, conversation, or processing sequence need to be handled in order while other independent groups can be processed separately.

Question 347

Which Event Hubs capability automatically increases throughput capacity when needed?

  1. Auto-inflate
  2. Event Capture
  3. Consumer checkpointing
  4. Partition affinity

Correct Answer: 1

Explanation:

Event Hubs auto-inflate can automatically increase throughput units when incoming traffic exceeds the configured capacity threshold, up to the specified maximum. This helps accommodate temporary increases in event volume without requiring manual capacity adjustments each time demand changes. Event Capture persists event data to storage, consumer checkpointing records processing progress, and partition affinity concerns how events are associated with partitions. Auto-inflate can be useful for AI telemetry pipelines where ingestion volume varies significantly during peak processing periods.

Question 348

Which Event Grid setting controls the maximum delivery attempts?

  1. Subject prefix
  2. Event schema
  3. Retry policy
  4. Topic region

Correct Answer: 3

Explanation:

An Event Grid retry policy controls supported retry behavior when event delivery does not succeed. Configuration can include delivery-related limits such as the maximum number of delivery attempts and the time-to-live for an event, depending on the supported event subscription configuration. Subject filtering selects matching events, event schema determines event structure, and topic region identifies the resource’s location. Retry configuration is important for resilient AI event-processing systems because temporary endpoint failures should be handled without requiring custom retry logic for every publisher.

Question 349

Which Durable Functions capability exposes orchestration status through HTTP?

  1. Durable HTTP APIs
  2. Durable entities
  3. Activity functions
  4. Orchestration history

Correct Answer: 1

Explanation:

Durable Functions provides HTTP-based management and interaction patterns that allow applications to start orchestrations and inspect their status through HTTP APIs. This is useful when external clients need to initiate long-running workflows or monitor their progress without directly accessing the orchestration runtime. Durable entities maintain stateful objects, activity functions perform individual units of work, and orchestration history records workflow execution information. HTTP interaction patterns are useful for AI applications where a client submits a long-running processing request and later checks its execution state.

Question 350

Which Azure Container Apps option controls CPU and memory allocation for workloads?

  1. Environment secrets
  2. Workload profile
  3. Revision label
  4. Ingress rule

Correct Answer: 2

Explanation:

Azure Container Apps workload profiles define supported compute characteristics for workloads running within a Container Apps environment. They allow applications to use appropriate compute resources according to workload requirements and supported environment configurations. Environment secrets store sensitive values, revision labels identify application revisions, and ingress rules control network access. Workload profiles can be useful for AI services because inference, batch processing, and background workloads may have substantially different compute requirements and may benefit from appropriate resource configurations.

Question 351

Which ACR mechanism can trigger a build from a source-code update?

  1. Registry webhook
  2. Source-triggered task
  3. Repository credential
  4. Manifest reference

Correct Answer: 2

Explanation:

Azure Container Registry Tasks can be configured with source-control triggers so that changes to supported source repositories initiate automated container builds. This enables container images to be rebuilt when application source changes without requiring developers to manually start every build. Registry webhooks notify external systems about registry events, repository credentials support authentication, and manifest references identify image metadata. Source-triggered builds are useful in AI delivery pipelines where application code or model-serving components need to be packaged automatically after source changes.

Question 352

Which Azure Monitor feature tests an application endpoint from multiple locations?

  1. Log Analytics
  2. Availability test
  3. Custom metric
  4. Diagnostic setting

Correct Answer: 2

Explanation:

Azure Monitor availability tests can evaluate whether an application endpoint is reachable and responding as expected from supported test locations. These tests help identify availability problems and can provide visibility into endpoint behavior from different geographic perspectives. Log Analytics provides a workspace for querying telemetry, custom metrics represent application-defined numerical measurements, and diagnostic settings route supported resource logs and metrics. Availability monitoring can be especially useful for AI APIs where an application may appear healthy internally but still experience accessibility problems from external locations.

Question 353

Which API Management credential identifies a subscribed API consumer?

  1. Subscription key
  2. Backend certificate
  3. Route parameter
  4. Policy fragment

Correct Answer: 1

Explanation:

An Azure API Management subscription key can identify and authorize a consumer associated with an API Management subscription, depending on the configured API and product requirements. It provides a straightforward mechanism for controlling API access and tracking usage. Backend certificates support secure backend communication scenarios, route parameters carry values in API paths, and policy fragments provide reusable policy logic. Subscription keys are commonly used when exposing APIs to application developers who need a manageable credential for accessing protected API products.

Question 354

Which Azure SQL capability recommends or applies supported performance optimizations automatically?

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

Correct Answer: 2

Explanation:

Azure SQL automatic tuning provides supported recommendations and automated optimization capabilities for database performance. Depending on the configuration and supported feature, it can identify opportunities such as plan-related performance improvements and apply selected tuning actions automatically. Query Store records query performance information, elastic pools provide shared resources across databases, and database copy creates another database instance. Automatic tuning can help reduce the amount of manual performance management required for AI applications whose database workload changes as application traffic and processing patterns evolve.

Question 355

Which PostgreSQL option stores backups in a paired Azure region?

  1. Local backup cache
  2. Geo-redundant backup
  3. Connection pool
  4. Read replica

Correct Answer: 2

Explanation:

Azure Database for PostgreSQL Flexible Server can support geo-redundant backup configurations that maintain backup data in a paired Azure region. This provides an additional recovery option when a regional disaster affects the primary environment. A connection pool manages database connections, a read replica supports read scaling, and a local backup cache is not the relevant geographic backup mechanism. Geo-redundant backups can be important for AI applications where PostgreSQL contains operational metadata, application state, or other information that must remain recoverable after a regional failure.

Question 356

Which Microsoft Entra capability assigns application-specific permissions to users or groups?

  1. Application roles
  2. Conditional Access
  3. Security defaults
  4. Authentication methods

Correct Answer: 1

Explanation:

Microsoft Entra application roles define application-specific permissions that can be assigned to users or groups and then represented in authentication tokens for supported application scenarios. Conditional Access evaluates contextual access conditions, security defaults provide baseline identity protections, and authentication methods determine how users authenticate. Application roles are useful for AI applications with multiple permission levels, such as administrators, analysts, operators, or standard users, because backend services can use role information to determine which operations an authenticated identity is allowed to perform.

Question 357

Which Azure networking feature records virtual network traffic-flow information?

  1. Private endpoint
  2. Network Watcher flow logs
  3. Application Gateway
  4. Traffic Manager

Correct Answer: 2

Explanation:

Network Watcher flow logs provide information about network traffic flows associated with supported network security group scenarios. They can help administrators analyze permitted and denied traffic and investigate connectivity or security behavior. Private endpoints provide private connectivity to supported services, Application Gateway handles application-layer traffic distribution, and Traffic Manager provides DNS-based routing. Flow logging can be valuable when troubleshooting AI applications distributed across multiple virtual networks because it provides additional evidence about how network traffic is being handled.

Question 358

Which Azure Firewall capability controls outbound application traffic by domain?

  1. Network security group
  2. Application rule
  3. Route table
  4. Service endpoint

Correct Answer: 2

Explanation:

Azure Firewall application rules can control supported outbound web traffic based on application-level characteristics such as fully qualified domain names. This enables organizations to restrict which external destinations workloads can access. Network security groups provide network-level traffic filtering, route tables determine routing behavior, and service endpoints provide optimized private connectivity to supported Azure services. Application rules can be useful for AI workloads that need controlled access to external APIs, package repositories, model resources, or other internet destinations.

Question 359

Which Azure Storage feature protects deleted containers from immediate permanent loss?

  1. Blob versioning
  2. Container soft delete
  3. Object replication
  4. Static hosting

Correct Answer: 2

Explanation:

Azure Storage container soft delete helps protect containers and their contents from accidental deletion by retaining deleted containers for a configured retention period. This provides an opportunity to recover data after an unintended deletion. Blob versioning maintains previous blob versions, object replication copies supported objects between storage accounts, and static hosting serves static website content. Container protection is particularly useful for AI data platforms because accidentally deleting a dataset container could affect ingestion, training, evaluation, or application workflows.

Question 360

Which Azure resource-management capability queries resources using KQL?

  1. Azure Resource Graph
  2. Activity Log
  3. Azure Advisor
  4. Deployment history

Correct Answer: 1

Explanation:

Azure Resource Graph uses Kusto Query Language, or KQL, to query resource metadata across Azure environments at scale. It allows administrators to discover resources, inspect properties, identify configurations, and build inventory-oriented queries across supported subscriptions. Activity Log records management operations, Azure Advisor provides recommendations, and deployment history records deployment activity. Resource Graph is valuable for AI infrastructure because organizations often operate many interconnected services and need efficient ways to identify resources, configurations, and governance characteristics across large Azure environments.