Your company already has a standalone document-processing agent and a separate MCP-based records tool server. A new multi-agent solution must reuse both without rewriting them from scratch, while keeping secure integration. What should you do?
Select an answer to reveal the explanation.
Short Explanation
Correct answer: D. Reuse beats rewrite: A2A plugs in the existing document agent; MCP plugs in the records tools; auth and least privilege sit on the boundary. Copy-pasting SQL passwords into prompts is not “integration.”
Full Explanation
Developers must integrate existing agents securely using Agent2Agent (A2A) and/or MCP. Option D uses A2A for the existing agent and MCP for the tool server with proper authz—aligned to the exam skill.
Option A creates duplication and credential leakage.
Option B is unnecessary cost when protocols exist for composition.
Option C is fragile and poor for secure system integration.
Exam tip: A2A for agent reuse + MCP for tools is a high-yield AI-500 integration pattern.