ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 226 - Certified Sales Cloud Consultant discussion

Report
Export

A consultant for Cloud Kicks is migrating data from an on-premise system to Salesforce. The consultant has imported.

Account records, and is attempting to import the associated Contacts using Data Loader, but the import has failed records. The error messages all read UNABLE TO LOCK ROW,

What could be causing these records to fail?

A.
Updates to child records that have the same parent records are being processed simultaneously.
Answers
A.
Updates to child records that have the same parent records are being processed simultaneously.
B.
Contact records should be imposed in the same data batch as Account records.
Answers
B.
Contact records should be imposed in the same data batch as Account records.
C.
An Apex Trigger on the Account object is firing on insert and causing the Contact import to fail.
Answers
C.
An Apex Trigger on the Account object is firing on insert and causing the Contact import to fail.
D.
The consultant has incorrect permissions to import data using Data Loader.
Answers
D.
The consultant has incorrect permissions to import data using Data Loader.
Suggested answer: A

Explanation:

The most likely cause of the records failing is that updates to child records that have the same parent record are being processed simultaneously. This can cause the records to fail because child records must be imported after the parent records have been imported, and if the parent record is being updated at the same time as the child records, the import will fail. The other options are not likely to be the cause of the failed import.

asked 23/09/2024
marcio Gomes lobo
26 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first