nerdexam
Microsoft

70-465 · Question #17

Drag and Drop Question You plan to deploy SQL Server 2014. Your company identifies the following monitoring requirements: - Tempdb must be monitored for insufficient free space. - Deadlocks must be an

The correct answer is dynamic management view; SQL Trace. Dynamic Management Views (DMVs) such as sys.dm_db_file_space_usage are the correct tool for monitoring tempdb free space, as they provide real-time metadata about database file space consumption without requiring event tracing. SQL Trace (specifically using the Deadlock Graph eve

Submitted by yousef_jo· Mar 5, 2026Manage and Monitor SQL Server Instances - specifically identifying appropriate monitoring tools for system resource usage and deadlock detection in SQL Server 2014

Question

Drag and Drop Question You plan to deploy SQL Server 2014. Your company identifies the following monitoring requirements: - Tempdb must be monitored for insufficient free space. - Deadlocks must be analyzed by using Deadlock graphs. You need to identify which feature meets each monitoring requirement. Which features should you identify? To answer, drag the appropriate feature to the correct monitoring requirement in the answer area. Answer:

Exhibit

70-465 question #17 exhibit

Answer Area

Drag items

dynamic management viewActivity MonitorResource GovernorSQL Trace

Correct arrangement

  • dynamic management view
  • SQL Trace

Explanation

Dynamic Management Views (DMVs) such as sys.dm_db_file_space_usage are the correct tool for monitoring tempdb free space, as they provide real-time metadata about database file space consumption without requiring event tracing. SQL Trace (specifically using the Deadlock Graph event in SQL Server Profiler or a server-side trace) is the correct tool for capturing and analyzing deadlock graphs, as it records the XML-based deadlock graph event that visually represents the resources and processes involved in a deadlock. Together, these two features satisfy both monitoring requirements outlined in the question.

Topics

#SQL Server Monitoring#Dynamic Management Views#SQL Trace and Deadlock Analysis#Tempdb Management

Community Discussion

No community discussion yet for this question.

Full 70-465 Practice