Courseiva
AI SecurityhardMultiple ChoiceObjective-mapped

AI0-001 AI Security Practice Question

An organization uses an LLM to generate financial reports. They want to ensure the model does not output sensitive customer data that it may have memorized during training. Which technique should be implemented in the AI pipeline to detect and block such outputs?

⚠ Common exam trap

The AI0-001 exam often tests the distinction between input controls (validation) and output controls (filtering), tricking candidates into choosing input validation because they focus on preventing data from entering the system rather than catching data that the model generates from memory.

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

Output filtering

Output filtering is the correct technique because it operates after the LLM generates a response, scanning the output for sensitive data patterns (e.g., PII, financial account numbers) and blocking or redacting them before delivery. This directly addresses the risk of the model regurgitating memorized customer data from its training set, which input validation cannot catch since the sensitive data appears only in the output.

Answer analysis

Option-by-option breakdown

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

  • Input validation

    Why it's wrong here

    Input validation checks user inputs, not model outputs.

  • Output filtering

    Why this is correct

    Output filtering inspects model responses for sensitive content and prevents leakage.

  • Rate limiting

    Why it's wrong here

    Rate limiting does not inspect content.

  • Federated learning

    Why it's wrong here

    Federated learning is a training technique, not a real-time output check.

About these practice questions

Courseiva writes every AI0-001 question from scratch — 754 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. 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.