Microsoft AI-200 Practice Test Questions and Exam Dumps Part8 Q141-160

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

 

Question 141

Which Azure AI Search feature maps equivalent terms during queries?

  1. Synonym map
  2. Skillset
  3. Index alias
  4. Analyzer

Correct Answer: 1

Explanation:

A synonym map in Azure AI Search lets developers define equivalent or related terms so searches can match documents using alternate wording. For example, an application could associate terms such as “automobile” and “car” so users can retrieve relevant results despite using different terminology. Skillsets are used for enrichment, index aliases help applications switch between indexes, and analyzers process text during indexing or querying. Synonym maps are therefore useful when an AI application needs more flexible textual retrieval without changing the underlying documents.

Question 142

Which Azure AI Search feature adjusts relevance based on selected fields?

  1. Indexer
  2. Scoring profile
  3. Data source
  4. Skill

Correct Answer: 2

Explanation:

A scoring profile in Azure AI Search allows developers to influence how matching documents are ranked based on selected fields or ranking functions. For example, an application might give greater importance to a product name than to a less important descriptive field. This helps tailor search relevance to application-specific requirements. An indexer imports content, a data source identifies the source repository, and a skill performs enrichment operations. Scoring profiles are particularly useful when default relevance ranking does not fully reflect the business importance of particular searchable fields.

Question 143

Which Azure AI Search component determines how text is tokenized?

  1. Index alias
  2. Scoring profile
  3. Analyzer
  4. Data source

Correct Answer: 3

Explanation:

An analyzer in Azure AI Search determines how text is processed into searchable terms. Depending on its configuration, analysis can include tokenization, normalization, and language-specific processing. This affects how text is indexed and subsequently matched during searches. Index aliases provide an abstraction for switching indexes, scoring profiles influence relevance ranking, and data sources identify content repositories. Selecting an appropriate analyzer is important when building search applications because different languages and domain-specific terminology may require different text-processing behavior.

Question 144

Which Azure Cosmos DB capability supports analytical queries without affecting transactional containers?

  1. Transactional batch
  2. Analytical store
  3. Time to Live
  4. Point reads

Correct Answer: 2

Explanation:

Azure Cosmos DB analytical store is designed to support analytical workloads separately from the transactional store. It can provide an analytical representation of operational data so analytical processing does not need to compete directly with normal transactional queries against the operational container. Transactional batch provides atomic operations within a logical partition, TTL automatically expires items, and point reads retrieve individual items efficiently. Analytical store is useful when an AI solution needs to analyze operational data at scale while maintaining the responsiveness of its transactional workload.

Question 145

Which Azure Cosmos DB setting controls how long unused items remain automatically?

  1. Partition key
  2. Indexing mode
  3. Default TTL
  4. Consistency level

Correct Answer: 3

Explanation:

The default TTL setting in Azure Cosmos DB establishes a default expiration period for items in a container when TTL is enabled. This allows applications to automatically remove data after a defined lifetime without implementing separate cleanup logic. Partition keys determine how data and workload are distributed, indexing mode controls indexing behavior, and consistency level determines how reads observe replicated data. Default TTL is especially useful for temporary records, event data, session information, or other content whose useful lifetime can be predetermined.

Question 146

Which Azure Service Bus feature sends a message to another entity after processing?

  1. Message settlement
  2. Message forwarding
  3. Session locking
  4. Peek operation

Correct Answer: 2

Explanation:

Azure Service Bus message forwarding allows messages from one queue or subscription to be automatically forwarded to another Service Bus entity. This can help construct messaging pipelines and route messages between logical processing stages without requiring an application to explicitly receive and resend every message. Message settlement controls completion or abandonment of received messages, session locking coordinates session processing, and peek allows applications to inspect messages without removing them. Message forwarding can therefore simplify routing architectures involving multiple queues or subscriptions.

Question 147

Which Azure Event Hubs setting increases capacity automatically as traffic rises?

  1. Auto-inflate
  2. Consumer checkpoint
  3. Capture destination
  4. Partition key

Correct Answer: 1

Explanation:

