Topic 1 Question 41
Your customer support tool logs all email and chat conversations to Cloud Bigtable for retention and analysis. What is the recommended approach for sanitizing this data of personally identifiable information or payment card information before initial storage?
Hash all data using SHA256
Encrypt all data using elliptic curve cryptography
De-identify the data with the Cloud Data Loss Prevention API
Use regular expressions to find and redact phone numbers, email addresses, and credit card numbers
解説
ユーザの投票
コメント(17)
C is the answer
👍 22AWS562020/01/12The recommended approach for sanitizing data of personally identifiable information or payment card information before storing it in Cloud Bigtable is option C: De-identify the data with the Cloud Data Loss Prevention API.
The Cloud Data Loss Prevention (DLP) API is a powerful tool that allows you to automatically discover, classify, and redact sensitive data in your organization. It uses advanced machine learning techniques to accurately identify and protect a wide range of sensitive data types, including personal information such as names, addresses, phone numbers, and payment card information.
Using the DLP API to de-identify your data before storing it in Cloud Bigtable is the most effective way to ensure that sensitive information is protected and not accessible to unauthorized users.
👍 6omermahgoub2022/12/21Effectively reduce data risk with de-identification methods like masking and tokenization https://cloud.google.com/dlp
👍 3sidhappy2021/04/21
シャッフルモード