Courseiva
AI Security, Ethics and GovernancehardMultiple ChoiceObjective-mapped

AI0-001 AI Security, Ethics and Governance Practice Question

A research lab trains a language model using DP-SGD. What primary privacy risk does this technique mitigate?

⚠ Common exam trap

The AI0-001 exam often tests the distinction between privacy risks (membership inference, model inversion) and security risks (poisoning, adversarial examples), and the trap here is that candidates confuse 'privacy risk' with 'security risk' and pick data poisoning or adversarial attacks instead of recognizing that DP-SGD is specifically designed for differential privacy against membership inference.

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

Membership inference attacks

DP-SGD (Differentially Private Stochastic Gradient Descent) mitigates membership inference attacks by adding calibrated noise to gradients during training, which bounds the influence any single training example can have on the final model. This differential privacy guarantee makes it difficult for an adversary to determine whether a specific data point was included in the training set, directly addressing the core risk of membership inference.

Answer analysis

Option-by-option breakdown

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

  • Data poisoning attacks

    Why it's wrong here

    Data poisoning affects model integrity, not privacy.

  • Membership inference attacks

    Why this is correct

    DP-SGD explicitly bounds the contribution of each datapoint, making membership inference harder.

  • Adversarial patch attacks

    Why it's wrong here

    Adversarial patches are a security, not privacy, issue.

  • Model inversion attacks

    Why it's wrong here

    Model inversion tries to reconstruct representative samples; DP-SGD provides limited defense but is primarily against memorization.

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.