Question 441 of 500
AI Implementation and OperationshardMultiple ChoiceObjective-mapped

Quick Answer

The correct design approach is to implement an audit trail that logs interactions with a unique user identifier and provide a mechanism to delete logs upon user request. This works because GDPR mandates that personal data be stored only as long as necessary and grants data subjects the right to erasure under Article 17. By tying each chatbot interaction to a unique identifier and enabling deletion on demand, the system can fulfill data subject access requests (DSARs) while still maintaining a verifiable audit trail for compliance monitoring. On the CompTIA AI+ AI0-001 exam, this question tests your understanding of balancing operational logging needs with regulatory privacy obligations—a common trap is choosing a solution that logs everything indefinitely for “security” without a deletion mechanism. Remember the memory tip: “Log it, tag it, then bag it”—log with a unique ID, tag the user, and bag (delete) the data when requested.

AI0-001 AI Implementation and Operations Practice Question

This AI0-001 practice question tests your understanding of ai implementation and operations. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. 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.

An organization is implementing an AI-powered chatbot for customer service. The chatbot must comply with GDPR and handle data subject access requests (DSARs). Which design approach best ensures compliance?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

Question 1hardmultiple choice
Full question →

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

Implement an audit trail that logs interactions with a unique user identifier, and provide a mechanism to delete logs upon user request.

Option C is correct because GDPR requires that personal data be stored only as long as necessary and that data subjects have the right to erasure. By logging interactions with a unique user identifier and providing a deletion mechanism, the chatbot can fulfill DSARs while maintaining an audit trail for compliance monitoring. This approach balances operational needs with regulatory obligations.

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.

  • Minimize data collection by not logging any user interactions.

    Why it's wrong here

    While minimizing data is good, it prevents auditing and debugging; also, DSARs require proving data was not processed if not retained.

  • Anonymize all user data before logging interactions.

    Why it's wrong here

    Anonymization may prevent re-identification, but DSARs require access to personal data; anonymized data is not personal data, but the organization must still be able to identify the user's data before anonymization.

  • Implement an audit trail that logs interactions with a unique user identifier, and provide a mechanism to delete logs upon user request.

    Why this is correct

    This ensures compliance with the right to access and erasure under GDPR.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Encrypt all chat logs and store them indefinitely for audit purposes.

    Why it's wrong here

    Indefinite storage violates the storage limitation principle; encryption does not exempt from deletion requests.

Common exam traps

Common exam trap: answer the scenario, not the keyword

CompTIA often tests the misconception that GDPR requires complete data minimization (Option A) or indefinite encryption (Option D), when in fact the regulation mandates a balance between data utility and privacy rights, including the ability to delete data upon request.

Detailed technical explanation

How to think about this question

Under the hood, GDPR Article 17 (Right to erasure) requires that upon a DSAR, the controller must delete personal data without undue delay. An audit trail that logs interactions with a unique user identifier (e.g., a hashed customer ID) allows the system to locate and delete all records associated with that user while preserving the integrity of other logs. In practice, this is often implemented using a soft-delete flag or a separate deletion journal, ensuring that the deletion action itself is logged for compliance verification without retaining the personal data.

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

What is the correct answer to this question?

The correct answer is: Implement an audit trail that logs interactions with a unique user identifier, and provide a mechanism to delete logs upon user request. — Option C is correct because GDPR requires that personal data be stored only as long as necessary and that data subjects have the right to erasure. By logging interactions with a unique user identifier and providing a deletion mechanism, the chatbot can fulfill DSARs while maintaining an audit trail for compliance monitoring. This approach balances operational needs with regulatory obligations.

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.

Are there clue words in this question I should notice?

Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

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: Jun 30, 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.