DP-600 · Question #211
In your data cleansing project, you need to identify and remove duplicate entries from a dataset using the Aggregate transformation. Which function should you use within the Aggregate transformation…
The correct answer is C. count(). The count() function is used to count occurrences of values within a dataset. When applied within the Aggregate transformation, it can count how many times each unique entry appears, thus aiding in the identification of duplicate entries by indicating those with a count greater…
Question
In your data cleansing project, you need to identify and remove duplicate entries from a dataset using the Aggregate transformation. Which function should you use within the Aggregate transformation to aid in identifying duplicate entries?
Options
- Asum()
- Bmax()
- Ccount()
- Daverage()
How the community answered
(50 responses)- A2% (1)
- B4% (2)
- C92% (46)
- D2% (1)
Explanation
The count() function is used to count occurrences of values within a dataset. When applied within the Aggregate transformation, it can count how many times each unique entry appears, thus aiding in the identification of duplicate entries by indicating those with a count greater than one. https://learn.microsoft.com/en-us/azure/data-factory/data-flow-aggregate#reconnect-rows-and-
Topics
Community Discussion
No community discussion yet for this question.