After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have an Azure SQL database named DB1 that contains a table named Table1. Table1 has a field named Customer_ID that is varchar(22). You need to implement masking for the Customer_ID field to meet the following requirements: ✑ The first two prefix characters must be exposed. ✑ The last four suffix characters must be exposed. ✑ All other characters must be masked. Solution: You implement data masking and use a random number function mask. Does this meet the goal? A. Yes B. No Suggested Answer: B Must use Custom Text data masking, which exposes the first and last characters and adds a custom padding string in the middle. References: https://docs.microsoft.com/en-us/azure/sql-database/sql-database-dynamic-data-masking-get-started This question is in DP-200 Microsoft Azure Data Engineer Exam For getting Microsoft Certified: Azure Data Engineer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer