exam questions

Exam DP-600 All Questions

View all questions & answers for the DP-600 exam

Exam DP-600 topic 1 question 19 discussion

Actual exam question from Microsoft's DP-600
Question #: 19
Topic #: 1
[All DP-600 Questions]

You have a Fabric workspace named Workspace1 that contains a dataflow named Dataflow1. Dataflow1 has a query that returns 2,000 rows.
You view the query in Power Query as shown in the following exhibit.

What can you identify about the pickupLongitude column?

  • A. The column has duplicate values.
  • B. All the table rows are profiled.
  • C. The column has missing values.
  • D. There are 935 values that occur only once.
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
nmosq
Highly Voted 1 year, 4 months ago
Selected Answer: A
Answer A. B - Not all the rows are profiled in the sample (only 1000 of 2000) C- From the column statistics, you don't have any missing values in the sample D- The values that occur only once are 871 (unique count)
upvoted 32 times
wojciech_wie
1 year, 4 months ago
correct
upvoted 3 times
...
...
a_51
Highly Voted 1 year, 2 months ago
Selected Answer: A
A We see a count of 1000 (which is the limit by default) we do not know all the data is read, but we can see of the 1000 distinct is less and so we have duplicate values.
upvoted 5 times
...
NRezgui
Most Recent 5 months, 3 weeks ago
Selected Answer: A
The column has duplicate values.
upvoted 1 times
...
Rakesh16
7 months, 1 week ago
Selected Answer: A
The column has duplicate values
upvoted 1 times
...
Naqib
7 months, 1 week ago
Answer A: Distinct Value: This refers to all different values present in a dataset. When you retrieve distinct values from a column, you eliminate duplicate values so that each value is shown once. For example, if a column contains the values [1, 2, 2, 3, 3, 3], the distinct values would be [1, 2, 3]. Unique Value: This usually refers to values that appear only once in the dataset. Unlike distinct values, a unique value will only be considered if it has no duplicates at all. For example, if a column contains the values [1, 2, 2, 3, 3, 3], the unique values would be [1], since only 1 appears without repetition.
upvoted 2 times
...
b65ecca
11 months, 3 weeks ago
Selected Answer: A
Difficult to say if BCD are correct since we only see 1000 rows and not all columns. One thing is for sure though, there are columns that have values that occur more than once.
upvoted 2 times
...
gills
1 year ago
Answer is A Distinct mean : count all the values as 1, even if there was more than one. Unique mean : count only the value that are not repeated in the particular column
upvoted 3 times
...
stilferx
1 year, 1 month ago
Selected Answer: A
IMHO, it is A, well explained below
upvoted 2 times
...
Nefirs
1 year, 2 months ago
Selected Answer: A
A my reasoning: every other answer option cannot be answered for sure since only 1000 values out of 2000 are profiled. -> B: only 1000 rows are profiled -> C: the column might have missings -> D: there might be more unique/distinct counts.
upvoted 2 times
...
a_51
1 year, 3 months ago
Selected Answer: A
A is Best choice based on the picture.
upvoted 1 times
...
Momoanwar
1 year, 4 months ago
Selected Answer: A
Its A Only one column selected here No informations about missing values Distinct count not mean exist only once
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 ...