Courseiva
mediumMultiple ChoiceObjective-mapped

AIF-C01 Practice Question: A company uses Amazon Bedrock Agents to process…

A company uses Amazon Bedrock Agents to process user requests that involve multiple steps, such as checking inventory and placing an order. The Agent sometimes fails to complete the workflow because it makes incorrect assumptions about the order of steps. What is the MOST effective way to guide the Agent's reasoning?

⚠ Common exam trap

Many exam-takers assume that a larger or more powerful foundation model will automatically fix reasoning errors, but the real issue is the lack of explicit guidance in the agent's instructions, which is a prompt engineering problem, not a model capability problem.

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

Include explicit step‑by‑step instructions in the Agent's prompt or instruction template

Amazon Bedrock Agents rely on the instructions provided in the agent's prompt or instruction template to orchestrate multi-step workflows. By explicitly including step-by-step instructions, you guide the agent's reasoning and reduce incorrect assumptions about the order of operations, directly addressing the failure to complete workflows.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Implement the entire workflow in a single Lambda function and bypass the Agent's reasoning

    Why it's wrong here

    This removes the Agent's dynamic reasoning capability, which is the core value of using an Agent.

  • Include explicit step‑by‑step instructions in the Agent's prompt or instruction template

    Why this is correct

    Detailed instructions in the Agent's orchestration prompt help the Agent plan the correct sequence of actions.

  • Switch to a larger foundation model in the Agent configuration

    Why it's wrong here

    A larger model might improve reasoning slightly, but without proper instructions it can still make sequencing errors.

  • Add more action groups to cover every possible step

    Why it's wrong here

    More action groups provide more tools but do not teach the Agent the correct sequence to use them.

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 →

How Courseiva writes practice questions · Editorial policy

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.