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:

Alana
1 months ago
Option E: Sacrifice a goat to the Salesforce gods and hope for the best. Works every time!
upvoted 0 times
...
Raymon
1 months ago
A looks good, but why sort by OrderID? Seems like a weird choice. I'd go with B instead.
upvoted 0 times
...
Paris
1 months ago
I'm going with C. Changing the relationship to Lookup during import and then updating it afterwards is a clever workaround.
upvoted 0 times
Norah
4 days ago
D) Import Order records and Account records separately and populate AccountID in orders using batch Apex.
upvoted 0 times
...
Clare
4 days ago
That's a good idea. It can definitely help avoid locking issues during import.
upvoted 0 times
...
Stevie
14 days ago
C) Change the relationship to Lookup and update the relationship to master-detail after import.
upvoted 0 times
...
Beatriz
14 days ago
That's a good idea. It can definitely help avoid locking issues.
upvoted 0 times
...
Ruby
30 days ago
C) Change the relationship to Lookup and update the relationship to master-detail after import.
upvoted 0 times
...
...
Thaddeus
2 months ago
D is the way to go. Separate imports and batch Apex for the AccountID field is the safest approach to avoid locking issues.
upvoted 0 times
Lorrine
15 days ago
Using batch Apex to populate AccountID in orders is a smart move.
upvoted 0 times
...
Rosann
16 days ago
I agree, importing Order records and Account records separately is the way to go.
upvoted 0 times
...
Lavonda
29 days ago
D is definitely the safest option to avoid locking issues.
upvoted 0 times
...
...
Rebecka
2 months ago
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
2 months 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
2 months 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
2 months 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