InterviewStack.io LogoInterviewStack.io

Data Subject Rights and Request Handling Questions

Operationalizing individual rights: access, rectification, erasure, portability, restriction, and objection requests. Covers identity verification, response timelines, locating data across systems to fulfill a request, and handling edge cases and exemptions. Includes designing systems that can execute deletion and export reliably at scale.

HardSystem Design
75 practiced

Design a pipeline for training and serving models on user-sensitive data under GDPR constraints. Include data minimization practices, anonymization/pseudonymization strategies, use of differential privacy or federated learning, access controls, consent logging, retention policies, and how you would answer a data-subject's 'right to be forgotten' request with respect to models trained on their data.

HardTechnical
77 practiced

Propose an algorithmic approach and engineering architecture to perform selective model unlearning where records for a subset of users must be removed without retraining the entire model from scratch. Discuss SISA, influence functions, fine-tuning approaches, completeness guarantees, and integration into CI/CD.

That is every published Data Subject Rights and Request Handling question for AI Engineer so far. Browse the other topics in this category, or practice this one interactively.