ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 156 - Certified Data Architect discussion

Report
Export

NTO has outgrown its current salesforce org and will be migrating to new org shortly. As part of this process NTO will be migrating all of its metadata and dat

a. NTO's data model in the source org has a complex relationship hierarchy with several master detail and lookup relationships across objects, which should be maintained in target org.

What 3 things should a data architect do to maintain the relationship hierarchy during migration?

Choose 3 answers:

A.
Use data loader to export the data from source org and then import or Upsert into the target org in sequential order.
Answers
A.
Use data loader to export the data from source org and then import or Upsert into the target org in sequential order.
B.
Create a external id field for each object in the target org and map source record ID's to this field.
Answers
B.
Create a external id field for each object in the target org and map source record ID's to this field.
C.
Redefine the master detail relationship fields to lookup relationship fields in the target org.
Answers
C.
Redefine the master detail relationship fields to lookup relationship fields in the target org.
D.
Replace source record ID's with new record ID's from the target org in the import file.
Answers
D.
Replace source record ID's with new record ID's from the target org in the import file.
E.
Keep the relationship fields populated with the source record ID's in the import file.
Answers
E.
Keep the relationship fields populated with the source record ID's in the import file.
Suggested answer: A, B, D

Explanation:

The correct answer is A, B, and D. To maintain the relationship hierarchy during migration, a data architect should use data loader to export the data from source org and then import or upsert into the target org in sequential order, create an external ID field for each object in the target org and map source record IDs to this field, and replace source record IDs with new record IDs from the target org in the import file. These steps will ensure that the records are linked correctly and the relationships are preserved. Option C is incorrect because redefining the master detail relationship fields to lookup relationship fields in the target org will change the behavior and security of the data model. Option E is incorrect because keeping the relationship fields populated with the source record IDs in the import file will cause errors and prevent the records from being imported.

asked 23/09/2024
Mark Baker
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first