Privacy in Emerging Technologies Questions
Privacy challenges raised by newer technologies and business models: AI and machine learning, biometrics, IoT, and other data-intensive innovations, plus how regulators are responding. Covers anticipating future privacy risks and adapting practices ahead of formal rules. Includes reasoning about privacy in novel data uses where guidance is still forming.
Compare consent management approaches for two business models: (1) a subscription service that collects explicit user-provided data, and (2) an ad-supported platform that collects behavioral signals. Discuss consent granularity, opt-in vs opt-out, revocation handling, and technical enforcement strategies an ML engineer should implement.
Design a protocol for hospitals to collaboratively train a diagnostic model using federated learning combined with secure aggregation and differential privacy. Discuss communication costs, convergence issues with non-iid data, aggregation frequency, per-hospital privacy budget allocation, and compliance with HIPAA and local healthcare regulations.
Build a threat model for a ride-sharing ML pipeline (trip records, anonymized locations) where adversaries may infer riders' home locations from 'anonymized' trip data. Identify likely attackers (external analyst, malicious insider), attack vectors (linkage with public events or external datasets), likelihood and impact, and propose mitigations (spatio-temporal generalization, differential privacy, data minimization) and detection controls.
Explain privacy implications of logging feature inputs and model predictions in production. Propose a redaction and anonymization strategy (hashing, tokenization, sampling, storing aggregates), access controls, and retention policies that balance debugging needs with user privacy. Include how you'd enable reproducible debugging without exposing raw PII.
Given schema: users(user_id INT PK, email VARCHAR, created_at TIMESTAMP) and transactions(trans_id INT PK, user_id INT, amount DECIMAL, ts TIMESTAMP), write SQL statements to pseudonymize the email field using reversible encryption (assume PostgreSQL functions pgp_sym_encrypt/pgp_sym_decrypt). Outline a plan for key rotation and re-encrypting stored tokens safely without data loss.
Unlock Full Question Bank
Get access to all 40 Privacy in Emerging Technologies interview questions and detailed answers.
Sign in to ContinueJoin thousands of developers preparing for their dream job.