exam questions

Exam DP-203 All Questions

View all questions & answers for the DP-203 exam

Exam DP-203 topic 4 question 36 discussion

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

You have an Azure Synapse Analytics dedicated SQL pool named Pool1. Pool1 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 Pool1 and DBCC PDW_SHOWSPACEUSED.
  • B. Connect to the built-in pool and run DBCC PDW_SHOWSPACEUSED.
  • C. Connect to the built-in pool and run DBCC CHECKALLOC.
  • D. Connect to the built-in pool and query sys.dm_pdw_sys_info.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
Leyya11111
Highly Voted 2 years, 7 months ago
Selected Answer: A
https://github.com/rgl/azure-content/blob/master/articles/sql-data-warehouse/sql-data-warehouse-manage-distributed-data-skew.md
upvoted 9 times
anks84
2 years, 7 months ago
Correct, answer is A !
upvoted 5 times
...
...
renan_ineu
Most Recent 7 months ago
Selected Answer: A
The only option available for a Dedicated Pool is A. The "built-in" always refers to Serverless. PDW_SHOWSPACEUSED is not the best choice to respond the question, but gives a hint about it.
upvoted 2 times
...
renan_ineu
7 months ago
Selected Answer: A
The only option available for a Dedicated Pool is A. The "built-in" always refers to Serverless.
upvoted 1 times
...
Alongi
11 months, 2 weeks ago
Selected Answer: A
I found this question on my exam 30/04/2024, and I put A. I passed the exam with a high score, but I'm not sure if the answer is correct.
upvoted 3 times
...
MBRSDG
1 year ago
Selected Answer: B
Examtopics chooses --> D. Connect to the built-in pool and query sys.dm_pdw_sys_info. Examtopics explains --> "Use sys.dm_pdw_nodes_db_partition_stats to analyze any skewness in the data" really, non-sense... Correct answer is --> B. Connect to the built-in pool and run DBCC PDW_SHOWSPACEUSED. since you need to use the built-in dedicated SQL pool to launch such a command.
upvoted 1 times
MBRSDG
1 year ago
Please notice that "Use sys.dm_pdw_nodes_db_partition_stats to analyze any skewness in the data" is the correct solution, but it is not a option, so another solution is PDW_SHOWSPACEUSED which is not the best one, as stated in the official docs
upvoted 2 times
...
...
ArdiShah
1 year, 1 month ago
A is correct
upvoted 1 times
...
Momoanwar
1 year, 3 months ago
Selected Answer: A
Chatgpt : A Option D suggests querying `sys.dm_pdw_sys_info`, which provides information about the SQL pool nodes and their characteristics, rather than details about data distribution or skew within a table. To investigate data skew specifically, you need to understand how the data is distributed across the distributions or partitions of a table, which is not information that `sys.dm_pdw_sys_info` would provide. Therefore, while `sys.dm_pdw_sys_info` could give you insights into the overall system, it would not be the right choice for diagnosing data skew within a specific table. For that purpose, `DBCC PDW_SHOWSPACEUSED` is more appropriate, despite it not being a direct indicator of skew, it can still give you an initial indication based on space usage which might suggest further investigation if there are anomalies.
upvoted 1 times
...
ShrikantW
1 year, 4 months ago
it's dedicated Pool which basically eliminates all the other options except A
upvoted 3 times
...
kkk5566
1 year, 7 months ago
Selected Answer: A
concept repeated , A is correct
upvoted 1 times
...
vctrhugo
1 year, 10 months ago
Selected Answer: A
sys.dm_pdw_sys_info actually provides a set of appliance-level counters that reflect overall activity on the appliance. DBCC PDW_SHOWSPACEUSED should be use instead since it displays the number of rows, disk space reserved, and disk space used for a specific table, or for all tables in a Azure Synapse Analytics or Analytics Platform System (PDW) database.
upvoted 1 times
...
pavankr
1 year, 10 months ago
Ok, he did the typo for printing D. It should be "Connect to the built-in pool and use sys.dm_pdw_nodes_db_partition_stats"
upvoted 2 times
...
janaki
1 year, 10 months ago
Read Question 20, Topic 4 - Why examtopics giving 2 different answers for the same question? For Q.20, Topic 4 - it says answer is B here for Q.36, Topic 4 - it says answer is D Examtopics, you first decide what you want to answer.
upvoted 4 times
Internal_Koala
1 year, 8 months ago
Similar to Question 24, Topic 4 - and Q.36, Topic 4 - Answer is different for same question.
upvoted 1 times
...
...
vrodriguesp
2 years, 3 months ago
Selected Answer: A
-Use DBCC PDW_SHOWSPACEUSED for seeing the skewness (each size in distributions, etc) in a table. -By using sys.dm_pdw_request_steps table (dynamic management view, DMV) you can see how the operation is really executed and how long it took. ref: https://tsmatz.wordpress.com/2020/10/07/azure-synapse-analytics-sql-dedicated-pool-performance-distribution-hash/
upvoted 4 times
...
brzhanyu
2 years, 4 months ago
Selected Answer: A
need to connect Azure Synapse Analytics dedicated SQL pool1 not built-in pool (serverless pool)
upvoted 3 times
...
OldSchool
2 years, 4 months ago
Selected Answer: A
A is the answer. Read Question 20, Topic 4
upvoted 1 times
...
rzeng
2 years, 5 months ago
A is the right one!
upvoted 1 times
...
igormmpinto
2 years, 6 months ago
Selected Answer: A
Answer is A A quick way to check for data skew is to use DBCC PDW_SHOWSPACEUSED. The following SQL code returns the number of table rows that are stored in each of the 60 distributions. For balanced performance, the rows in your distributed table should be spread evenly across all the distributions. https://learn.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-distribute
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago