exam questions

Exam DP-203 All Questions

View all questions & answers for the DP-203 exam

Exam DP-203 topic 4 question 35 discussion

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

You have an Azure Synapse Analytics dedicated SQL pool named Pool1 and a database named DB1. DB1 contains a fact table named Table1.
You need to identify the extent of the data skew in Table1.
What should you do in Synapse Studio?

  • A. Connect to the built-in pool and query sys.dm_pdw_nodes_db_partition_stats.
  • B. Connect to the built-in pool and run DBCC CHECKALLOC.
  • C. Connect to Pool1 and query sys.dm_pdw_node_status.
  • D. Connect to Pool1 and query sys.dm_pdw_nodes_db_partition_stats.
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
Ngol
Highly Voted 2 years, 7 months ago
I don't understand why Exam Topics should be giving different answers for questions they have repeated...like this one!
upvoted 10 times
renan_ineu
11 months ago
I think Exam Topics is not about giving answers, but about hosting Q&As posted by contributors. All answers must be verified.
upvoted 1 times
...
...
anks84
Highly Voted 2 years, 11 months ago
Selected Answer: D
Correct answer is D.
upvoted 7 times
...
ahana1074
Most Recent 11 months ago
it D team please check cheat sheet -:https://learn.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/cheat-sheet
upvoted 1 times
...
iceberge
1 year ago
Copilot Sent by Copilot: To identify the extent of the data skew in Table1 within your Azure Synapse Analytics dedicated SQL pool (Pool1), you should: D. Connect to Pool1 and query sys.dm_pdw_nodes_db_partition_stats. This system view provides detailed information about the distribution of data across the nodes and partitions, which is essential for analyzing data skew.
upvoted 1 times
...
evangelist
1 year ago
To identify the extent of data skew in a table within an Azure Synapse Analytics dedicated SQL pool, you should connect to the specific pool (Pool1) and query the sys.dm_pdw_nodes_db_partition_stats dynamic management view. This view provides detailed information about data distribution across nodes, which is essential for identifying skew.
upvoted 1 times
...
evangelist
1 year, 1 month ago
Selected Answer: D
Built-in Pool Limitation: The built-in pool in Synapse Analytics is typically used for on-demand SQL queries and doesn't have access to the detailed statistics of the dedicated SQL pool's partitioned tables.
upvoted 1 times
...
learnwell
1 year, 1 month ago
Selected Answer: D
sys.dm_pdw_nodes_db_partition_stats is a system view in Azure Synapse Analytics dedicated SQL pool that provides statistics about the distribution of data across distributions (similar to nodes or segments) within the pool. A is not an option because there's no specific concept of a "built-in pool" in Azure Synapse Analytics dedicated SQL pool context. You connect directly to the SQL pool instance (like Pool1) to execute commands.
upvoted 1 times
...
MBRSDG
1 year, 4 months ago
Selected Answer: A
Correct, you can only launch DMV and DBCC from built-in, not from pool1
upvoted 1 times
...
ArdiShah
1 year, 5 months ago
In this series of question, we had the same question and correct answer was D.
upvoted 1 times
ArdiShah
1 year, 5 months ago
D is correct
upvoted 1 times
...
...
j888
1 year, 5 months ago
A built-in pool usually means a dedicated SQL pool, I think A will be my choice.
upvoted 1 times
j888
1 year, 5 months ago
On second thought the word 'pool1' is more definitive than the simple term 'built-in'. So D is correct
upvoted 2 times
...
...
dakku987
1 year, 7 months ago
Selected Answer: D
D. Connect to Pool1 and query sys.dm_pdw_nodes_db_partition_stats. bcz its connect to pool1
upvoted 1 times
...
ShrikantW
1 year, 7 months ago
D is the correct answer!
upvoted 1 times
...
kkk5566
1 year, 11 months ago
Selected Answer: D
repetd
upvoted 1 times
...
bp_a_user
2 years, 3 months ago
Its D! Official Learning path:Returns page and row-count information for every partition in the current database. nodes_db_partition_stats https://learn.microsoft.com/en-us/training/modules/analyze-optimize-data-warehouse-storage-azure-synapse-analytics/2-understand-skewed-data-space-usage
upvoted 1 times
...
Vikram1710
2 years, 5 months ago
Option A is confusing as we have different answer for same question.
upvoted 1 times
...
vrodriguesp
2 years, 6 months ago
Selected Answer: D
Answer is not so clear!, because I can't see any refernece on built-in pool. What is built-in pool? Anyway looking at the doc here: https://learn.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-db-partition-stats-transact-sql?view=sql-server-ver16 that claims: "This syntax is not supported by serverless SQL pool in Azure Synapse Analytics." So if built-in pool is serverless SQL pool the correct answer should be D (Connect to Pool1 and query sys.dm_pdw_nodes_db_partition_stats).
upvoted 5 times
...
OldSchool
2 years, 9 months ago
Selected Answer: D
It can't be A and B because those two are connecting to Built-In pool (serverless) and the Q is about dedicated pool.
upvoted 2 times
OldSchool
2 years, 8 months ago
If it is the mistake in wording the question and instead of dedicated is serverless, then the answer is A.
upvoted 1 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 ...