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.
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.
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.
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
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.
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.
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.
-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/
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
This section is not available anymore. Please use the main Exam Page.DP-203 Exam Questions
Log in to ExamTopics
Sign in:
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.
Leyya11111
Highly Voted 2 years, 7 months agoanks84
2 years, 7 months agorenan_ineu
Most Recent 7 months agorenan_ineu
7 months agoAlongi
11 months, 2 weeks agoMBRSDG
1 year agoMBRSDG
1 year agoArdiShah
1 year, 1 month agoMomoanwar
1 year, 3 months agoShrikantW
1 year, 4 months agokkk5566
1 year, 7 months agovctrhugo
1 year, 10 months agopavankr
1 year, 10 months agojanaki
1 year, 10 months agoInternal_Koala
1 year, 8 months agovrodriguesp
2 years, 3 months agobrzhanyu
2 years, 4 months agoOldSchool
2 years, 4 months agorzeng
2 years, 5 months agoigormmpinto
2 years, 6 months ago