Question 383 of 500
AI Concepts and FoundationsmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is to retrain the logistic regression model on a combined dataset of old and new device data. This approach directly addresses the performance drop caused by data drift—the shift in input data distribution from the new monitoring device—while preserving the model’s inherent interpretability. Logistic regression is a linear, fully transparent algorithm, making it ideal for regulatory compliance in healthcare settings where explainability is mandatory. On the CompTIA AI+ AI0-001 exam, this scenario tests your ability to balance model adaptation with interpretability; a common trap is choosing a complex black-box model like a neural network, which would sacrifice transparency. The key insight is that retraining with combined data allows the model to learn the systematic shift without discarding valuable historical patterns, minimizing disruption. Memory tip: “Combine, don’t replace—keep it linear for a clear case.”

AI0-001 AI Concepts and Foundations Practice Question

This AI0-001 practice question tests your understanding of ai concepts and foundations. 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 hospital uses an AI system to predict patient deterioration from vital signs. The system currently uses a logistic regression model trained on data from the past year. Recently, the hospital adopted a new patient monitoring device that provides more accurate readings. The model's performance has dropped significantly. The data science team has access to the new device's data for the past month and wants to improve the model with minimal disruption. The team also wants to ensure the model remains interpretable for regulatory compliance. Which approach should they take?

Question 1mediummultiple choice
Read the full NAT/PAT explanation →

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

Retrain the logistic regression model on a combined dataset of old and new device data

Retraining the logistic regression model on a combined dataset of old and new device data is the best approach because it leverages all available data to adapt the model to the new device's measurement distribution while preserving the model's inherent interpretability. Logistic regression is a linear model that remains fully transparent for regulatory compliance, and combining both datasets helps the model learn the systematic shift in vital sign readings without discarding valuable historical patterns. This minimizes disruption by avoiding a complete overhaul and directly addresses the performance drop caused by the change in input data distribution.

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.

  • Retrain the logistic regression model on a combined dataset of old and new device data

    Why this is correct

    This incorporates the new device's accuracy while maintaining interpretability and using all available data.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Continue using the current model and manually adjust predictions based on device differences

    Why it's wrong here

    Manual adjustments are not scalable and may introduce inconsistency.

  • Build an ensemble of logistic regression and a neural network using new data only

    Why it's wrong here

    An ensemble reduces interpretability and complexity; using only new data may not be robust.

  • Replace the logistic regression model with a gradient boosting model using only new device data

    Why it's wrong here

    Gradient boosting is less interpretable, and using only one month of data may not be sufficient.

Common exam traps

Common exam trap: answer the scenario, not the keyword

CompTIA often tests the trade-off between model performance and interpretability, and the trap here is that candidates may prioritize performance gains from complex models (like gradient boosting or neural networks) without recognizing that regulatory compliance mandates interpretability, making logistic regression the only viable choice despite its simplicity.

Detailed technical explanation

How to think about this question

Logistic regression models are inherently interpretable because their coefficients directly represent the log-odds contribution of each feature, making them suitable for regulated environments like healthcare. When a new measurement device introduces a systematic shift (e.g., a constant offset or scaling change), retraining on combined data allows the model to adjust its intercept and coefficients to account for this covariate shift. In practice, this is similar to domain adaptation where the model learns a new decision boundary that aligns with the updated data distribution while retaining knowledge from the original training set.

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 small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.

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 AI0-001 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 AI0-001 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 AI0-001 question test?

AI Concepts and Foundations — This question tests AI Concepts and Foundations — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Retrain the logistic regression model on a combined dataset of old and new device data — Retraining the logistic regression model on a combined dataset of old and new device data is the best approach because it leverages all available data to adapt the model to the new device's measurement distribution while preserving the model's inherent interpretability. Logistic regression is a linear model that remains fully transparent for regulatory compliance, and combining both datasets helps the model learn the systematic shift in vital sign readings without discarding valuable historical patterns. This minimizes disruption by avoiding a complete overhaul and directly addresses the performance drop caused by the change in input data distribution.

What should I do if I get this AI0-001 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

Last reviewed: Jun 30, 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 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.