exam questions

Exam DP-203 All Questions

View all questions & answers for the DP-203 exam

Exam DP-203 topic 4 question 38 discussion

Actual exam question from Microsoft's DP-203
Question #: 38
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 run DBCC PDW_SHOWSPACEUSED.
  • B. Connect to the built-in pool and run DBCC PDW_SHOWSPACEUSED.
  • C. Connect to Pool1 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
pavankr
Highly Voted 2 years ago
For the "Exam Topics" team: To begin with, your questions vs answers are completely wrong., period. Check your answer for the question#36 in the same page itself!!! Why you are misleading us who are preparing seriously for the exam?? I need an immediate explanation why these questions Q#36 and Q#38 with different answers being at the same question pattern??? Seriously.
upvoted 21 times
...
Jerrie86
Highly Voted 2 years, 4 months ago
This is repeated way too many times.
upvoted 10 times
...
learnwell
Most Recent 11 months, 2 weeks ago
Selected Answer: A
DBCC PDW_SHOWSPACEUSED is a command that can be executed in the context of the dedicated SQL pool (formerly SQL DW). It provides detailed information about how data is distributed across distributions (similar to shards or segments) in the underlying storage of the dedicated SQL pool. By running this command against Pool1, you can see the distribution of data across the distributions. This includes information about the number of rows per distribution, which helps in identifying data skew. B is not an option because there's no specific concept of a "built-in pool" in Azure Synapse Analytics dedicated SQL pool context
upvoted 1 times
...
MBRSDG
1 year, 2 months ago
Selected Answer: B
you need to access the built-in to check out the DMVs and to use DBCCs.
upvoted 1 times
...
Azure_2023
1 year, 4 months ago
Selected Answer: A
To identify the extent of data skew in Table1, you should connect to Pool1 and run DBCC PDW_SHOWSPACEUSED. DBCC PDW_SHOWSPACEUSED is a Dynamic Management View (DMV) that provides information about the physical storage of data in a Parallel Data Warehouse (PDW) instance. This includes the distribution of data across partitions and the amount of space used by each partition. By running DBCC PDW_SHOWSPACEUSED, you can identify partitions that are storing a disproportionately large amount of data. These partitions may be indicative of data skew.
upvoted 2 times
...
kkk5566
1 year, 9 months ago
Selected Answer: A
A is correct
upvoted 1 times
kkk5566
1 year, 9 months ago
PDW_SHOWSPACEUSED
upvoted 1 times
...
...
[Removed]
2 years, 1 month ago
Selected Answer: A
A for sure
upvoted 1 times
...
duzi
2 years, 4 months ago
Question 36 from the same topic has the same question but as right answer D. So what is the right answer here?
upvoted 1 times
pavankr
2 years ago
Looks like he is misleading us?
upvoted 1 times
...
...
pk07
2 years, 4 months ago
Selected Answer: A
(H)Agreed!
upvoted 2 times
...
Mouli10
2 years, 4 months ago
Selected Answer: A
Its A we need to connect to Pool1
upvoted 4 times
...
nicky87654
2 years, 4 months ago
Selected Answer: A
Connect to Pool1 and run DBCC PDW_SHOWSPACEUSED Azure Synapse Analytics dedicated SQL pool (formerly known as Azure Synapse Analytics Parallel Data Warehouse) uses a Massively Parallel Processing (MPP) architecture and DBCC PDW_SHOWSPACEUSED is a system stored procedure that can be used to check the distribution of data across the compute nodes. By running this command on Pool1 and specifying the fact table Table1, you can identify the extent of data skew in Table1 and determine if the data is evenly distributed across the compute nodes or if it is skewed towards a specific node
upvoted 5 times
...
ZIMARAKI
2 years, 4 months ago
Selected Answer: A
It's A
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 ...