nerdexam
Microsoft

DP-300 · Question #36

You have a new Azure SQL database. The database contains a column that stores confidential information. You need to track each time values from the column are returned in a query. The tracking…

The correct answer is A. Turn on auditing and write audit logs to an Azure Storage account. C. Turn on Advanced Data Security for the Azure SQL server. D. Apply sensitivity labels named Highly Confidential to the column. C: Advanced Data Security (ADS) is a unified package for advanced SQL security capabilities. ADS is available for Azure SQL Database, Azure SQL Managed Instance, and Azure Synapse Analytics. It includes functionality for discovering and classifying sensitive data D: You can…

Submitted by skyler.x· Mar 6, 2026Implement a secure environment

Question

You have a new Azure SQL database. The database contains a column that stores confidential information. You need to track each time values from the column are returned in a query. The tracking information must be stored for 365 days from the date the query was executed. Which three actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Exhibit

DP-300 question #36 exhibit

Options

  • ATurn on auditing and write audit logs to an Azure Storage account.
  • BAdd extended properties to the column.
  • CTurn on Advanced Data Security for the Azure SQL server.
  • DApply sensitivity labels named Highly Confidential to the column.
  • ETurn on Azure Advanced Threat Protection (ATP).

How the community answered

(46 responses)
  • A
    46% (21)
  • B
    17% (8)
  • E
    37% (17)

Explanation

C: Advanced Data Security (ADS) is a unified package for advanced SQL security capabilities. ADS is available for Azure SQL Database, Azure SQL Managed Instance, and Azure Synapse Analytics. It includes functionality for discovering and classifying sensitive data D: You can apply sensitivity-classification labels persistently to columns by using new metadata attributes that have been added to the SQL Server database engine. This metadata can then be used for advanced, sensitivity-based auditing and protection scenarios. A: An important aspect of the information-protection paradigm is the ability to monitor access to sensitive data. Azure SQL Auditing has been enhanced to include a new field in the audit log called data_sensitivity_information. This field logs the sensitivity classifications (labels) of the data that was returned by a query. Here's an example: https://docs.microsoft.com/en-us/azure/azure-sql/database/data-discovery-and-classification-

Community Discussion

No community discussion yet for this question.

Full DP-300 Practice