Weekend Sale Special - 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: stp75

Easiest Solution 2 Pass Your Certification Exams

AI-200 Microsoft Developing AI Cloud Solutions on Azure Free Practice Exam Questions (2026 Updated)

Prepare effectively for your Microsoft AI-200 Developing AI Cloud Solutions on Azure certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2026, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 1 / 2
Total 142 questions

You need to implement trace correlation according to the business requirements.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you se lect.

You are evaluating a fine-tuned Azure OpenAI model against the base model before promoting it to production.

Which Azure AI Foundry capability should you use?

A.

Prompt flow bulk testing / evaluation with metrics (groundedness, coherence, relevance)

B.

Azure Monitor Application Insights only

C.

Content Safety category configuration

D.

Azure AI Search indexer scheduling

You have an Azure subscription named Sub1 that contains a resource group named RG1 and a Service Bus queue named SB1.

You plan to implement an Azure Event Grid push even: subscription that will deliver an event lo SB1 whenever a resource is created, modified, or deleted in RG1. You must minimize the development and configuration efforts.

You need to create an Event Grid topic for your planned implementation

Which type of event topic should you create?

A.

custom

B.

system

C.

event domain

D.

names pact

You develop an ASP.NET Core app that uses Azure App Configuration. You also create an App Configuration containing 100 settings. The app must meet the following requirements:

• Ensure the consistency of all configuration data when changes to individual settings occur.

• Handle configuration data changes dynamically without causing the application to restart.

• Reduce the overall number of requests made to App Configuration APIs

You must implement dynamic configuration updates in the app.

What are two ways to achieve this goal? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

Create and configure Azure Key Vault. Implement the Azure Key Vault configuration provider

B.

Register all keys in the App Configuration store Set the refreshAll parameter of the Register method to false.

C.

Create and register a sentinel key in the App Configuration store. Set the refreshAll parameter of the Register method to true

D.

Decrease the App Configuration cache expiration from the default value.

E.

Increase the App Configuration cache expiration from the default value.

F.

Create and implement environment variables for each App Configuration store setting

You are building o back end pipeline that receives Al inference requests. The pipeline must perform the following actions:

* Publish a message so that multiple independent consumers receive it.

• Process massages in order through a single consumer entity.

• isolate any failed messages

You need to configure the appropriate Service Bus entities.

How should you configure the service bus entities? To answer, move the appropriate configurations to the correct requirements. You may use each configuration once..

You need to optimize secure database connectivity from the containerized Recommendation API.

How should you configure the application?

You have two Azure Container Registry (ACR) instances: ACR01 and ACR02.

You plan to implement a containerized application named APP1 that will use a base image named BASE1. The image for APP1 will be stored in ACR01. The image BASE1 will be stored in ACR02.

You need to automate the planned implementation by using a sequence of five Azure command-line interface (Azure CLI) commands. Your solution must ensure that the APP1 image stored in ACR01 will be automatically updated when the BASE1 image is updated.

In which order should you arrange the commands to develop the solution? To answer, move all commands from the list of commands to the answer area and arrange them in the correct order.

NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

You are building a RAG (retrieval-augmented generation) solution using Azure AI Foundry. The knowledge base consists of 50,000 PDF documents stored in Azure Blob Storage.

You need to make the document content searchable by the language model with minimal custom code.

What should you use?

A.

Azure AI Search integrated vectorization with a skillset

B.

Azure Cognitive Service for Language custom text classification

C.

Azure Functions to manually chunk and embed each document

D.

Azure Table Storage with full-text indexing

You need to translate real-time spoken customer conversations from English to Spanish text during a support call, with minimal latency.

Which Azure AI service should you use?

A.

Azure AI Translator (text translation REST API)

B.

Azure AI Speech (Speech Translation)

C.

Azure AI Language (Text Analytics)

D.

Azure AI Document Intelligence

Hotspot Question

You have an Azure Functions app using the Consumption hosting plan for a company. The app contains the following functions:

You plan to enable dynamic concurrency on the app. The company requires that each function has its concurrency level managed separately.

You need to configure the app for dynamic concurrency.

Which file or function names should you use? To answer, select the appropriate values in the answer area.

NOTE: Each correct selection is worth one point.

You deploy a production Azure Function app that connects to an Azure SQL Database.

The solution must provide the following functionality:

• Prevent secrets from being exposed in source control.

• Support secret rotation without redeploying the function app.

• Avoid downtime during credential updates.

You need to configure secure and maintainable secret management. What should you configure?

A.

Application settings with Key Vault references

B.

Environment variables in local.settings.json

C.

Parameter file stored in source control

D.

Hard coded connection string in the startup class

You need to configure vector embedding updates according to the business and technical requirements.

Which information should you use? To answer, select the appropriate option in the answer area.

NOTE: Each correct selection is worth one point.

You need to configure image build automation based on the technical requirements.

Which settings should you configure? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

You need to deploy Azure Function resources and apps to meet the business and technical requirements.

What should you use?

A.

GitHub Actions

B.

Azure Functions Core Tools

C.

Azure CLI

D.

Local Git deployment

You need to deploy Azure function resources and apps by using an automated, version-controlled CI/CD pipeline that supports declarative infrastructure deployment. What should you use?

A.

Local Git deployment

B.

GitHub Actions

C.

Azure Functions Core Tools

D.

Azure CLI

You need to configure a connection string for the partner-facing service according to the technical requirements.

What should you use?

A.

Azure Key Vault references in App Service settings

B.

GitHub secrets

C.

Azure Container Registry Helm chart package

D.

Dockerfile ENV instructions

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 need to troubleshoot connectivity failures between microservices running in AKS.

Which troubleshooting actions should you perform? To answer, move the appropriate action to the correct troubleshooting scenario. You may use each action once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

You need to configure the Redis integration for the Recommendation API.

Which configurations should you use? To answer, move the appropriate configurations to the correct requirements. You may use each configuration once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

You need to deploy a batch embedding workload according to the planned application architecture.

What should you use?

A.

YAML-formatted files

B.

kubectl run and create commands

C.

XML-formatted files

D.

az aks commands

Page: 1 / 2
Total 142 questions
Copyright © 2014-2026 Solution2Pass. All Rights Reserved