Design a knowledge access layer that can serve both chat experiences and backend agents.

Instruction: Explain how you would design one retrieval layer for both user-facing chat and agent workflows.

Context: Assesses whether the candidate can design a practical architecture and explain the main tradeoffs. Explain how you would design one retrieval layer for both user-facing chat and agent workflows.

Official answer available

Preview the opening of the answer, then unlock the full walkthrough.

I would centralize the knowledge access rules and let each client decide how to present the result. That keeps chat...

Related Questions