AIF-C01 Fundamentals of Generative AI Practice Question
A company is building a chatbot using Amazon Bedrock and wants to ensure that the model generates responses consistent with its brand voice. Which technique should be used to provide the model with examples of desired responses without fine-tuning the model?
⚠ Common exam trap
AWS often tests the distinction between in-context learning (few-shot prompting) and fine-tuning, trapping candidates who confuse RAG (which retrieves facts) with style guidance, or who think prompt chaining is for tone control rather than task decomposition.
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 few-shot examples in the system prompt to demonstrate the desired tone.
Few-shot prompting allows you to provide the model with examples of desired responses directly in the system prompt, guiding the model's tone and style without modifying its underlying weights. This technique is ideal for brand voice consistency when fine-tuning is not an option, as it leverages in-context learning to influence output behavior.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Fine-tune the model on a dataset of brand-compliant conversations.
Why it's wrong here
Fine-tuning permanently alters model weights and requires significant data and time.
- ✗
Use prompt chaining to break down the conversation into multiple steps.
Why it's wrong here
Prompt chaining manages complex workflows, not direct example provision.
- ✗
Implement a Retrieval Augmented Generation (RAG) system with brand documents.
Why it's wrong here
RAG retrieves factual information, not conversational style examples.
- ✓
Include few-shot examples in the system prompt to demonstrate the desired tone.
Why this is correct
In-context learning via few-shot examples guides model behavior without retraining.
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.