ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 11 - DP-203 discussion

Report
Export

You have a SQL pool in Azure Synapse that contains a table named dbo.Customers. The table contains a column name Email. You need to prevent nonadministrative users from seeing the full email addresses in the Email column. The users must see values in a format of a [email protected] instead. What should you do?

A.
From Microsoft SQL Server Management Studio, set an email mask on the Email column.
Answers
A.
From Microsoft SQL Server Management Studio, set an email mask on the Email column.
B.
From the Azure portal, set a mask on the Email column.
Answers
B.
From the Azure portal, set a mask on the Email column.
C.
From Microsoft SQL Server Management Studio, grant the SELECT permission to the users for all the columns in the dbo.Customers table except Email.
Answers
C.
From Microsoft SQL Server Management Studio, grant the SELECT permission to the users for all the columns in the dbo.Customers table except Email.
D.
From the Azure portal, set a sensitivity classification of Confidential for the Email column.
Answers
D.
From the Azure portal, set a sensitivity classification of Confidential for the Email column.
Suggested answer: D

Explanation:

The Email masking method, which exposes the first letter and replaces the domain with XXX.com using a constant string prefix in the form of an email address. [email protected]

Reference: https://docs.microsoft.com/en-us/azure/azure-sql/database/dynamic-data-masking-overview

asked 02/10/2024
mostafa badawi
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first