
Answer-first summary for fast verification
Answer: Store the data in Cloud Storage and use lifecycle management to delete files when they expire.
The correct answer is C. Store the data in Cloud Storage and use lifecycle management to delete files when they expire. This approach allows you to automate the deletion process based on the data's age or a set period of time, ensuring compliance with your company's data retention and deletion policies. It also minimizes the risk of human error that may occur in manual deletion processes and avoids the complexity of maintaining batch scripts to manage data deletion.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company, which has stringent data retention and deletion policies, recently acquired a healthcare startup. This startup has accumulated a large amount of medical information from its customers, which must be retained for up to 4 years depending on when the data was originally created. According to corporate policy and regulatory requirements, this data must be securely retained during the retention period and should be deleted immediately once the retention period is over. Which approach should you take to manage and automate the retention and deletion of this medical data?
A
Store the data in Google Drive and manually delete records as they expire.
B
Anonymize the data using the Cloud Data Loss Prevention API and store it indefinitely.
C
Store the data in Cloud Storage and use lifecycle management to delete files when they expire.
D
Store the data in Cloud Storage and run a nightly batch script that deletes all expired data.
No comments yet.