The answer is 0.44. This result comes from the recall calculation from a confusion matrix, where recall is defined as true positives divided by the sum of true positives and false negatives. In this case, with 400 true positives and 500 false negatives, the formula yields 400 divided by 900, which equals approximately 0.444, rounded to 0.44. On the CompTIA AI+ AI0-001 exam, this metric tests your ability to distinguish recall from precision and accuracy, often appearing in scenario-based questions where you must identify which model performance measure is most relevant for minimizing missed positive cases. A common trap is confusing recall with precision—remember that recall focuses on capturing all actual positives, while precision focuses on the correctness of positive predictions. To keep them straight, think of recall as “how many of the actual positives did we recall?”—the “R” in recall reminds you to look at the row of actual positives in the confusion matrix.
AI0-001 Machine Learning and Deep Learning Practice Question
This AI0-001 practice question tests your understanding of machine learning and deep learning. 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.
Exhibit
Predicted Negative Predicted Positive
Actual Negative 9000 100
Actual Positive 500 400
Refer to the exhibit. What is the recall of the model?
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.
✓
0.44
Why this is correct
Recall = 400/(400+500) = 0.4444, so 0.44.
Related concept
Read the scenario before looking for a memorised answer.
✗
0.80
Why it's wrong here
0.80 is the precision (TP/(TP+FP) = 400/500 = 0.8).
✗
0.90
Why it's wrong here
0.90 is the specificity (TN/(TN+FP) = 9000/9100 ≈ 0.989, not 0.90).
✗
0.99
Why it's wrong here
0.99 is the accuracy ((9000+400)/10000 = 0.94, not 0.99).
Common exam traps
Common exam trap: answer the scenario, not the keyword
Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.
Detailed technical explanation
How to think about this question
This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.
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.
Use explanations to understand the rule behind the answer.
TExam Day Tips
→Underline the problem statement mentally.
→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 practitioner preparing for the AI0-001 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.
What to study next
Got this wrong? Here's your next step.
Identify which AI0-001 exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.
Machine Learning and Deep Learning — This question tests Machine Learning and Deep Learning — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: 0.44 — Recall = TP / (TP + FN) = 400 / (400 + 500) = 400 / 900 ≈ 0.444, which rounds to 0.44.
What should I do if I get this AI0-001 question wrong?
Identify which AI0-001 exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.
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 →
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.
This AI0-001 practice question is part of Courseiva's free CompTIA 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 AI0-001 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.