
Answer-first summary for fast verification
Answer: Adjust the folder permissions to 'No Permissions' for all users.
To prevent unauthorized access to the PII data in the CSV files, leveraging folder-level permissions is effective. By setting the folder permission to 'No Permissions', you restrict users' ability to perform operations on the folder, thereby protecting the PII data. This approach addresses the issue without altering the data itself. More information can be found on folder-level permissions in Databricks.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How can PII data in newly imported CSV files be protected before it becomes part of a Delta table, given that the files are currently stored in a widely accessible workspace folder?
A
Delete the data folder permanently to safeguard the PII data.
B
Grant users 'Can Manage' permission on the folder containing the PII data.
C
Replace the data with hash keys corresponding to the file names.
D
Remove the column with PII data after converting the CSV files to DataFrames.
E
Adjust the folder permissions to 'No Permissions' for all users.
No comments yet.