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

Home > Microsoft > Microsoft Certified: Azure AI Cloud Developer Associate > AI-200

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

Question # 4

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

Full Access
Question # 5

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.

Full Access
Question # 6

You have a newly provisioned Azure subscription. You are designing a custom Event Grid workflow for AI inference events.

You need to implement the Event Grid components to support routing of high-confidence events to a downstream processor.

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.

Full Access
Question # 7

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.

Full Access
Question # 8

You are using the Python SDK to develop a containerized AI application that retrieves the value of a runtime setting stored in an Azure App Configuration resource. The application will run in Azure in the security context of a managed identity.

The application must work in a local development environment without any code changes.

You need to complete the code that implements the retrieval.

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 9

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

Full Access
Question # 10

You are developing a solution that uses several Azure Service Bus queues. You create an Azure Event Grid subscription for the Azure Service Bus namespace. You use Azure Functions as subscribers to process the messages.

You need to ensure that events can be sent to Azure Event Grid from the queues. The solution must use the principle of least privilege and minimize costs.

Which Azure Service Bus role and tier level should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Full Access
Question # 11

You are developing a microservices-based application that uses Azure Container Apps The application consists of several containerized services that handle tasks, such as processing orders, managing inventory, and generating reports.

You must secure the container apps. All apps must reside in the same virtual network, share the same Dapr configuration, and share the same logging location.

Apps must support the configuration of the amount of memory and compute resources available to containers.

You need to configure the Azure Container App

How should you complete the CLI command? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Full Access
Question # 12

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.

Full Access
Question # 13

You are implementing an application by using Azure Event Grid to push near-real-time information to customers.

You have the following requirements:

• You must send events to thousands of customers that include hundreds of various event types.

• The events must be filtered by event type before processing.

• Authentication and authorization must be handled by using Microsoft Entra ID.

• The events must be published to a single endpoint

You need to implement Azure Event Grid

Solution: Publish events to a system topic. Create an event subscription for each customer.

Does the solution meet the goal?

A.

Yes

B.

No

Full Access