Azure Event Hubs auto-inflate can automatically increase throughput capacity when incoming traffic approaches the configured throughput limit. This helps applications accommodate temporary increases in event volume without manually scaling capacity every time demand changes. Consumer checkpoints track processing progress, Capture stores event data for later processing, and partition keys influence event distribution across partitions. Auto-inflate is useful for telemetry-heavy AI applications where traffic can vary significantly and maintaining sufficient ingestion capacity is important for continuous event processing.

Question 148

Which Azure Storage option copies blob data between storage accounts?

  1. Blob lease
  2. Object replication
  3. Access tier
  4. Lifecycle rule

Correct Answer: 2

Explanation:

Azure Blob Storage object replication asynchronously copies supported blob data between source and destination storage accounts. It can help maintain replicated copies for scenarios such as business continuity, geographic distribution, or read-oriented application architectures. A blob lease is used for coordination, access tiers manage storage costs based on access patterns, and lifecycle rules automate actions such as tiering or deletion. Object replication is therefore appropriate when an application needs copies of blob content maintained across separate storage accounts.

Question 149

Which Azure Functions setting configures runtime behavior through host.json?

  1. Function endpoint
  2. Host-level configuration
  3. Storage container
  4. DNS resolution

Correct Answer: 2

Explanation:

The host.json file configures behavior for an Azure Functions application at the host or runtime level. Depending on the extension and workload, it can control settings related to functions runtime behavior, bindings, logging, concurrency, and other host capabilities. Function endpoints define how triggers are exposed, storage containers hold application data, and DNS resolution handles name-to-address mapping. Understanding host.json is important when tuning a Functions application because some runtime behaviors are configured globally rather than independently inside each function.

Question 150

Which Azure Functions feature supports dependency injection in supported runtimes?

  1. Service registration
  2. Dependency injection
  3. Storage binding
  4. Trigger metadata

Correct Answer: 2

Explanation:

Azure Functions supports dependency injection in supported development models, allowing application services and dependencies to be registered and provided to function components. This approach can improve modularity, testing, and separation of concerns by avoiding hard-coded construction of dependencies inside every function. Storage bindings connect functions with supported storage resources, trigger metadata describes invocation information, and service registration is the configuration mechanism used to establish dependencies. Dependency injection is particularly useful in larger AI applications where functions interact with multiple application services.

Question 151

Which Azure Container Apps feature exposes an application only within its environment?

  1. Internal ingress
  2. External endpoint
  3. Registry credential
  4. Revision label

Correct Answer: 1

Explanation:

Internal ingress in Azure Container Apps allows an application to receive traffic only from within the configured Container Apps environment and associated private network context. This is useful for backend services that should not be directly exposed to public internet traffic. An external endpoint provides public accessibility, registry credentials authenticate access to container images, and revision labels help identify deployed revisions. Internal ingress is therefore appropriate for microservices that need communication with other application components while remaining inaccessible through a public endpoint.

Question 152

Which Azure Resource Graph tool is designed for querying resource metadata at scale?

  1. Resource locks
  2. Resource Graph Explorer
  3. Cost alerts
  4. Deployment history

Correct Answer: 2

Explanation:

Azure Resource Graph Explorer provides an interactive interface for querying Azure resource metadata across subscriptions and other supported scopes. It uses Azure Resource Graph queries to help administrators and developers discover, filter, and analyze resource information efficiently. Resource locks protect resources from certain modifications, cost alerts monitor spending conditions, and deployment history records deployment activity. Resource Graph Explorer is useful when an AI solution spans many Azure resources and developers need a centralized way to inspect resource properties without opening each service individually.

Question 153

Which Azure Monitor feature stores platform diagnostic data for analysis?

  1. Diagnostic setting
  2. Data collection endpoint
  3. Action group
  4. Workbook

Correct Answer: 1

Explanation:

Azure Monitor diagnostic settings define which platform logs and metrics should be collected and where that data should be sent. Destinations can include supported monitoring or storage services, allowing organizations to retain and analyze diagnostic information according to their operational requirements. Data collection endpoints support specific data ingestion architectures, action groups define notification or automation responses, and workbooks present telemetry visually. Diagnostic settings are therefore a key configuration point when an AI application needs centralized monitoring data from Azure resources.

Question 154

