Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Salesforce Exam Data Architect Topic 2 Question 44 Discussion

Actual exam question for Salesforce's Data Architect exam
Question #: 44
Topic #: 2
[All Data Architect Questions]

A customer is facing locking issued when importing large data volumes of order records that are children in a master-detail relationship with the Account object. What is the recommended way to avoid locking issues during import?

Show Suggested Answer Hide Answer
Suggested Answer: B

Creating validation rules to check if the required attributes are entered is the best option to mandate this when customers are created in Salesforce. Validation rules allow you to specify criteria that must be met before a record can be saved. You can use validation rules to ensure that customers have a first name, last name, and email when they are created in Salesforce. This way, you can prevent incomplete or invalid data from being sent to your MDM solution.


Contribute your Thoughts:

Option B makes the most sense to me. Sorting by AccountID ensures that all the order records are associated with the correct account.
upvoted 0 times
...
Maryann
12 days ago
I agree with Louis, importing records separately and using batch Apex seems like a more efficient way to handle the import process without facing locking issues.
upvoted 0 times
...
Louis
17 days ago
I disagree, I believe importing Order records and Account records separately and populating AccountID in orders using batch Apex is the best approach to avoid locking issues.
upvoted 0 times
...
Bong
22 days ago
I think the recommended way is to import Account records first followed by order records after sorting orders by AccountID.
upvoted 0 times
...

Save Cancel