Skip to content
GAIEA
Design Applications
medium
Question 2 of 28

An LLM application must: (1) retrieve relevant documents, (2) summarize each document, and (3) generate a consolidated final answer. Which architecture pattern best decomposes this into manageable, independently testable components?

AA single LLM prompt that describes all three steps simultaneously.
BA sequential multi-step LLM chain where each step handles one subtask and passes results to the next.
CFine-tuning an LLM to perform all three tasks in a single forward pass.
DThree independent LLMs running in parallel that each produce an answer, with a voting mechanism selecting one.

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion