ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 52 - DP-300 discussion

Report
Export

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.

A.
Turn on auditing and write audit logs to an Azure Storage account.
Answers
A.
Turn on auditing and write audit logs to an Azure Storage account.
B.
Add extended properties to the column.
Answers
B.
Add extended properties to the column.
C.
Turn on Advanced Data Security for the Azure SQL server.
Answers
C.
Turn on Advanced Data Security for the Azure SQL server.
D.
Apply sensitivity labels named Highly Confidential to the column.
Answers
D.
Apply sensitivity labels named Highly Confidential to the column.
E.
Turn on Azure Advanced Threat Protection (ATP).
Answers
E.
Turn on Azure Advanced Threat Protection (ATP).
Suggested answer: A, C, D

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:

Reference:

https://docs.microsoft.com/en-us/azure/azure-sql/database/data-discovery-and-classification-overview

asked 02/10/2024
Antonio Pombo
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first