
Ultimate access to all questions.
You are designing a data solution for a financial institution that requires strict access controls to prevent unauthorized data access. The solution involves using Azure Data Lake Storage Gen2. You need to implement a security strategy that includes both role-based access control and fine-grained access control. How would you achieve this?
A
Use Azure role-based access control (RBAC) for broad access control and POSIX-like ACLs for fine-grained access control.
B
Implement row-level security in Azure SQL Database to control access to the data.
C
Encrypt all data in Azure Data Lake Storage Gen2 and manage access through decryption keys.
D
Use dynamic data masking to restrict access to sensitive data in Azure Data Lake Storage Gen2.