Courseiva

AI0-001 · topic practice

AI Security, Ethics and Governance practice questions

Practise CompTIA AI+ AI0-001 AI Security, Ethics and Governance 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 Security, Ethics and Governance

What the exam tests

What to know about AI Security, Ethics and Governance

AI Security, Ethics and Governance 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 Security, Ethics and Governance 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 Security, Ethics and Governance questions

20 questions · select your answer, then reveal the explanation

A healthcare organization deploys an AI system to analyze medical images and detect anomalies. During a routine audit, the security team discovers that the AI model occasionally returns results that include data from patients who have opted out of data sharing. Which security control should be implemented to prevent this violation?

A company uses a machine learning model to recommend products to customers. The marketing team notices that the model is recommending high-profit items more frequently than low-profit items, even when customers are likely to prefer the latter. This behavior is causing customer dissatisfaction. Which approach would best align the model with customer preferences while maintaining profitability?

A security analyst reviews the log file from an AI model server. What is the most likely cause of the crash?

Exhibit

Refer to the exhibit.

```
[2025-03-15 14:23:45] ERROR: Model inference failed for user 'jdoe'.
[2025-03-15 14:23:45] WARNING: Input contains special characters at position 45.
[2025-03-15 14:23:45] INFO: Input length: 1200 characters.
[2025-03-15 14:23:46] ERROR: Memory allocation error during processing.
[2025-03-15 14:23:46] CRITICAL: Model server crashed.
```

An organization implements AI governance following the NIST AI Risk Management Framework. They need to ensure that all model decisions are logged with sufficient detail for later audit. Which logging requirement is most critical for traceability?

A data scientist trains a sentiment analysis model on user reviews. To ensure transparency, they want to explain why the model classified a particular review as negative. Which explainability technique should they use?

A multinational corporation deploys an AI recruitment tool that must comply with GDPR's right to explanation. Which practice best ensures the tool meets this requirement?

Refer to the exhibit. A security engineer is reviewing an AI access control policy. Which of the following is the most significant security weakness in this policy?

Exhibit

Refer to the exhibit.

```json
{
  "policyId": "AI-ACCESS-001",
  "resources": ["model: fraud_detection_v2", "model: credit_scoring_v1"],
  "principals": ["role: data_scientist", "role: auditor"],
  "actions": ["inference", "explain", "audit_log"],
  "conditions": {
    "ipRange": ["10.0.0.0/8", "172.16.0.0/12"],
    "timeWindow": "09:00-17:00",
    "mfaRequired": true
  },
  "effect": "Allow"
}
```

A healthcare AI system misdiagnosed patients due to adversarial inputs. What security measure should be prioritized?

A social media company's AI recommendation system pushes extreme content to users, causing harm. Which ethical principle is most violated?

Refer to the exhibit. Which assessment is most critical for ethical deployment?

Exhibit

AI Model Evaluation Report
Model: LoanClassifier v1.2
Date: 2023-08-15
Accuracy: 0.92
Precision: 0.89
Recall: 0.88
F1: 0.88
Fairness Metric (Demographic Parity Difference): 0.15

A financial institution uses an AI model to approve small business loans. The model has a high approval rate for women-owned businesses but low for minority-owned businesses. The compliance officer is concerned about disparate impact. Which governance process should be implemented first?

A social media company uses an AI content moderation system to filter hate speech. The system uses a natural language processing model trained on user reports. Recently, the model's false positive rate has increased, blocking legitimate posts. An internal audit reveals that a coordinated group of users has been falsely reporting harmless posts, causing the model to learn incorrect patterns. The company needs to address the attack and restore accuracy. The engineering team can modify the training pipeline. What is the most effective first step?

A manufacturing company uses a predictive maintenance AI system to schedule equipment repairs. The system was trained on sensor data from machinery. Recently, the system has been missing failures, leading to unexpected downtime. An investigation reveals that the sensor data from one plant has been corrupted due to a sensor malfunction. The corrupted data was used in retraining. The company needs to restore system accuracy quickly. The data science team can access the training logs. What is the best course of action?

Which TWO of the following are essential components of a responsible AI governance framework?

An organization implements the above access control policy for its AI model registry. During an audit, the auditor discovers that a data scientist deployed a model to production without authorization. Which of the following is the most likely cause?

Exhibit

Refer to the exhibit.

```json
{
  "policy_name": "model_access_ctrl",
  "rules": [
    {
      "role": "data_scientist",
      "permissions": ["train", "evaluate", "deploy_to_staging"],
      "conditions": {
        "time_window": "09:00-17:00",
        "mfa_required": true
      }
    },
    {
      "role": "ml_engineer",
      "permissions": ["deploy_to_production", "monitor", "rollback"],
      "conditions": {
        "approval_required": "manager"
      }
    },
    {
      "role": "auditor",
      "permissions": ["read_logs", "view_versions"],
      "conditions": {}
    }
  ]
}
```

A financial institution is implementing an AI-based fraud detection system. The compliance officer is concerned about potential bias in the model that could lead to unfair treatment of certain customer groups. Which governance practice should be prioritized to address this concern?

An AI system used for resume screening is found to consistently rank male candidates higher than female candidates with similar qualifications. The HR director wants to remediate this bias without significantly reducing model accuracy. Which technique should be applied?

A company is developing an AI chatbot for customer service. The legal team is concerned that the chatbot might generate responses that violate privacy regulations. Which governance mechanism should be implemented to mitigate this risk?

A self-driving car company is testing an AI model for pedestrian detection. During simulation, the model fails to detect pedestrians in low-light conditions. The safety team wants to improve robustness without retraining the entire model from scratch. Which approach is most appropriate?

An e-commerce company uses an AI system to set dynamic prices for products. A customer complains that the price they see is higher than the price shown to a friend for the same product at the same time. The company wants to ensure pricing fairness. Which ethical principle should guide the redesign of the pricing algorithm?

Free account

Track your progress over time

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

Focused AI Security, Ethics and Governance sessions

Start a AI Security, Ethics and Governance only practice session

Every question in these sessions is drawn from the AI Security, Ethics and Governance 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 Security, Ethics and Governance?
AI Security, Ethics and Governance 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 Security, Ethics and Governance questions in a focused session?
Yes — the session launcher on this page draws every question from the AI Security, Ethics and Governance 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.