nerdexam
Microsoft

70-473 · Question #68

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might h

The correct answer is B. No. Creating a Database Audit Specification in the master database will only audit events within the master database and does not define where the audit information is written.

Design and implement data security

Question

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. 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 plan to configure auditing for a Microsoft SQL Server instance that contains 17 databases. You need to audit all of the SELECT statements that are executed against all of the databases. The solution must ensure that all gathered information is written to the application log. Solution: You create a Database Audit Specification in the master database. Does this meet the goal?

Options

  • AYes
  • BNo

How the community answered

(18 responses)
  • A
    11% (2)
  • B
    89% (16)

Why each option

Creating a Database Audit Specification in the master database will only audit events within the master database and does not define where the audit information is written.

AYes
BNoCorrect

A Database Audit Specification configured in the master database will only capture SELECT statements executed against objects within the master database, failing to meet the requirement to audit all databases on the instance.

Concept tested: SQL Server Database Audit Specification scope

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

Topics

#SQL Server auditing#SELECT statement auditing#Database security#Compliance

Community Discussion

No community discussion yet for this question.

Full 70-473 Practice