AIF-C01 Applications of Foundation Models Practice Question
A company uses Amazon Bedrock to generate marketing copy. They want to measure the quality of generated text compared to reference text. Which metric is most appropriate?
⚠ Common exam trap
AWS often tests the distinction between classification/regression metrics and text generation metrics, leading candidates to mistakenly apply F1 score or accuracy to evaluate generated text quality instead of using BLEU or similar sequence-based metrics.
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
✓
BLEU
BLEU (Bilingual Evaluation Understudy) is the most appropriate metric for evaluating the quality of generated text against reference text in tasks like machine translation and text generation. It measures n-gram precision between the generated and reference texts, making it ideal for assessing marketing copy generated by Amazon Bedrock.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
F1 score
Why it's wrong here
F1 is for binary classification, not for measuring text generation quality.
- ✓
BLEU
Why this is correct
BLEU calculates n-gram overlap between candidate and reference text, suitable for generation evaluation.
- ✗
RMSE
Why it's wrong here
RMSE is for numeric prediction errors, not text quality.
- ✗
Accuracy
Why it's wrong here
Accuracy measures exact token-level matches, which fails for generative text evaluation because marketing copy can be semantically equivalent yet use different phrasing, so Bedrock’s output would be penalised for valid paraphrases. It is tempting because accuracy is a standard metric for classification tasks, such as verifying whether a model’s label matches a ground-truth category in a multiple-choice or binary outcome scenario.
Go deeper
Related to this question
About these practice questions
Courseiva writes every AIF-C01 question from scratch — 619 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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.