Courseiva

AI0-001 · topic practice

AI Concepts and Foundations practice questions

Practise CompTIA AI+ AI0-001 AI Concepts and Foundations practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
20 questionsDomain: AI Concepts and Foundations

What the exam tests

What to know about AI Concepts and Foundations

AI Concepts and Foundations questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Watch out for

Common AI Concepts and Foundations exam traps

  • Answering from memory before reading the full scenario.
  • Missing a constraint such as cost, availability, security, scope or command context.
  • Choosing a broad answer when the question asks for the most specific fix.
  • Ignoring why the wrong options are tempting.

Practice set

AI Concepts and Foundations questions

20 questions · select your answer, then reveal the explanation

A team is designing an AI system for autonomous driving. They need to decide between an end-to-end deep learning approach versus a modular pipeline (perception, planning, control). Which is a key advantage of the modular approach?

A company uses an AI model to screen job applications. The model is trained on historical hiring data that reflects past biases. After deployment, the model disproportionately rejects candidates from certain demographics. Which concept does this best illustrate?

A company wants to use AI to automatically categorize customer support tickets into topics like 'billing', 'technical', 'account'. They have 10,000 labeled examples. Which algorithm is most suitable for this task?

Refer to the exhibit. The training log shows loss and accuracy for a binary classification model. What is the most likely issue with this model?

Exhibit

Training log:
Epoch 1/10 - loss: 0.6932 - accuracy: 0.5023 - val_loss: 0.6941 - val_acc: 0.5001
Epoch 2/10 - loss: 0.6810 - accuracy: 0.5432 - val_loss: 0.7123 - val_acc: 0.4987
Epoch 3/10 - loss: 0.6645 - accuracy: 0.5876 - val_loss: 0.7356 - val_acc: 0.4953
...
Epoch 10/10 - loss: 0.6234 - accuracy: 0.6521 - val_loss: 0.8123 - val_acc: 0.4889

A retail company deploys a machine learning model to predict customer churn. The model outputs a probability between 0 and 1, and churn is predicted if probability > 0.5. After deployment, the model has a high false positive rate (many non-churning customers labeled as churn), which leads to unnecessary retention offers and increased costs. The data science team confirms the model was trained on historical data with a balanced class distribution. The business team wants to reduce false positives while maintaining a reasonable true positive rate. However, they cannot retrain the model because the original training data is no longer available. What is the best course of action to reduce false positives?

A company deploys an AI model to predict equipment failure. The model performs well on historical data but fails to generalize to new data from a different factory. Which concept best describes this issue?

A data scientist trains a linear regression model to predict house prices. The model has high bias and low variance. Which action would most likely reduce bias?

An AI engineer trains a deep learning model for image classification. After training, the training accuracy is 99% but validation accuracy is 85%. Which technique would best address this discrepancy?

A company implements a chatbot using a rule-based system. Users complain the chatbot cannot handle new queries. Which AI approach should be considered to improve flexibility?

An AI model for detecting fraudulent transactions has high precision but low recall. Which business impact is most likely?

A data scientist splits a dataset into training (80%) and test (20%). After training, the model achieves 95% accuracy on training and 60% on test. Which step should the data scientist take first?

An organization wants to classify support tickets into categories (billing, technical, etc.). Which type of machine learning is most suitable?

Which TWO techniques are commonly used to handle missing data in a dataset?

Which THREE factors are common causes of bias in AI systems?

Which TWO statements correctly describe the difference between supervised and unsupervised learning?

Refer to the exhibit. A deep learning model is being trained. Based on the training log, which problem is most evident?

Exhibit

Refer to the exhibit.

```
Epoch 1/10
 - loss: 1.2345 - accuracy: 0.6543 - val_loss: 1.9876 - val_accuracy: 0.4321
Epoch 2/10
 - loss: 1.0123 - accuracy: 0.7123 - val_loss: 2.3456 - val_accuracy: 0.3987
Epoch 3/10
 - loss: 0.8765 - accuracy: 0.7654 - val_loss: 2.8765 - val_accuracy: 0.3654
```

Refer to the exhibit. A data scientist defines a model configuration in JSON. Which component is missing from the configuration for a complete machine learning pipeline?

Exhibit

Refer to the exhibit.

```
{
  "dataset": {
    "name": "customer_churn",
    "features": ["age", "tenure", "monthly_charges", "total_charges"],
    "target": "churn",
    "splits": {
      "train": 0.7,
      "test": 0.15,
      "validation": 0.15
    }
  },
  "model": {
    "type": "RandomForestClassifier",
    "params": {
      "n_estimators": 200,
      "max_depth": 10,
      "random_state": 42
    }
  }
}
```

A hospital uses an AI system to prioritize patient triage based on vital signs and medical history. During a trial, the system consistently assigns lower urgency to elderly patients with chronic conditions, even when their symptoms suggest high risk. Which approach best addresses this bias?

An e-commerce company deploys a recommendation system using collaborative filtering. After launch, the system shows high accuracy for popular items but fails to recommend niche products to users who would likely buy them. Which technique should the team implement to improve recommendations for long-tail items?

A data scientist is training a binary classification model to detect fraudulent transactions. The dataset has 99% legitimate transactions and 1% fraudulent. The model achieves 99% accuracy but fails to catch most fraud. Which metric should the team prioritize to evaluate model performance?

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused AI Concepts and Foundations sessions

Start a AI Concepts and Foundations only practice session

Every question in these sessions is drawn from the AI Concepts and Foundations domain — nothing else.

Related practice questions

Related AI0-001 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the AI0-001 exam test about AI Concepts and Foundations?
AI Concepts and Foundations questions test whether you can apply the concept in context, not just recognise a definition.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just AI Concepts and Foundations questions in a focused session?
Yes — the session launcher on this page draws every question from the AI Concepts and Foundations domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other AI0-001 topics?
Use the topic links above to move to related areas, or go back to the AI0-001 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the AI0-001 exam covers. They are not copied from any real exam or dump site.