
Ultimate access to all questions.
Your application development team needs 10,000 real transaction records to test a new feature that includes format validation for credit card Primary Account Numbers (PANs). You must fulfill this request while minimizing the risk of exposing Personally Identifiable Information (PII). What should you do?
A
Run the new application by using Confidential Computing to ensure PII and card PAN is encrypted in use.
B
Scan and redact PII from the records by using the Cloud Data Loss Prevention API. Perform format-preserving encryption on the card PAN.
C
Encrypt the records by using Cloud Key Management Service to protect the PII and card PAN.
D
Build a tool to replace the card PAN and PII fields with randomly generated values.