You have a Microsoft Foundry multi-agent solution. The solution includes an orchestrator agent that sends a mix of simple requests, reasoning-heavy tasks, and tool-calling workflows to a single premium model deployment.
Response quality is acceptable, but costs are too high, and latency varies significantly across requests.
You need to recommend a solution to reduce token utilization based on the complexity of the user input.
What should you include in the recommendation?
You need to design a solution to resolve the Scheduling agent issue.
What should you include in the design?
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.

You have a multi-agent Retrieval-Augmented Generation (RAG) solution that uses a Foundry IQ knowledge base. The solution includes a support agent and a policy agent.
You have an evaluation dataset that contains the following for each user query
• The expected source IDs
• Retrieved chunks in rank order
• The final agent response
You discover that an embedding model change and a custom analyzer change cause the failed traces shown in the following table.

You need to isolate the failing parts of the RAG pipeline.
Which evaluator should you use for each agent? To answer, drag the appropriate evaluators to the correct agents. Each evaluator 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.

Solution: Use separate a managed identity for each agent and environment Assign Azure roles at the resource level. Does this meet the goal?
You have a Microsoft Agent Framework multi-agent workflow. The workflow includes a context provider that injects a condensed memory summary into each agent invocation. Requirements and acceptance criteria are stored in GitHub issues.
During a long-running workflow, the acceptance criteria changes. Later agents sometimes apply the earlier criteria. Token telemetry shows condensed summaries grow across handoffs. causing older content to be truncated.
You need to ensure that the later agents use the current requirements. The solution must limit context window growth.
What should you do?
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?
You have a Microsoft Foundry project that includes three agents named FinanceOrehestrator, invoiceValidationAgent, and PayaentApprovalAgent. The agents interact with an external agent named vendorfiegotiationAgent. The agents are configured as shown in the following table.

You need to recommend an identity structure for the agents.
What should you recommend? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

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.

You need to modify claim Approval to prevent the prompt injection issue. Which guardrail should you use?
You need to implement the business rule for claim Approval. Which workflow node should you use?