Salesforce Certified Tableau CRM and Einstein Discovery Consultant — Question 55
A data architect wants to use a recipe transformation to implement row-level security that is based on role hierarchy in Salesforce.
Which transformation should be used to level the dataset hierarchy?
Answer options
- A. flatten transformation
- B. delta transformation
- C. aggregate transformation
- D. append transformation
Correct answer: C
Explanation
The correct answer is C, the aggregate transformation, as it is designed to summarize and group data, which is essential for managing hierarchy levels. The flatten transformation (A) is used to convert nested structures into a flat format, while the delta transformation (B) focuses on changes between datasets, and the append transformation (D) is used to combine datasets without modifying their structure.