
Answer-first summary for fast verification
Answer: 1. Create a pipeline to de-identify the email field by using recordTransformations in Cloud DLP with format-preserving encryption with FFX as the de-identification transformation type. 2. Load the booking and user profile data into a BigQuery table.
The correct answer is option D. Here's why: Option D is correct because it suggests using format-preserving encryption with FFX as the de-identification transformation type. This method encrypts sensitive data (like email addresses) while maintaining the original data's format and length, allowing analysts to perform analysis without accessing actual email addresses. Other options either obscure the data too much for analysis (A and B) or focus on masking rather than de-identifying (C), which doesn't meet the analysts' needs for data analysis while protecting PII.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your company's data platform receives CSV files containing booking and user profile data, stored in Cloud Storage. The goal is to combine these datasets using the email field for analysis, while ensuring personally identifiable information (PII) remains protected. How should you de-identify the email field before loading the data into BigQuery for analysis?
A
B
C
D