Pre-Winter Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: best70

AI-200 Developing AI Cloud Solutions on Azure Questions and Answers

Questions 4

You are configuring sampling for a distributed application that sends traces to Azure Monitor. The solution must:

• Preserve upstream sampling decisions across distributed traces

• Capture all spans during local testing.

• Sample 10 percent of traces in production.

You need to apply the appropriate sampling configuration for each requirement.

What should you do? 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.

AI-200 Question 4

Options:

Buy Now
Questions 5

You have an Azure web app that uses Azure Cosmos DB as a data store. You create a Cosmos DB container by running the following PowerShell script:

AI-200 Question 5

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

NOTE: Each correct selection is worth one point.

AI-200 Question 5

Options:

Buy Now
Questions 6

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.

AI-200 Question 6

Options:

Buy Now
Questions 7

You need to improve throughput for concurrent application requests to PostgreSQL.

What should you implement?

Options:

A.

Implement connection pooling.

B.

Increase shared_buffers.

C.

Enable read replicas.

D.

Increase max_connections.

Buy Now
Questions 8

You need to implement the semantic retrieval workflow for the recommendation engine to meet the technical and performance requirements of Fabrikam Inc.

Which four 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.

AI-200 Question 8

Options:

Buy Now
Questions 9

You need to deploy a batch retraining workload.

How should you complete the scaling configuration? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

AI-200 Question 9

Options:

Buy Now
Questions 10

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

What should you use?

Options:

A.

YAML-formatted files

B.

kubectl run and create commands

C.

XML-formatted files

D.

az aks commands

Buy Now
Questions 11

A Python API running in ACA must send distributed traces to Azure Monitor.

The API creates spans. However, no traces appear in Azure Monitor.

You need to configure the OpenTelemetry SDK pipeline to export traces to Azure Monitor.

What should you do? To answer, move the appropriate actions to the correct requirements. 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.

AI-200 Question 11

Options:

Buy Now
Questions 12

You are designing an Azure Function app that processes large image uploads submitted by users through an HTTP endpoint.

The solution must:

• Prevent client timeouts by decoupling image processing from the initial upload request.

• Support automatic retry behavior for failed processing attempts.

• Scale the background processing independently of the rate of incoming HTTP uploads.

You need to design a scalable and reliable asynchronous processing solution.

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

NOTE: Each correct selection is worth one point.

Options:

A.

Implement a queue-triggered function for image processing.

B.

Configure retry policies on a storage queue.

C.

Process the image inside the HTTP-triggered function.

D.

Persist upload metadata to Azure Storage.

Buy Now
Questions 13

A company uses Azure Monitor Application Insights to monitor application behavior, including incoming requests and dependencies.

You must identify failed requests from the last hour. You must also calculate the average duration of failed request dependency calls, grouped by operation name.

You need to analyze telemetry in Application insights.

Which operators should you mm? To answer, select the appropriate options in the answer area

NOTE: Each cot reel selection is worth one point.

AI-200 Question 13

Options:

Buy Now
Questions 14

You are creating an Azure Functions app project in your local development environment by using Azure Functions Core Tools.

You must create the project in either Python or C# without using a template.

You need to specify the command and its parameter required to create the Azure Functions app project.

Which command and parameter should you specify? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

AI-200 Question 14

Options:

Buy Now
Questions 15

You are designing a solution that will use two Azure Functions apps: App1 and App2. App1 is Windows based and will be deployed as code. App2 is Linux based and will be deployed as a container image. Estimates show that the duration of the request processing for both apps will range from 1 to 10 minutes.

You plan to implement App1 and App2 by using the hosting plan to satisfy the following requirements:

• Request processing can complete within the estimated time range.

• The autoscaling behavior is event driven.

• The upper scaling limit is maximized.

You need to create the hosting plan for the implementation.

Which hosting plan should you create? To answer, move the appropriate hosting plans to the correct apps. You may use each hosting plan once, more than once, or not at all. You may..

AI-200 Question 15

Options:

Buy Now
Questions 16

An Azure Service Bus queue processes AI enrichment jobs.

Some messages fail repeatedly because the payload is malformed.

You need to ensure that repeatedly failing messages do NOT block valid messages and can be inspected separately.

Which message action should you perform?

Options:

A.

complete

B.

defer

C.

dead-letter

D.

abandon

Buy Now
Questions 17

You are using Azure Monitor Application Insights to collect dependency data.

You must be able to:

    Correlate failed requests with dependency calls during the last hour.

    Calculate the average dependency duration per operation.

You need to construct the KQL query by using the minimum number of statements.

Which three operators should you use? Each correct answer presents part of the solution.

Options:

A.

extend

B.

summarize

C.

join

D.

where

E.

distinct

Buy Now
Questions 18

You are developing a serverless Java application on Azure. You create a new Azure Key Vault to work with secrets from a new Azure Functions application.

The application must meet the following requirements:

Reference the Azure Key Vault without requiring any changes to the Java code.

Dynamically add and remove instances of the Azure Functions host based on the number of incoming application events.

Ensure that instances are perpetually warm to avoid any cold starts.

Connect to a VNet.

Authentication to the Azure Key Vault instance must be removed if the Azure Function application is deleted.

You need to grant the Azure Functions application access to the Azure Key Vault.

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.

AI-200 Question 18

Options:

Buy Now
Questions 19

You have an Event Grid subscription that triggers an Azure Function.

You need to prevent loss of events in case the endpoint returns an HTTP 400 response. Which action should you perform?

Options:

A.

Configure a dead letter destination.

B.

Implement asynchronous handshake validation.

C.

Implement optimistic batching.

D.

Configure a retry policy.

Buy Now
Questions 20

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?

Options:

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.

Buy Now
Questions 21

A recommendation system stores 1 million embeddings in Azure Database for PostgreSQL

During peak hours. P95 similarity-query latency increases, and the cache hit ratio drops significantly.

You suspect that the vector index working set no longer fits in memory, resulting in more disk reads.

You need to scale server resources and validate the outcome.

Which four 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.

AI-200 Question 21

Options:

Buy Now
Questions 22

You deploy a Linux container image to App Service.

The container requires the following environment variables at runtime:

    A non-sensitive configuration value named MODEL_VERSION

    A database password that must remain secure

You need to configure App Service to provide these environment variables at runtime.

Which configurations should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

AI-200 Question 22

Options:

Buy Now
Questions 23

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.

AI-200 Question 23

Options:

Buy Now
Questions 24

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

What should you use?

Options:

A.

Azure Key Vault references in App Service settings

B.

GitHub secrets

C.

Azure Container Registry Helm chart package

D.

Dockerfile ENV instructions

Buy Now
Questions 25

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.

AI-200 Question 25

Options:

Buy Now
Questions 26

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?

Options:

A.

Local Git deployment

B.

GitHub Actions

C.

Azure Functions Core Tools

D.

Azure CLI

Buy Now
Questions 27

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

What should you use?

Options:

A.

GitHub Actions

B.

Azure Functions Core Tools

C.

Azure CLI

D.

Local Git deployment

Buy Now
Questions 28

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.

AI-200 Question 28

Options:

Buy Now
Exam Code: AI-200
Exam Name: Developing AI Cloud Solutions on Azure
Last Update: Sep 22, 2026
Questions: 142

PDF + Testing Engine

$144.99

Testing Engine

$109.99

PDF (Q&A)

$94.99