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

Home > Microsoft > Microsoft Certified: Multi-Agent AI Solutions Expert > AI-500

AI-500 Designing and Implementing Multi-Agent AI Solutions Question and Answers

Question # 4

You have a Microsoft Foundry project that contains an incident triage agent.

You have a Model Context Protocol (MCP) server registered in the organizational tool catalog. The MCP server exposes two tools named docs_search and deployment_delete.

You need to ensure that the agent can only invoke docs_search.

What should you configure?

A.

the project details

B.

the agent run configuration

C.

the agent tool configuration

D.

the agent instructions

Full Access
Question # 5

You have a Microsoft Foundry multi-agent solution.

A developer publishes a new version of a specialist agent. Once the agent goes live in production, the solution starts mishandling requests.

You need to restore the previous behavior as quickly as possible

What is the fastest way to roll back the agent?

A.

Create a new agent

B.

Redeploy the agent

C.

Change the endpoint.

D.

Delete the published version

Full Access
Question # 6

You have a Microsoft Foundry multi-agent solution that includes a orchestrator and agents named Agent1 and Agent2. The solution has the following characteristics:

• The orchestrator routes tasks to both agents.

• The agents invoice Model Context Protocol (MCP)-hosted tools.

• Agent? sends model-generated JSON parameters directly to tool endpoints.

• The agents use a shared managed identity that has contributor access to the resource group that contains the tool-backed Azure resources.

You need to implement a guardrail strategy for tool calls. The solution must meet the following requirements:

• Prevent invalid or out-of-range tool parameters from reaching the tool endpoints.

• Scope each agent ' s permissions to its assigned tools

• Limit Agent? to refund-processing tools only.

• Log tool invocations for audit purposes.

What should you do?

A.

Configure per-agent Agent-to-Agent (A2A) capability cards, validate conversation history during orchestration, and assign the shared managed identity that has scoped Azure role-based access control (Azure RBAC) roles.

B.

Configure all the tools as built-in function tools, validate tool outputs after execution, and assign per-agent managed identities that have contributor access to the resource group.

C.

Configure per-agent system instructions, validate model responses after tool execution, and assign the shared managed identity that has scoped custom deny assignments.

D.

Configure per-agent tool access policies, validate typed payload schemas at the tool boundary before execution, assign per-agent managed identities that have scoped roles, and enable Azure Monitor logging for tool invocations.

Full Access
Question # 7

You need to design a solution to resolve the Scheduling agent issue.

What should you include in the design?

A.

Implement a retry mechanism that uses exponential backoff.

B.

Route the tool execution directly to the Lead Orchestrator agent.

C.

Route the tool execution directly to the Patient Intake agent.

D.

Implement a retry mechanism that uses immediate retries.

Full Access
Question # 8

You need to modify claim Approval to prevent the prompt injection issue. Which guardrail should you use?

A.

Task Adherence

B.

Prompt shields for documents

C.

Groundedness detection

D.

Prompt shields for user prompts

Full Access
Question # 9

You need to implement the business rule for claim Approval. Which workflow node should you use?

A.

Go to

B.

Invoke agent

C.

Deliver a message

D.

Ask a question

Full Access
Question # 10

You need to recommend a memory retrieval strategy to support the planned changes for claim Approval.

What should you recommend? To answer, drag the appropriate resources to the correct requirements. Each resource 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.

Full Access
Question # 11

You need to recommend an end-to-end release lifecycle for claim Approval. The solution must meet the technical requirements.

What should you recommend for each requirement? To answer, drag the appropriate recommendations to the correct requirements. Each recommendation 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.

Full Access
Question # 12

You need to recommend changes to decrease the Claim Approval duration without breaking any existing functionality.

What should you recommend?

A.

Run Fraud-check, Policy-eligibility, Document-summary, and Decision sequentially. Increase the TPM quota.

B.

Run Fraud-check, Policy-eligibility, Document-summary, and Decision sequentially. Decrease the TPM quota.

C.

Run Fraud-check, Policy-eligibility, Document-summary, and Decision concurrently. Disable the memory store.

D.

Run Fraud-check, Policy-eligibility, and Document-summary concurrently. Run Decision after they finish.

Full Access
Question # 13

You need to implement a logging solution for claim Approval.

What should you use for each process? To answer, drag the appropriate resources to the correct processes. Each resource 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.

Full Access
Question # 14

You are designing a multitenant software as a service (SaaS) platform that uses multiple agents. Users will send latency-sensitive inference requests to the platform by using a shared API.

Initially, there will be 20 tenants, and the platform will expand to 200 tenants.

You need to identify the compute component for a production agent runtime. The solution must meet the following requirements:

Isolate workloads for each tenant by using containerization.

Dynamically scale based on demand.

Minimize administrative effort.

What should you use?

A.

Azure Container Instances

B.

Azure Kubernetes Service (AKS)

C.

Microsoft Foundry Agent Service

D.

GPU-enabled Azure virtual machines

Full Access