mediumMultiple SelectObjective-mapped
AIF-C01 Practice Question: A developer is using Amazon Bedrock to generate…
A developer is using Amazon Bedrock to generate responses from a foundation model and wants to receive the output as a stream to improve user experience. Which TWO statements about streaming responses are correct? (Select TWO.)
⚠ Common exam trap
Candidates often confuse the InvokeModel API with the InvokeModelWithResponseStream API, assuming that the standard InvokeModel supports streaming when it does not.
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
✓
Streaming reduces perceived latency by displaying partial results as they are generated
Streaming in Amazon Bedrock allows the model to send partial response chunks as they are generated, which reduces the time until the first token is displayed to the user. This improves perceived latency and creates a more responsive user experience, especially for long-form text generation.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Streaming reduces perceived latency by displaying partial results as they are generated
Why this is correct
Users see output sooner, improving responsiveness.
- ✓
Streaming is supported by the Converse API
Why this is correct
The Converse API supports streaming responses.
- ✗
Streaming returns the entire response at once
Why it's wrong here
Streaming returns tokens incrementally, not all at once.
- ✗
Streaming is supported by the InvokeModel API
Why it's wrong here
InvokeModel does not support streaming; use InvokeModelWithResponseStream.
- ✗
Streaming cannot be used with temperature or max_tokens parameters
Why it's wrong here
Streaming is compatible with these inference parameters.
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.