SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 216


A company needs to allow some users to see Personally Identifiable Information (PII) while limiting other users from seeing the full value of the PII.

Which Snowflake feature will support this?

Show Answer
Correct Answer: B

To allow certain users to view Personally Identifiable Information (PII) while restricting others from seeing the full value, Data Masking Policies are the appropriate feature in Snowflake. Data masking enables conditional display of data based on user roles and permissions, showing masked or obfuscated values to unauthorized users and full values to authorized users. This controlled exposure of PII ensures compliance with privacy regulations and secures sensitive information.

Discussion

8 comments
Sign in to comment
YokoSumiGaeshiOption: B
Feb 21, 2023

If you have a table with a column including PII, masking rows will not solve the issue. What we need is to make the data in this column visible to some, and masked to some. Thus we need to use dynamic data masking.

DK_1Option: B
Feb 19, 2023

Row access policy limits the access to the row itself while Masking policy will allow to see the data value but not the actual value.

AS314
Dec 25, 2022

https://community.snowflake.com/s/article/Methods-for-Securing-PII-Data-in-Snowflake I think both first and second options are correct

N89Option: A
Feb 11, 2023

Row acess policies can have specific roles included in the definition. The correct option is A.

c0d3gOption: D
May 15, 2023

https://community.snowflake.com/s/article/How-to-Secure-PII-Data-with-Data-Masking

c0d3g
May 15, 2023

The correct answer is B, Dynamic Data Masking

MultiCloudIronManOption: B
Jul 13, 2023

B is correct

_yyuktaOption: B
Feb 26, 2024

B. Data masking policies

Mallikharjuna452Option: B
Jul 21, 2024

Data Masking Policies