ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 58 - DP-300 discussion

Report
Export

HOTSPOT

You have an Azure SQL database that contains a table named Customer. Customer has the columns shown in the following table.

You plan to implement a dynamic data mask for the Customer_Phone column. The mask must meet the following requirements:

The first six numerals of each customer’s phone number must be masked.

The first six numerals of each customer’s phone number must be masked.

The last four digits of each customer’s phone number must be visible.

Hyphens must be preserved and displayed.

How should you configure the dynamic data mask? To answer, select the appropriate options in the answer area.


Question 58
Correct answer: Question 58

Explanation:

Box 1: 0

Custom String : Masking method that exposes the first and last letters and adds a custom padding string in the middle. prefix,[padding],suffix

Box 2: xxx-xxx

Box 3: 5

Reference:

https://docs.microsoft.com/en-us/sql/relational-databases/security/dynamic-data-masking

asked 02/10/2024
Stefano Humphries
40 questions
User
0 comments
Sorted by

Leave a comment first