Question 36
Domain 1: Design ApplicationsA team needs to solve three different problems using Agent Bricks. Which use case is the best fit for the Information Extraction brick?
Correct answer: C
Explanation
Use Information Extraction when the goal is to pull structured facts or fields from source content, rather than answer questions conversationally or coordinate multiple agents. — official.txt
Why each option is right or wrong
A. Answering user questions from a body of reference content in a conversational format
Knowledge Assistant is used for answering questions from content, not for pulling structured fields.
B. Coordinating several specialized agents to work together on a complex task
Multiagent Supervisor is used to manage multiple agents, not to extract fields from documents.
C. Pulling specific data elements from documents and returning them in a structured form
The source material identifies Information Extraction as one of the Agent Bricks used to solve problems. In this set of brick types, extracting specific data elements from source content into a structured result matches the Information Extraction use case, rather than Knowledge Assistant or Multiagent Supervisor.
D. Selecting which agent should respond next during a multi-step collaborative workflow
Supervisor functions belong to Multiagent Supervisor, not Information Extraction.