AWS Certified Generative AI – Professional (AIP-C01) — Question 71

A healthcare company is using Amazon Bedrock to develop a real-time patient care AI assistant to respond to queries for separate departments that handle clinical inquiries, insurance verification, appointment scheduling, and insurance claims. The company wants to use a multi-agent architecture.
The company must ensure that the AI assistant is scalable and can onboard new features for patients. The AI assistant must be able to handle thousands of parallel patient interactions. The company must ensure that patients receive appropriate domain-specific responses to queries.
Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Option A is the correct solution because it employs a multi-agent architecture that includes a supervisor agent for intent classification and specialized collaborator agents that ensure domain-specific responses while leveraging RAG for knowledge retrieval. Other options either limit scalability by using fewer agents, lack appropriate routing mechanisms, or do not facilitate the necessary separation of knowledge bases for different departments.