exam questions

Exam DP-203 All Questions

View all questions & answers for the DP-203 exam

Exam DP-203 topic 3 question 37 discussion

Actual exam question from Microsoft's DP-203
Question #: 37
Topic #: 3
[All DP-203 Questions]

You have an Azure Synapse Analytics dedicated SQL pool that contains a table named dbo.Users.

You need to prevent a group of users from reading user email addresses from dbo.Users.

What should you use?

  • A. column-level security
  • B. row-level security (RLS)
  • C. Transparent Data Encryption (TOE)
  • D. dynamic data masking
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Iamthealpha
Highly Voted 2 years, 1 month ago
The appropriate feature to use to prevent a group of users from reading user email addresses from dbo.Users in an Azure Synapse Analytics dedicated SQL pool is option A, column-level security. Option B, row-level security (RLS), is used to filter rows in a table based on the user executing a query, but it cannot prevent certain columns from being read by a group of users. Option C, Transparent Data Encryption (TDE), encrypts data at rest and does not prevent a group of users from reading specific columns in a table. Option D, dynamic data masking, is used to mask sensitive data in query results, but it does not prevent a group of users from reading the actual values in a column. Therefore, option A, column-level security, is the most appropriate feature to use to prevent a group of users from reading user email addresses from dbo.Users in an Azure Synapse Analytics dedicated SQL pool. Column-level security can be used to deny read access to specific columns in a table based on a user or group's permissions.
upvoted 16 times
...
halamgir15
Highly Voted 2 years, 2 months ago
I think it should be D: dynamic data masking
upvoted 7 times
...
BozaXephon
Most Recent 6 months, 3 weeks ago
Selected Answer: A
answer ist correct
upvoted 1 times
...
kkk5566
1 year, 9 months ago
Selected Answer: A
correct
upvoted 1 times
...
RoyP654
2 years ago
I guess i missed reading about it, but how do you implement column-level security? If via view, folks still have access to the underlying table. Let me know.
upvoted 1 times
RoyP654
2 years ago
sorry, pls ignore my comment here
upvoted 1 times
...
...
shakes103
2 years, 2 months ago
Selected Answer: A
A is correct. Column-level security simplifies the design and coding of security in your application, allowing you to restrict column access to protect sensitive data. For example, ensuring that specific users can access only certain columns of a table pertinent to their department.
upvoted 5 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...