CDPSE · Question #342
Rounding and nulling are examples of which type of data de-identification function?
The correct answer is C. Masking. Rounding (reducing precision, e.g., changing a birthdate to birth year) and nulling (replacing a value with null/blank) are both forms of data masking - techniques that obscure or suppress specific data values to prevent identification while retaining a usable dataset structure.
Question
Rounding and nulling are examples of which type of data de-identification function?
Options
- AHashing
- BTokenization
- CMasking
- DSalting
How the community answered
(21 responses)- A5% (1)
- C90% (19)
- D5% (1)
Explanation
Rounding (reducing precision, e.g., changing a birthdate to birth year) and nulling (replacing a value with null/blank) are both forms of data masking - techniques that obscure or suppress specific data values to prevent identification while retaining a usable dataset structure. Hashing (A) transforms data into a fixed-length digest using an algorithm. Tokenization (B) replaces sensitive data with a non-sensitive surrogate token. Salting (D) adds random data to input before hashing to prevent rainbow table attacks. None of those techniques involve rounding or nulling values.
Topics
Community Discussion
No community discussion yet for this question.