Google Cloud Professional Cloud Architect — Question 118

You are working at a sports association whose members range in age from 8 to 30. The association collects a large amount of health data, such as sustained injuries. You are storing this data in BigQuery. Current legislation requires you to delete such information upon request of the subject. You want to design a solution that can accommodate such a request. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer, A, ensures that all data associated with a specific individual can be completely deleted with a straightforward query using their unique identifier. Option B complicates the process by introducing an additional step of querying Data Catalog, which may not guarantee complete deletion. Option C only creates a filtered view and does not remove the data from the table itself, leaving potential compliance issues. Option D does not effectively delete the data but rather obscures it, failing to meet the requirement for deletion upon request.