exam questions

Exam DP-203 All Questions

View all questions & answers for the DP-203 exam

Exam DP-203 topic 4 question 10 discussion

Actual exam question from Microsoft's DP-203
Question #: 10
Topic #: 4
[All DP-203 Questions]

You have a SQL pool in Azure Synapse.
You discover that some queries fail or take a long time to complete.
You need to monitor for transactions that have rolled back.
Which dynamic management view should you query?

  • A. sys.dm_pdw_request_steps
  • B. sys.dm_pdw_nodes_tran_database_transactions
  • C. sys.dm_pdw_waits
  • D. sys.dm_pdw_exec_sessions
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Podavenna
Highly Voted 3 years, 9 months ago
Correct Answer!
upvoted 15 times
...
SOF_15
Most Recent 11 months, 3 weeks ago
Correct Answer! A. sys.dm_pdw_request_steps: Provides detailed information about each step of a request executed in Azure Synapse Analytics, including execution status and step type. B. sys.dm_pdw_nodes_tran_database_transactions: Displays information about active transactions on each node in the distributed database system within Azure Synapse Analytics. C. sys.dm_pdw_waits: Shows information about the waiting tasks in Azure Synapse Analytics, including wait types and durations, to help diagnose query performance issues. D. sys.dm_pdw_exec_sessions: Lists all active and historic sessions in Azure Synapse Analytics, including session details and activity status.
upvoted 2 times
...
e56bb91
11 months, 3 weeks ago
Selected Answer: B
ChatGPT 4o Explanation: sys.dm_pdw_nodes_tran_database_transactions: This view contains information about transactions at the database level, including their state. You can use this view to identify transactions that have been rolled back. Other Options: sys.dm_pdw_request_steps: Provides details about the steps for each request, useful for understanding the execution plan of queries but not specific to transactions. sys.dm_pdw_waits: Contains information about waiting requests, which can help diagnose performance issues but does not specifically track rolled-back transactions. sys.dm_pdw_exec_sessions: Provides information about active sessions but not specifically about transaction rollbacks.
upvoted 1 times
...
Alongi
1 year, 1 month ago
Selected Answer: B
I found this question on my exam 30/04/2024, and I put B. I passed the exam with a high score, but I'm not sure if the answer is correct.
upvoted 1 times
...
kkk5566
1 year, 10 months ago
Selected Answer: B
correct
upvoted 1 times
...
Jerrie86
2 years, 5 months ago
Rollback works with transactions. answer B
upvoted 3 times
...
nicky87654
2 years, 5 months ago
Selected Answer: B
Correct Answer!B. sys.dm_pdw_nodes_tran_database_transactions
upvoted 3 times
...
dmitriypo
2 years, 7 months ago
Selected Answer: B
The given answer is correct
upvoted 3 times
...
allagowf
2 years, 8 months ago
Selected Answer: B
B. sys.dm_pdw_nodes_tran_database_transactions
upvoted 4 times
...
Deeksha1234
2 years, 10 months ago
correct
upvoted 2 times
...
ladywhiteadder
3 years, 3 months ago
Selected Answer: B
see https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-tran-database-transactions-transact-sql?view=sql-server-ver15
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...