mediumMultiple ChoiceObjective-mapped
AIF-C01 Practice Question: A developer is building a multi-step reasoning…
A developer is building a multi-step reasoning agent using Amazon Bedrock Agents. The agent needs to first check inventory levels via a database query, then call a shipping API to calculate delivery dates, and finally compose a response. How should the developer define the tool integrations?
⚠ Common exam trap
Many candidates assume multi-step orchestration always requires an external workflow engine like Step Functions, when in fact Bedrock Agents provide built-in orchestration through action groups and chain-of-thought reasoning.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Create action groups for the database query and the shipping API, and configure the agent to use them in its orchestration
Amazon Bedrock Agents natively support multi-step reasoning through action groups, which allow the agent to invoke external tools (e.g., a database query and a shipping API) as discrete steps in its orchestration. The agent uses its built-in chain-of-thought reasoning to decide when to call each action group and how to compose the final response, without requiring external orchestrators like Step Functions or SageMaker Pipelines.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Define two separate Lambda functions and let the agent orchestrate them via a custom step function
Why it's wrong here
While possible, the native way is to use action groups within the agent.
- ✗
Use Amazon SageMaker Pipelines to orchestrate the steps
Why it's wrong here
SageMaker Pipelines is for ML workflows, not for agentic tool use.
- ✓
Create action groups for the database query and the shipping API, and configure the agent to use them in its orchestration
Why this is correct
Action groups are the correct abstraction for tool integration in Bedrock Agents.
- ✗
Embed the logic in a single Lambda function that calls both the database and shipping API
Why it's wrong here
This bypasses the agent's multi-step reasoning capability and is less flexible.
Go deeper
Related to this question
About these practice questions
This AIF-C01 question is part of Courseiva's 619-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AIF-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AIF-C01 exam.