exam questions

Exam DP-203 All Questions

View all questions & answers for the DP-203 exam

Exam DP-203 topic 4 question 66 discussion

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

You have an Azure subscription that contains an Azure Synapse Analytics dedicated SQL pool named Pool1.

You need to monitor Pool1. The solution must ensure that you capture the start and end times of each query completed in Pool1.

Which diagnostic setting should you use?

  • A. Sql Requests
  • B. Request Steps
  • C. Dms Workers
  • D. Exec Requests
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
JamieMcD
5 months, 1 week ago
Selected Answer: D
Exec Requests
upvoted 2 times
...
aca357f
5 months, 1 week ago
Selected Answer: D
It should be D. Key Information Provided by sys.dm_pdw_exec_requests: 1. Request ID (request_id): A unique identifier for each query request that was executed or is in progress. You can use this ID to trace the specific query's progress and status. 2. Status (status): The current status of the query. It can show values such as: o Running: The query is currently being executed. o Finished: The query has completed. o Aborted: The query was canceled or failed. o Queued: The query is waiting to be executed. 3. Start Time (start_time): The timestamp when the request started execution. 4. End Time (end_time): The timestamp when the request finished execution (if completed). If still running, this will be NULL. 5. Duration (total_elapsed_time): The total amount of time (in milliseconds) that the request has been running. This can help identify long-running queries.
upvoted 2 times
...
HUSSAIN_ALYAFEI
5 months, 3 weeks ago
Selected Answer: A
i think A
upvoted 1 times
...
f7c717f
6 months, 3 weeks ago
Selected Answer: A
Sql Requests Explanation: This diagnostic setting captures information about SQL requests, including the start and end times of each query. This is directly relevant to the requirement of capturing the start and end times of each query completed in the SQL pool. Reason Chosen: It directly addresses the requirement to capture the start and end times of each query. For D, It captures execution details but may not provide the specific start and end times of each query as required.
upvoted 1 times
...
de_examtopics
6 months, 3 weeks ago
Selected Answer: A
A. Sql Requests. This setting helps monitor and capture essential information such as the start and end times of queries.
upvoted 2 times
...
Legato
6 months, 4 weeks ago
Selected Answer: D
ExecRequests - "Information about SQL requests or queries in an Azure Synapse dedicated SQL pool." SqlRequests - "Information about query distributions of the steps of SQL requests/queries in an Azure Synapse dedicated SQL pool." Key difference - query distributions of the steps. Source - https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-logs/microsoft-synapse-workspaces-sqlpools-logs
upvoted 2 times
...
de_examtopics
6 months, 4 weeks ago
Selected Answer: A
A. Sql Requests The Sql Requests diagnostic setting captures detailed information about SQL requests, including the start and end times of each query, which is essential for monitoring query performance.
upvoted 1 times
...
Thameur01
8 months, 1 week ago
Selected Answer: A
Sql Requests captures the start and end times of each query executed in the pool, as well as other relevant details like the status, duration, and resource consumption of the query. This diagnostic setting allows you to track query performance, including the time a query starts and completes, which is essential for auditing and performance monitoring.
upvoted 2 times
...
Aurangzaib
10 months, 1 week ago
Selected Answer: A
This diagnostic setting captures detailed information about each SQL request executed in the Synapse dedicated SQL pool, including the start and end times, duration, and status of the queries. This is the most appropriate setting for monitoring query execution details.
upvoted 2 times
...
fahfouhi94
11 months, 2 weeks ago
Selected Answer: D
Information about SQL requests or queries in an Azure Synapse dedicated SQL pool.
upvoted 1 times
...
[Removed]
1 year ago
Selected Answer: D
D seems correct, I was wondering if B could also be correct but apparently it only gives start and end times for the steps of a query and not for the query itself. Following link for reference : https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-logs/microsoft-synapse-workspaces-sqlpools-logs
upvoted 4 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 ...