Salesforce Certified Data Architect — Question 79
Universal Containers has millions of cases and are running out storage. Some user groups need to have access to historical cases for up to seven years.
Which two solutions should a data architect recommend in order to minimize performance and storage issues? (Choose two.)
Answer options
- A. Export data out of Salesforce and store in flat files on external system.
- B. Leverage Salesforce Privacy Center to archive case data and view archived cases through an external object.
- C. Create a custom object to store case history and run reports on it.
- D. Leverage big objects to archive case data and Lightning components to show archived data.
Correct answer: B, D
Explanation
The correct answers are B and D because leveraging Salesforce Privacy Center allows for efficient archiving and retrieval of case data, while big objects provide a scalable solution for storing large volumes of data without impacting performance. Options A and C are less effective; exporting to flat files can complicate data access and reporting, and creating a custom object may not adequately address the storage needs for millions of cases.