nerdexam
AmazonAmazon

AIP-C01 · Question #66

AIP-C01 Question #66: Real Exam Question with Answer & Explanation

The correct answer is A: Isolate data for each agent by using separate knowledge bases. Use IAM filtering to control. Option A is the most appropriate design because it provides scalable multi-agent orchestration, clear domain separation, and strong governance with minimal operational complexity. A supervisor-agent pattern is a standard AWS-recommended approach for multi-agent systems: one agent

Data for Generative AI

Question

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?

Options

  • AIsolate data for each agent by using separate knowledge bases. Use IAM filtering to control
  • BCreate a separate supervisor agent for each department. Configure individual collaborator agents
  • CIsolate data for each department in separate knowledge bases. Use IAM filtering to control
  • DImplement multiple independent supervisor agents that run in parallel to respond to patient

Explanation

Option A is the most appropriate design because it provides scalable multi-agent orchestration, clear domain separation, and strong governance with minimal operational complexity. A supervisor-agent pattern is a standard AWS-recommended approach for multi-agent systems: one agent performs intent classification and routing, while specialized agents handle domain- Isolating data with separate knowledge bases ensures that each specialized collaborator agent retrieves only the information relevant to its department. This improves response accuracy, reduces hallucinations, and supports privacy controls because clinical content, claims content, and scheduling content can have different access policies. IAM-based filtering ensures that each agent has permission only to the knowledge base it is authorized to use. Routing patient inquiries through a supervisor agent supports high concurrency and extensibility. New departments or features can be added by introducing new collaborator agents and knowledge bases without redesigning the entire system. Because routing is handled centrally, changes in classification logic do not require updates across many independent supervisors. Using RAG within each collaborator agent ensures that responses are grounded in department- approved information sources, which is critical in healthcare settings to reduce unsafe or incorrect guidance. This approach also improves performance because each retrieval scope is smaller and more relevant, supporting thousands of parallel interactions.

Topics

#Amazon Bedrock Agents#Knowledge Bases#Multi-agent Architecture#Retrieval Augmented Generation (RAG)

Community Discussion

No community discussion yet for this question.

Full AIP-C01 PracticeBrowse All AIP-C01 Questions