Salesforce Certified Development Lifecycle and Deployment Architect — Question 41
Universal Containers (UC) is looking at implementing a large number of features using an AppExchange product. This product uses SObjects to store and configure important business logic within the application.
Which two options should an architect recommend, as the source of truth for storing this reference data? (Choose two.)
Answer options
- A. Store the records in a version control system.
- B. Use a third-party product to manage these records.
- C. Attach CSV files to the user stories in a project management system.
- D. Store the records in sandboxes and production.
Correct answer: A, B
Explanation
The correct options are A and B because a version control system ensures that the reference data is tracked and versioned properly, allowing for better management of changes. Using a third-party product can provide specialized features for data management that may not be available within the native Salesforce environment. Options C and D are not ideal as they do not provide a reliable and centralized method for managing reference data.