nerdexam
Microsoft

70-473 · Question #19

A solution for the data warehouse system must be created to provide disaster recovery between SQL03 and an Azure virtual machine named SQL04. You need to recommend an auditing solution that meets the

The correct answer is A. Transaction Management B. Stored Procedure D. Login. For an auditing solution in a SQL data warehouse, it is essential to include events related to transaction management, stored procedure execution, and user logins.

Design and implement data security

Question

A solution for the data warehouse system must be created to provide disaster recovery between SQL03 and an Azure virtual machine named SQL04. You need to recommend an auditing solution that meets the business goals. Which three events should you include in the recommendation? Each correct answer presents part of the solution.

Options

  • ATransaction Management
  • BStored Procedure
  • CPlain SQL
  • DLogin
  • EFailed Connections

How the community answered

(48 responses)
  • A
    81% (39)
  • C
    6% (3)
  • E
    13% (6)

Why each option

For an auditing solution in a SQL data warehouse, it is essential to include events related to transaction management, stored procedure execution, and user logins.

ATransaction ManagementCorrect

Auditing Transaction Management events tracks modifications made to data within the database, which is crucial for monitoring data integrity and changes in a data warehouse environment.

BStored ProcedureCorrect

Auditing Stored Procedure execution provides visibility into operations performed by predefined code, helping to track application-level actions and potential data manipulation.

CPlain SQL

While 'Plain SQL' includes many operations, specific categories like 'Transaction Management' and 'Stored Procedure' offer more targeted and actionable auditing insights, making 'Plain SQL' too broad for a specific recommendation.

DLoginCorrect

Auditing Login events records both successful and failed attempts to access the SQL Server, which is fundamental for security monitoring and detecting unauthorized access attempts.

EFailed Connections

'Failed Connections' is typically a subset of 'Login' events, as failed connection attempts are usually recorded as failed logins; it is not a distinct, top-level auditing event category separate from login for general auditing purposes.

Concept tested: SQL Server auditing event categories

Source: https://learn.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions

Topics

#SQL Server auditing#Security auditing#Audit events

Community Discussion

No community discussion yet for this question.

Full 70-473 Practice