- A
Precision
Precision is the fraction of true positives among predicted positives, addressing false positives.
- B
F1 score
Why wrong: F1 balances precision and recall, but if false positives are the primary concern, precision alone is more direct.
- C
Recall
Why wrong: Recall minimizes false negatives, not false positives.
- D
Accuracy
Why wrong: Accuracy can be misleading with imbalanced classes and does not specifically address false positives.
Quick Answer
The answer is precision. This metric is the correct choice when false positives are costly because it specifically measures the proportion of true positive predictions out of all positive predictions made by the model, calculated as TP divided by TP plus FP. A high precision value means that when the model flags a result as positive, it is very likely correct, thereby minimizing costly false alarms. On the AWS Certified AI Practitioner AIF-C01 exam, this concept tests your ability to align evaluation metrics with business impact; a common trap is confusing precision with recall, which focuses on catching all actual positives regardless of false positives. To remember this, think of precision as “precision over panic”—you only want to act when you are precise, not when you are guessing. A simple mnemonic is “Precision: Positive Predictions that are Precise,” emphasizing that it penalizes every false positive.
AIF-C01 Fundamentals of AI and ML Practice Question
This AIF-C01 practice question tests your understanding of fundamentals of ai and ml. Compare every option against the stated constraints before choosing — the best answer satisfies all requirements, not just the most obvious one. 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.
Which metric is most appropriate for evaluating a classification model when false positives are costly?
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
Precision
Precision is the most appropriate metric when false positives are costly because it measures the proportion of true positive predictions among all positive predictions (TP / (TP + FP)). A high precision indicates that when the model predicts a positive class, it is very likely correct, minimizing the number of false positives. This directly aligns with the business requirement to avoid costly false alarms.
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.
- ✓
Precision
Why this is correct
Precision is the fraction of true positives among predicted positives, addressing false positives.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
F1 score
Why it's wrong here
F1 balances precision and recall, but if false positives are the primary concern, precision alone is more direct.
- ✗
Recall
Why it's wrong here
Recall minimizes false negatives, not false positives.
- ✗
Accuracy
Why it's wrong here
Accuracy can be misleading with imbalanced classes and does not specifically address false positives.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Cisco often tests the distinction between precision and recall by framing a cost scenario, and the trap here is that candidates confuse 'costly false positives' with 'costly false negatives' and incorrectly choose recall or F1 score without analyzing which error type is being penalized.
Detailed technical explanation
How to think about this question
Precision is a conditional probability that directly quantifies the reliability of a positive prediction. In a real-world scenario like spam detection, a false positive (marking a legitimate email as spam) can cause user frustration and lost business, so maximizing precision ensures that flagged emails are almost certainly spam. The metric is computed from the confusion matrix and is sensitive to the decision threshold; lowering the threshold increases recall but typically decreases precision, creating a trade-off visualized in the precision-recall curve.
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.
- →
Fundamentals of AI and ML — study guide chapter
Learn the concepts, then practise the questions
- →
Fundamentals of AI and ML practice questions
Targeted practice on this topic area only
- →
All AIF-C01 questions
500 questions across all exam domains
- →
AWS Certified AI Practitioner AIF-C01 study guide
Full concept coverage aligned to exam objectives
- →
AIF-C01 practice test guide
How to use practice tests most effectively before exam day
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.
Applications of Foundation Models practice questions
Practise AIF-C01 questions linked to Applications of Foundation Models.
Fundamentals of AI and ML practice questions
Practise AIF-C01 questions linked to Fundamentals of AI and ML.
Fundamentals of Generative AI practice questions
Practise AIF-C01 questions linked to Fundamentals of Generative AI.
Guidelines for Responsible AI practice questions
Practise AIF-C01 questions linked to Guidelines for Responsible AI.
Security, Compliance and Governance for AI Solutions practice questions
Practise AIF-C01 questions linked to Security, Compliance and Governance for AI Solutions.
AIF-C01 fundamentals practice questions
Practise AIF-C01 questions linked to AIF-C01 fundamentals.
AIF-C01 scenario practice questions
Practise AIF-C01 questions linked to AIF-C01 scenario.
AIF-C01 troubleshooting practice questions
Practise AIF-C01 questions linked to AIF-C01 troubleshooting.
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 AI and ML — This question tests Fundamentals of AI and ML — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Precision — Precision is the most appropriate metric when false positives are costly because it measures the proportion of true positive predictions among all positive predictions (TP / (TP + FP)). A high precision indicates that when the model predicts a positive class, it is very likely correct, minimizing the number of false positives. This directly aligns with the business requirement to avoid costly false alarms.
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 →
Last reviewed: Jun 25, 2026
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.
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.
Sign in to join the discussion.