Salesforce Certified Data Architect — Question 54

Universal Containers (UC) is migrating data from legacy system to Salesforce. During data analysis it was discovered that data types of fields being migrated do not match with Salesforce data types.

Which solution should a data architect use to ensure successful data migrations?

Answer options

Correct answer: B

Explanation

Option B is correct because using an ETL tool allows for the transformation of data types during the migration process, ensuring compatibility with Salesforce. Option A delays the process by requiring an additional staging step. Option C lacks the necessary transformation of data types, which could lead to errors. Option D also introduces unnecessary complexity with stored procedures when an ETL tool is more efficient.