Question 279 of 1,000
AI Security, Ethics and GovernanceeasyMultiple ChoiceObjective-mapped

AI0-001 AI Security, Ethics and Governance Practice Question

This AI0-001 practice question tests your understanding of ai security, ethics and governance. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. 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

[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?

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

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.

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.

  • 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.

    Related concept

    Read the scenario before looking for a memorised answer.

  • pii_detection = enabled

    Why it's wrong here

    PII detection is about privacy, not security.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Cisco 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.

Detailed technical explanation

How to think about this question

Adversarial defenses often include techniques like adversarial training (adding perturbed examples to the training set) or input preprocessing (e.g., feature squeezing, JPEG compression) to reduce the effect of small perturbations. When `enable_adversarial_defense = false`, the model is deployed without these protections, making it highly susceptible to crafted inputs that exploit gradient-based attacks like FGSM or PGD. In real-world scenarios, this could allow an attacker to cause a self-driving car to misclassify a stop sign as a speed limit sign by adding imperceptible noise.

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 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 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 Security, Ethics and Governance — This question tests AI Security, Ethics and Governance — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: 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.

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

Keep practising

More AI0-001 practice questions

Last reviewed: Jul 4, 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.