Skip to content
PPreptima

Regulation & Compliance interview questions

The rules that reach into system design across every industry, and the difference between having a control, implementing it, and being able to evidence it.

10 published across 5 topics.

Regulation and compliance fundamentals58 short answers on one page, for revising rather than studying.

Data Privacy

2 questions

Lawful basis, subject rights, consent, and where erasure collides with append-only design.

Data Residency & Transfers

2 questions

Where data may live, cross-border transfer, and the architecture that follows.

Auditability & Evidence

2 questions

Audit trails versus logs, tamper-evidence, retention, and what an auditor actually accepts.

mediumDesignConceptScenario

How do you design a system so an auditor can prove who accessed a record and why?

You need a purpose-built audit trail, not application logs: guaranteed-capture, append-only records of actor, subject identifier, action, server time, outcome and stated purpose, made tamper-evident by hash chaining and anchored write-only storage, and held where whoever can change the data cannot change its record.

8 minmid, senior, staff

Access Control & Separation of Duties

2 questions

Least privilege, privileged access, approval flows and toxic combinations.

Standards & Certification

2 questions

SOC 2, ISO 27001 and PCI DSS in engineering terms, and what certification does not mean.