AWS Certified AI Practitioner (AIF-C01) — Question 313
A company wants to build an AI assistant to provide responses to user queries. The AI assistant must evaluate specific data sources, query external APIs, generate response options, and compare and prioritize response options.
Which Amazon Bedrock feature or resource will meet these requirements?
Answer options
- A. Prompt Management
- B. Response streaming
- C. Knowledge Bases
- D. Agents
Correct answer: D
Explanation
Amazon Bedrock Agents are designed to orchestrate multi-step tasks, connect to external APIs via action groups, and integrate with Knowledge Bases to retrieve data. They can analyze user queries, determine the necessary actions, execute them, and synthesize the final prioritized response. Other features like Knowledge Bases only handle data retrieval, while Prompt Management and Response streaming do not support complex multi-step orchestration and API execution.