Month End Sale Special - 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: newyear

Microsoft AI-200 - Developing AI Cloud Solutions on Azure

Page: 3 / 3
Total 142 questions

You need to address the known issue resulting from vector similarity queries.

Which two actions should you perform? Each correct answer presents part of the solution. Choose two.

NOTE: Each correct selection is worth one point.

A.

Add a composite index on the vector fields and metadata properties of the container.

B.

Reduce the numeric precision of the vector embeddings where supported.

C.

Set the account consistency level to Strong.

D.

Change the vector index type from flat to quantizedFlat or diskANN.

You have container source code stored in a Git repository.

The container registry must automatically build and store a new container image whenever a developer commits code to the Git repository.

You must minimize the use of an external build infrastructure.

You need to configure Azure Container Registry (ACR) to manage the build process natively and automatically.

Which two ACR components should you use? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

Webhook

B.

Quick task

C.

Artifact Cache rule

D.

Source-triggered task

You are developing a solution for a hospital to support the following use cases:

•The most recent patient status details must be retrieved even if multiple users in different locations have updated the patient record.

•Patient health monitoring data retrieved must be the current version or the prior version.

•After a patient is discharged and all charges have been assessed, the patient billing record contains the final charges.

You provision a Cosmos DB NoSQL database and set the default consistency level for the database account to Strong. You set the value for Indexing Mode to Consistent.

You need to minimize latency and any impact to the availability of the solution. You must override the default consistency level at the query level to meet the required consistency guarantees for the scenarios.

Which consistency levels should you implement? To answer, drag the appropriate consistency levels to the correct requirements. Each consistency level may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

You are training a Language Understanding model for a user support system.

You create the first intent named GetContactDetails and add 200 examples.

You need to decrease the likelihood of a false positive.

What should you do?

A.

Enable active learning.

B.

Add a machine learned entity.

C.

Add additional examples to the GetContactDetails intent.

D.

Add examples to the None intent.

You are developing a solution that will use a multi-partitioned Azure Cosmos DB database. You plan to use the latest Azure Cosmos DB SDK for development The solution must meet the following requirements:

• Send insert and update operations to an Azure Blob storage account

• Process changes to all partitions immediately

Allow parallelization of change process.

You need to process the Azure Cosmos DB operations

What are two possible ways to achieve this goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Create an Azure App Service API and implement the change teed estimator of the SDK. Scale the API by using multiple Azure App Service instances

B.

Create a background job in an Azure Kubernetes Service and implement the charge feed feature of the SDK.

C.

Create an Azure Function that uses a Feedlterator object that processes the change feed by using the pull model on the container. Use a FeedRange object to paralleli7e the processing of the change feed across multiple functions.

D.

Create an Azure Function to use a trigger for Azure Cosmos DB. Configure the trigger to connect to the container.

You are developing an AI-powered API that retrieves connection strings and API keys from Azure Key Vault.

You must configure a solution that provides the following security functionality:

• The API must authenticate to Key Vault without storing credentials in any application configuration files

• The identity used by the API must have only the minimum permissions necessary to read secrets.

• The configuration must minimize the blast radius if an identity or credential is compromised.

You need to implement a secure access strategy for the API.

Which two actions should you perform? Each correct answer presents part of the solution. Choose two.

NOTE: Each correct selection is worth one point.

A.

Store a secret value in Azure App Configuration.

B.

Assign the Key Vault Administrator role at subscription scope.

C.

Grant the Key Vault Secrets User role at vault scope

D.

Use system assigned managed identity.

You are reviewing the Python tracing configuration for an application that must send distributed traces to Azure Monitor.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

A RAG application ' s retrieval step is returning documents that are topically related but not precisely relevant to the user ' s question.

You need to improve retrieval precision without retraining any model.

What should you do?

A.

Increase the embedding model ' s dimensionality only

B.

Enable semantic ranking (re-ranking) in Azure AI Search

C.

Disable vector search and use only keyword search

D.

Reduce the number of indexed documents