Which Azure App Configuration capability supports gradual feature rollout?

  1. Configuration snapshot
  2. Feature filter
  3. Connection string
  4. Secret identifier

Correct Answer: 2

Explanation:

Azure App Configuration feature filters allow feature flags to use rules that determine whether a feature should be enabled for a particular request or audience. This supports controlled rollouts where functionality can be introduced gradually rather than activated for every user simultaneously. A configuration snapshot represents configuration state, a connection string provides connection information, and a secret identifier references sensitive configuration. Feature filters are valuable for AI applications that need controlled experimentation, staged deployments, or audience-specific feature activation.

Question 155

Which Azure API Management feature lets developers reuse policy logic?

  1. API revision
  2. Subscription product
  3. Policy fragment
  4. Backend pool

Correct Answer: 3

Explanation:

Azure API Management policy fragments allow reusable policy statements to be defined once and incorporated into multiple API policies. This can reduce duplication when several APIs require common processing such as header manipulation, validation, transformation, or other supported policy operations. API revisions represent versions of an API configuration, products group APIs for consumers, and backend pools represent backend connectivity concepts. Policy fragments are useful for maintaining consistent gateway behavior across larger AI applications that expose multiple APIs through Azure API Management.

Question 156

Which Azure SQL feature captures historical query execution information?

  1. Elastic pool
  2. Query Store
  3. Firewall policy
  4. Service tier

Correct Answer: 2

Explanation:

Query Store in Azure SQL Database captures query-related performance information over time. It can help developers investigate query behavior, identify performance changes, and understand which queries consume resources. An elastic pool provides shared database resources, firewall policies control network access, and the service tier determines available database capabilities and resources. Query Store is particularly useful during performance troubleshooting because it provides historical information rather than only showing what is happening during a single monitoring session.

Question 157

Which Azure AI Search feature provides vector representations during indexing?

  1. Index alias
  2. Semantic caption
  3. Integrated vectorization
  4. Search suggestion

Correct Answer: 3

Explanation:

Integrated vectorization in Azure AI Search can automate aspects of converting source content into vector representations during indexing workflows. This helps applications build vector-search experiences without requiring every vectorization step to be implemented independently in application code. Index aliases help manage index references, semantic captions provide concise passages from search results, and search suggestions assist users while entering queries. Integrated vectorization is useful for AI applications that need semantic retrieval from documents and want ingestion and vector preparation to form part of the search pipeline.

Question 158

Which Azure Container Registry capability builds container images from source code?

  1. Repository scope
  2. Image manifest
  3. Registry webhook
  4. ACR Tasks

Correct Answer: 4

Explanation:

Azure Container Registry Tasks provides managed capabilities for building container images in Azure Container Registry. Tasks can automate image builds and can be integrated into development workflows so container images can be produced without requiring a dedicated build server. Repository scope controls permissions, image manifests describe image metadata and layers, and registry webhooks can notify external systems about registry events. ACR Tasks is useful for AI applications that need repeatable container image builds as part of an automated cloud development and deployment process.

Question 159

Which Azure Storage mechanism removes old blob data according to defined rules?

  1. Lifecycle management
  2. Blob lease
  3. Object replication
  4. Static website

Correct Answer: 1

Explanation:

Azure Blob Storage lifecycle management lets administrators define rules that automatically transition or delete blobs according to conditions such as age, access patterns, or blob state. This can reduce storage costs and automate retention processes for data that becomes less valuable over time. Blob leases provide coordination, object replication creates copies between supported storage accounts, and static website hosting serves web content. Lifecycle management is especially useful for AI workloads that generate large amounts of intermediate or historical data and need predictable retention behavior.

Question 160

Which Azure Service Bus operation lets an application inspect a message without removing it?

  1. Complete
  2. Peek
  3. Abandon
  4. Dead-letter

Correct Answer: 2

Explanation:

The Peek operation in Azure Service Bus allows an application to inspect messages without receiving them for normal processing and without removing them from the entity. This can be useful for diagnostics, message inspection, or examining queued content without changing its delivery state. Complete settles a successfully processed message, Abandon releases a received message for possible redelivery, and Dead-letter moves a message into the dead-letter subqueue. Peek is therefore appropriate when an application needs visibility into queued messages without altering their processing lifecycle.