Salesforce Certified Data Architect — Question 73
Universal Containers (UC) is migrating from a legacy system to Salesforce CRM. UC is concerned about the quality of data being entered by users and through external integrations.
Which two solutions should a data architect recommend to mitigate data quality issues? (Choose two.)
Answer options
- A. Leverage third-party AppExchange tools.
- B. Leverage Apex to validate the format of data being entered via a mobile device.
- C. Leverage validation rules and workflows.
- D. Leverage picklist and lookup fields where possible.
Correct answer: C, D
Explanation
The correct answers, C and D, focus on ensuring data integrity through validation rules and the use of specific field types that limit user input options. Option A is less effective as third-party tools may not address all data quality concerns, while option B, while useful, doesn't provide comprehensive data quality measures like validation rules do.