ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 211 - Certified Data Architect discussion

Report
Export

Universal Containers (UC) is in the process of selling half of its company. As part of this split, UC's main Salesforce org will be divided into two org:org A and org B, UC has delivered these requirements to its data architect

1. The data model for Org B will drastically change with different objects, fields, and picklist values.

2. Three million records will need to be migrated from org A to org B for compliance reasons.

3. The migrate will need occur within the next two month, prior to be split.

Which migrate strategy should a data architect use to successfully migrate the date?

A.
use as ETL tool to orchestrate the migration.
Answers
A.
use as ETL tool to orchestrate the migration.
B.
Use Data Loader for export and Data Import Wizard for import
Answers
B.
Use Data Loader for export and Data Import Wizard for import
C.
Write a script to use the Bulk API
Answers
C.
Write a script to use the Bulk API
D.
Use the Salesforces CLI to query, export, and import
Answers
D.
Use the Salesforces CLI to query, export, and import
Suggested answer: A

Explanation:

Using an ETL tool to orchestrate the migration is the best strategy for this scenario, as it can handle the data model changes, the large volume of records, and the tight timeline. Writing a script to use the Bulk API (option C) is also possible, but it would require more coding and testing effort. Using Data Loader and Data Import Wizard (option B) is not suitable for migrating three million records, as they have limitations on the batch size and the number of records per operation.Using Salesforce CLI (option D) is also not recommended for large data migration, as it is mainly designed for development and testing purposes

asked 23/09/2024
Luis Hernaiz
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first