A company is replacing its legacy on-premises ERP system with a cloud-based SaaS solution. The project manager is concerned about data migration risks. Which of the following is the BEST approach to mitigate data integrity issues during migration?
Trap 1: Perform data validation after migration
This is reactive, not proactive.
Trap 2: Use data transformation tools to convert formats
This addresses format, not integrity.
Trap 3: Implement data reconciliation reports post-migration
Detects issues after the fact.
- A
Perform data validation after migration
Why wrong: This is reactive, not proactive.
- B
Use data transformation tools to convert formats
Why wrong: This addresses format, not integrity.
- C
Implement data reconciliation reports post-migration
Why wrong: Detects issues after the fact.
- D
Run parallel processing and compare outputs
Enables side-by-side verification.