Data Ownership Roles
Vai trò Sở hữu Dữ liệu
Theory
The 5 Data Roles
| Role | Tiếng Việt | Responsibility | TS Example |
|---|---|---|---|
| Data Owner | Chủ sở hữu dữ liệu | Business leader; sets classification and access policy; ultimately accountable for the data | CTO / Head of Product |
| Data Steward | Quản lý dữ liệu | Day-to-day data quality management; enforces classification decisions made by the owner | Data / Analytics team lead |
| Data Custodian | Người giám hộ dữ liệu | IT / Engineering; implements technical controls; stores, backs up, and protects data per owner policy | Hoa (EM Engineering) |
| Data Processor | Bên xử lý dữ liệu | Third party that processes personal data on behalf of the data controller (GDPR term); must have signed DPA | eKYC Vendor, Card Processor, AML Vendor |
| Data User | Người dùng dữ liệu | Accesses data in the course of their job; must follow handling rules set by the owner | Customer service operations team |
Critical Distinction: Data Owner vs Data Custodian
This is the #1 most-tested distinction in Domain 2. The two roles are fundamentally different:
- What data exists and why
- Classification level
- Who can access and for what purpose
- Retention policy
- Always a business person (not IT)
- Encryption and key management
- Backups and recovery
- Access control enforcement
- Audit logging
- Always an IT/Engineering person
Data Processor (GDPR / DPA Framework)
Under GDPR and Philippines DPA 2012, a Data Processor is a third party that processes personal data on behalf of the Data Controller (the organization that collects the data and determines the purpose).
- Must have a Data Processing Agreement (DPA) signed before any processing begins
- Cannot use the data for their own purposes — only the controller's stated purpose
- Must delete or return data when instructed by the controller
- Must implement appropriate security controls
- Must notify the controller of any data breach promptly
Key Terms
Exam Tips
Work Application — FinTech Company X
| Entity | Role | Data Handled | Obligation |
|---|---|---|---|
| CTO | Data Owner | All customer data in Platform C/Platform B/Partner C | Sets classification, approves access policy |
| Hoa (Engineering EM) | Data Custodian | All data in Platform C platform | Implements AES-256-CTR, RBAC, Vault, audit logs |
| Data / Analytics Lead | Data Steward | Reporting & analytics data | Enforces data quality, classification labels |
| eKYC Vendor | Data Processor | Biometric templates (facial recognition) | Signed DPA; cannot use biometrics for own purposes; must delete on instruction |
| AML Vendor | Data Processor | AML & sanctions screening data | Signed DPA; data residency compliance |
| Card Processor | Data Processor | PAN (card data) — stores PAN, TS holds token only | Signed DPA; PCI-DSS certified |
| Customer Service Ops | Data User | Customer loan & account info | Must follow access policy; need-to-know only |
Practice Questions
Q1. An auditor asks: "Who is responsible for classifying customer PII in Platform C?" The correct answer is:
A) The Data Custodian (Engineering EM) B) The Data Owner (CTO) C) The Data Steward D) The DBA who manages the database
✓ B) The Data Owner (CTO)Q2. Hoa's engineering team implements AES-256-CTR encryption for all PII stored in PostgreSQL. Which data role does this activity represent?
A) Data Owner B) Data Steward C) Data Custodian D) Data Processor
✓ C) Data CustodianQ3. eKYC Vendor processes biometric facial recognition data on behalf of FinTech Company X. Which data role does eKYC Vendor hold?
A) Data Owner B) Data Controller C) Data Processor D) Data Custodian
✓ C) Data ProcessorQ4. What legal document must be in place between FinTech Company X and eKYC Vendor before eKYC Vendor can begin processing biometric data?
A) NDA (Non-Disclosure Agreement) B) SLA (Service Level Agreement) C) DPA (Data Processing Agreement) D) MSA (Master Service Agreement)
✓ C) DPA (Data Processing Agreement)Q5. The CTO declares: "All customer PII collected via Platform C must be classified as Restricted." Which data role is the CTO performing?
A) Data Custodian B) Data Steward C) Data Owner D) Data Processor
✓ C) Data Owner