Free DP-300 Exam Braindumps (page: 18)

Page 17 of 76

You have an Azure SQL managed instance named SQLMI1 that hosts 10 databases.
You need to implement alerts by using Azure Monitor.

The solution must meet the following requirements:
-Minimize costs.
-Aggregate Intelligent Insights telemetry from each database.

What should you do?

  1. From the Diagnostic settings of each database, select Send to Log Analytics.
  2. From the Diagnostic settings of each database, select Stream to an event hub.
  3. From the Diagnostic settings of SQLMI1, select Send to Log Analytics.
  4. From the Diagnostic settings of SQLMI1, select Stream to an event hub.

Answer(s): A


Reference:

https://docs.microsoft.com/en-us/azure/azure-sql/database/metrics-diagnostic-telemetry-logging-streaming- export-configure?tabs=azure-portal#configure-the-streaming-export-of-diagnostic-telemetry



You have an Azure SQL managed instance that hosts multiple databases.
You need to configure alerts for each database based on the diagnostics telemetry of the database. What should you use?

  1. Azure SQL Analytics alerts based on metrics
  2. SQL Health Check alerts based on diagnostics logs
  3. SQL Health Check alerts based on metrics
  4. Azure SQL Analytics alerts based on diagnostics logs

Answer(s): D


Reference:

https://docs.microsoft.com/en-us/azure/azure-sql/database/metrics-diagnostic-telemetry-logging-streaming-export-configure?tabs=azure-portal#configure-the-streaming-export-of-diagnostic-telemetry



You have an Azure SQL managed instance.
You need to enable SQL Agent Job email notifications.
What should you do?

  1. Use the Agent XPs option.
  2. Enable the SQL Server Agent.
  3. Run the sp_configure command.
  4. Run the sp_set_agent_properties command.

Answer(s): C

Explanation:

You would need to enable Database email extended procedure using Database Mail XPs configuration option:
EXEC sp_configure 'show advanced options', 1;

GO
RECONFIGURE;

GO
EXEC sp_configure 'Database Mail XPs', 1;

GO
RECONFIGURE

GO
Now you can test the configuration by sending emails using sp_send and sp_notify_operator procedures.


Reference:

https://techcommunity.microsoft.com/t5/azure-sql-blog/sending-emails-in-azure-sql-managed-instance/ba-p/386235



You have four Azure subscriptions. Each subscription contains multiple Azure SQL databases.
You need to update the column and index statistics for the databases.
What should you use?

  1. an Azure Automation runbook
  2. a SQL Agent job
  3. Azure SQL Analytics
  4. automatic tuning in Azure SQL Database

Answer(s): A

Explanation:

You can create a runbook for index maintenance in an Azure SQL database.


Reference:

https://www.sqlshack.com/automate-azure-sql-database-indexes-and-statistics-maintenance/






Post your Comments and Discuss Microsoft DP-300 exam with other Community members:

DP-300 Exam Discussions & Posts