Question 169 of 500
Fundamentals of Generative AIeasyMultiple ChoiceObjective-mapped

Quick Answer

The answer is fine-tuning the model on domain-specific data. This approach is correct because fine-tuning for domain adaptation takes a pre-trained generative AI model and updates its weights using a smaller, labeled dataset from the target domain—such as customer feedback transcripts—allowing the model to learn specialized terminology, sentiment patterns, and context without the prohibitive cost of retraining from scratch. On the AWS Certified AI Practitioner AIF-C01 exam, this question tests your understanding of transfer learning versus full training; a common trap is choosing “prompt engineering” or “RAG,” which adapt output without altering the model’s weights. Remember the key distinction: fine-tuning changes the model’s internal parameters, while prompt engineering only changes the input. A useful memory tip is “Fine-tune for fit, prompt for format”—if you need the model to truly understand your domain’s language, fine-tuning is the path.

AIF-C01 Fundamentals of Generative AI Practice Question

This AIF-C01 practice question tests your understanding of fundamentals of generative ai. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A company wants to use a pre-trained generative AI model to analyze customer feedback. They need to adjust the model for their specific domain without retraining from scratch. Which approach is MOST suitable?

Question 1easymultiple choice
Full question →

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

Fine-tuning the model on domain-specific data

Fine-tuning is the most suitable approach because it takes a pre-trained generative AI model and updates its weights using a smaller, domain-specific dataset (e.g., customer feedback transcripts). This allows the model to adapt to the company's specific terminology, sentiment patterns, and context without the massive computational cost and data requirements of training from scratch. It preserves the general language understanding from pre-training while specializing the model for the target domain.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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-tuning the model on domain-specific data

    Why this is correct

    Fine-tuning is efficient for domain adaptation using pre-trained models.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Reinforcement Learning from Human Feedback (RLHF)

    Why it's wrong here

    RLHF is for aligning model behavior, not primarily for domain adaptation.

  • Training a new model from scratch on the domain data

    Why it's wrong here

    Training from scratch is resource-intensive and unnecessary.

  • Using prompt engineering to provide context

    Why it's wrong here

    Prompt engineering does not adapt the model's internal knowledge permanently.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Cisco often tests the distinction between prompt engineering (a zero-shot or few-shot method that does not modify the model) and fine-tuning (which updates model weights), leading candidates to mistakenly choose prompt engineering as a simpler but insufficient solution for deep domain adaptation.

Detailed technical explanation

How to think about this question

Fine-tuning typically involves supervised learning on a curated dataset, where the model's parameters are updated via backpropagation using a lower learning rate to avoid catastrophic forgetting. In practice, techniques like LoRA (Low-Rank Adaptation) or adapter layers are often used to fine-tune only a small subset of parameters, drastically reducing memory and compute requirements while still achieving strong domain adaptation. For customer feedback analysis, fine-tuning on labeled sentiment or intent data can significantly improve accuracy on industry-specific jargon (e.g., 'churn risk' or 'SLA violation') that the base model may not handle well.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A startup's cloud architect reviews their monthly bill and notices costs are higher than expected for a long-running batch job. Switching from on-demand instances to Reserved Instances — or using Spot/Preemptible VMs — can reduce compute costs by up to 72 %. Questions like this test whether you understand the tradeoffs between commitment, flexibility, and cost across cloud pricing models.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related AIF-C01 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free AIF-C01 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this AIF-C01 question test?

Fundamentals of Generative AI — This question tests Fundamentals of Generative AI — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Fine-tuning the model on domain-specific data — Fine-tuning is the most suitable approach because it takes a pre-trained generative AI model and updates its weights using a smaller, domain-specific dataset (e.g., customer feedback transcripts). This allows the model to adapt to the company's specific terminology, sentiment patterns, and context without the massive computational cost and data requirements of training from scratch. It preserves the general language understanding from pre-training while specializing the model for the target domain.

What should I do if I get this AIF-C01 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more ways this is tested on AIF-C01

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A company wants to build a generative AI application that generates personalized marketing emails based on customer data. They have a small dataset of past emails. Which AWS service should they use to fine-tune a foundation model with their data?

easy
  • A.Amazon SageMaker
  • B.Amazon Comprehend
  • C.AWS Lambda
  • D.Amazon Bedrock

Why A: Amazon SageMaker provides a managed environment for training and fine-tuning models, including foundation models via JumpStart. Bedrock offers managed APIs but not direct fine-tuning. Lambda is for serverless code, not model training. Comprehend is for NLP analysis, not text generation.

Last reviewed: Jun 25, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.