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

Microsoft AI-500 Dumps

Page: 1 / 7
Total 73 questions

Designing and Implementing Multi-Agent AI Solutions Questions and Answers

Question 1

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

Options:

A.

Task Adherence

B.

Prompt shields for documents

C.

Groundedness detection

D.

Prompt shields for user prompts

Question 2

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.

as

Options:

Question 3

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

What should you recommend?

Options:

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.

Question 4

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

Options:

A.

Go to

B.

Invoke agent

C.

Deliver a message

D.

Ask a question

Question 5

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.

as

Options:

Question 6

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.

as

Options:

Question 7

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

What should you include in the design?

Options:

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.

Question 8

You have a multi-agent solution hosted in an Azure App Service plan.

You use Azure App Configuration to store runtime settings.

A release adds a new planner agent and changes the prompt routing

You need to recommend a release plan that meets the following requirements:

• Slowly rolls out the release to users

• Uses end-user health alerts as rollout gates

• Increases exposure without redeploying the application

• Limits production exposure until the health metrics remain green

• Implements the solution without deploying a second environment

What should you recommend? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

as

Options:

Question 9

You have a production-readiness review that includes the following Microsoft Foundry Agent Service Model Context Protocol (MCP) tool configuration, discovered MCP tool metadata, and quality-gate rules.

as

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

NOTE: Each correct selection is worth one point.

as

Options:

Question 10

You have a Microsoft Foundry agent named Agent1.

You open Agent1 in the playground and update the instructions.

You need to run a full evaluation against the updated instructions. The solution must meet the following requirements:

• Test the changes by using a synthetic dataset.

• Ensure that the changes are available only for the development team that has access to Agent1.

What should you do first?

Options:

A.

Save Agent1 as a new version.

B.

Create a new evaluation for Agent1.

C.

Publish Agent1 as a new version.

D.

Preview Agent1.

Question 11

You are designing an enterprise automation solution that has a web portal for users and the following types of workflows:

• Routine workflows that use prompt-defined agents, approved knowledge stores, and HTTPS tools

• Modernization workflows that use custom Microsoft Agent Framework code packaged as container images with predefined handoffs and task states

You need to recommend Azure services that meets the following requirements:

• The routine workflows must run agents in a fully managed environment.

• The user portal must be deployed as a managed platform as a service (PaaS) web app

• The modernization workflows must run agents in serverless containers that support automatic scaling

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

as

Options:

Question 12

You have a Microsoft Foundry project that processes customer requests through several stages: A routing agent receives investigation requests, delegates calculations to a data analysis agent that can use Code Interpreter, and delegates source-grounded summaries to a literature review agent.

You discover the following issues:

• Tasks are sometimes routed to the incorrect agent.

• The format of the final response is inconsistent.

You need to ensure that compound requests are routed consistently, and the final response is in a consistent format. The solution must meet the following requirements:

• Minimize changes to the application code.

• Apply to every future conversation handled by the agents.

• Clarify the expected behavior for representative compound inputs.

Which prompt design should you implement?

Options:

A.

Add repository-wide constraints that list approved agent names, tool names, and response rules.

B.

Add per request prompt cues that provide JSON openers, section labels, and final-answer prefixes.

C.

Add few-shot instruction examples that cover routing decisions and schema-compliant final outputs.

D.

Add system level role instructions that define agent domains, task boundaries, and response objectives.

Question 13

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?

Options:

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.

Question 14

You have a Microsoft Foundry multi-agent solution that uses Microsoft Agent Framework and LangGraph. Telemetry from the workload is sent to Application Insights.

You need to implement observability components to meet the following requirements:

• Support the investigation of user interactions across agents, models, tools, functions, and API boundaries without relying on verbose production logs.

• Produce recurring and comparable measurements of deployed response quality and safety over time.

What should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

as

Options:

Page: 1 / 7
Total 73 questions