exam questions

Exam DP-203 All Questions

View all questions & answers for the DP-203 exam

Exam DP-203 topic 3 question 24 discussion

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

You are designing database for an Azure Synapse Analytics dedicated SQL pool to support workloads for detecting ecommerce transaction fraud.
Data will be combined from multiple ecommerce sites and can include sensitive financial information such as credit card numbers.
You need to recommend a solution that meets the following requirements:
Users must be able to identify potentially fraudulent transactions.

✑ Users must be able to use credit cards as a potential feature in models.
✑ Users must NOT be able to access the actual credit card numbers.
What should you include in the recommendation?

  • A. Transparent Data Encryption (TDE)
  • B. row-level security (RLS)
  • C. column-level encryption
  • D. Azure Active Directory (Azure AD) pass-through authentication
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
juanlu46
Highly Voted 2 years ago
Selected Answer: C
By discard, is C, you can create a symetric key to encript a data, for example one column, and then use this data as feature of the model https://docs.microsoft.com/en-us/sql/relational-databases/security/encryption/encrypt-a-column-of-data?view=sql-server-ver15 The other options that not meet the requeriments: - TDE encript data, but decrypt when you query https://docs.microsoft.com/en-us/azure/azure-sql/database/transparent-data-encryption-tde-overview?tabs=azure-portal - RLS is for row restriction, not meet the requeriment - Azure AD pass-through is for authentication
upvoted 15 times
...
kkk5566
Most Recent 8 months ago
Selected Answer: C
C. Column-level encryption
upvoted 1 times
...
_Lukas_
9 months, 1 week ago
C. Column-level encryption Explanation: The given requirement is to enable users to utilize credit card data for model features but to not have access to the actual credit card numbers. Column-level encryption serves this purpose best as it allows for specific columns (in this case, the credit card number column) to be encrypted, while still enabling operations on the data. A. Transparent Data Encryption (TDE): This encrypts the physical files of the database, but not specific columns. It doesn't fit the requirement here. B. Row-level security (RLS): This restricts data access at the row level based on certain filters. It doesn't offer column-specific security, and thus isn't the best choice here. D. Azure Active Directory (Azure AD) pass-through authentication: This is an authentication method, not an encryption method. It would not be applicable for protecting specific data within the database.
upvoted 3 times
...
yogiazaad
1 year, 3 months ago
Looks like the column level encryption is still in preview. https://azure.microsoft.com/en-us/updates/columnlevel-encryption-for-azure-synapse-analytics/
upvoted 2 times
...
yogiazaad
1 year, 3 months ago
IS column level encryption supported on Dedicated SQL Pools? The question is relate to Dedicated Pool?
upvoted 1 times
...
Deeksha1234
1 year, 8 months ago
correct
upvoted 1 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago