Microsoft AI-200 - Developing AI Cloud Solutions on Azure Exam

Question #11 (Topic: Topic 2, Develop AI solutions by using Azure data management services )
You deploy multiple instances of a change feed processor to handle a high ingestion rate within Azure Cosmos DB for NoSQL.
Each processor instance must process a different subset of partitions.
You need to ensure the workload is load-balanced across all processor instances.
What should you configure?
A. indexing precision B. strong consistency C. lease container D. autoscale throughput
Answer: C
Question #12 (Topic: Topic 2, Develop AI solutions by using Azure data management services )
An application performs similarity search across 5 million embeddings stored in Azure Database for PostgreSQL with pgvector. Queries often filter by department before ranking by cosine distance.
P95 latency for vector similarity queries exceeds the SLA target. Monitoring shows sustained high CPU use during query execution.
You need to reduce P95 latency for filtered vector similarity queries.
What should you do?
A. Create B-tree indexes on frequently filtered metadata columns. B. Store embeddings as JSON. C. Increase embedding dimensionality. D. Increase statement timeout.
Answer: A
Question #13 (Topic: Topic 2, Develop AI solutions by using Azure data management services )
You store embeddings in a property named embedding in an Azure Cosmos DB for NoSQL container.
You must retrieve the five most similar documents to an input embedding.
You need to construct the similarity query.
What should you do?
A. Use offset pagination. B. Enforce strong consistency. C. Group by embedding value. D. Limit the number of results.
Answer: D
Question #14 (Topic: Topic 2, Develop AI solutions by using Azure data management services )
You are developing a Java application to be deployed in Azure. The application stores sensitive data in Azure Cosmos DB.
You need to configure Always Encrypted to encrypt the sensitive data inside the application.
What should you do first?
A. Create a customer-managed key (CMK) and store the key in a new Azure Key Vault instance. B. Create a data encryption key (DEK) by using the Azure Cosmos DB SDK and store the key in Azure Cosmos DB. C. Create a Microsoft Entra ID managed identity and assign the identity to a new Azure Key Vault instance. D. Create a new container to include an encryption policy with the JSON properties to be encrypted.
Answer: A
Question #15 (Topic: Topic 2, Develop AI solutions by using Azure data management services )
You are developing an AI search API that caches semantic search results in Redis.
Search results must remain cached for 10 minutes. If the underlying data changes, cached entries must NOT be returned.
You need to implement a cache-aside strategy to ensure data consistency.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A. Configure a cache notification for key space events. B. Delete related cache keys when the source data changes. C. Implement sliding expiration based on key access. D. Configure a 10-minute Time to Live on each key.
Answer: BD
Download Exam
Page: 3 / 14
Total 66 questions