ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 54 - Certified Data Architect discussion

Report
Export

Universal Containers has a large volume of Contact data going into Salesforce.com. There are 100,000 existing contact records. 200,000 new contacts will be loaded. The Contact object has an external ID field that is unique and must be populated for all existing records. What should the architect recommend to reduce data load processing time?

A.
Load Contact records together using the Streaming API via the Upsert operation.
Answers
A.
Load Contact records together using the Streaming API via the Upsert operation.
B.
Delete all existing records, and then load all records together via the Insert operation.
Answers
B.
Delete all existing records, and then load all records together via the Insert operation.
C.
Load all records via the Upsert operation to determine new records vs. existing records.
Answers
C.
Load all records via the Upsert operation to determine new records vs. existing records.
D.
Load new records via the Insert operation and existing records via the Update operation.
Answers
D.
Load new records via the Insert operation and existing records via the Update operation.
Suggested answer: D

Explanation:

Loading new records via the Insert operation and existing records via the Update operation will allow using the external ID field as a unique identifier and avoid any duplication or overwriting of records. This is faster and safer than deleting all existing records or using the Upsert operation, which might cause conflicts or errors .

asked 23/09/2024
Zakarya Doqa
23 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first