Salesforce Certified Data Architect — Question 23
Universal Containers is migrating 100,000 accounts from an enterprise resource planning (ERP) to Salesforce and is concerned about ownership skew and performances.
Which three recommendations should a data architect provide to prevent ownership skew? (Choose three.)
Answer options
- A. Assign a default user as owner of accounts and assign the user to the top most role in the hierarchy.
- B. Assign a default user as owner of accounts and do not assign any role to the default user.
- C. Keep users out of public groups that can be used as the source for sharing rules.
- D. Assign a default user as owner of accounts and assign them a role in the hierarchy.
- E. Assign View All permissions to a group of users for the Account object.
Correct answer: A, B, C
Explanation
Options A, B, and C effectively help to prevent ownership skew by ensuring that account ownership is not concentrated among too few users. Option D could lead to ownership skew if the default user has a role that causes an imbalance, and Option E does not address ownership distribution, but rather permissions.