Courseiva
AI Security, Ethics and GovernanceeasyMultiple ChoiceObjective-mapped

AI0-001 AI Security, Ethics and Governance Practice Question

Exhibit

[security]
enable_model_encryption = false
enable_input_sanitization = true
enable_adversarial_defense = false
audit_level = basic
[privacy]
data_minimization = enabled
pii_detection = enabled
[governance]
fairness_audit = quarterly

Refer to the exhibit. A security auditor identifies a critical vulnerability that could allow an attacker to manipulate model inputs to cause misclassification. Which configuration setting is most directly responsible for this vulnerability?

⚠ Common exam trap

The AI0-001 exam often tests the distinction between input sanitization (which handles malformed or malicious data) and adversarial defense (which specifically counters perturbation-based attacks), causing candidates to mistakenly choose input sanitization as the answer.

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

enable_adversarial_defense = false

The vulnerability described is an adversarial attack on model inputs, which directly exploits the absence of adversarial defenses. Setting `enable_adversarial_defense = false` disables mechanisms like adversarial training or input perturbation detection that prevent misclassification from manipulated inputs. This configuration is the most direct root cause because it explicitly turns off the defense designed to counter such attacks.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • enable_input_sanitization = true

    Why it's wrong here

    Input sanitization helps but is not specifically against adversarial examples.

  • audit_level = basic

    Why it's wrong here

    Audit level affects logging, not attack prevention.

  • enable_adversarial_defense = false

    Why this is correct

    Disabling adversarial defense leaves the model vulnerable.

  • pii_detection = enabled

    Why it's wrong here

    PII detection is about privacy, not security.

About these practice questions

One of 754 original AI0-001 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

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.