Salesforce Certified Data Architect — Question 52
Universal Containers has a large number of orders coming in from its online portal. Historically all orders are assigned to a generic user.
Which two measures should a data architect recommend to avoid any performance issues while working with a large number of order records? (Choose two.)
Answer options
- A. Salesforce handles the assignment of orders automatically and there is no performance impact.
- B. Clear the role field in the generic user record.
- C. Create a pool of generic users and distribute the assignment of owners to the pool of users.
- D. Create a role at the top of the role hierarchy and assign the role to the generic user.
Correct answer: B, D
Explanation
Option B is correct because clearing the role field can help reduce unnecessary complexity and potential performance bottlenecks associated with role hierarchies. Option D is also correct as creating a role can improve data access and management. Options A and C do not address the underlying performance issues effectively; thus, they are not suitable solutions.