ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 77 - Certified Data Architect discussion

Report
Export

A Customer is migrating 10 million order and 30 million order lines into Salesforce using Bulk API. The Engineer is experiencing time-out errors or long delays querying parents order IDs in Salesforce before importing related order line items. What is the recommended solution?

A.
Query only indexed ID field values on the imported order to import related order lines.
Answers
A.
Query only indexed ID field values on the imported order to import related order lines.
B.
Leverage an External ID from source system orders to import related order lines.
Answers
B.
Leverage an External ID from source system orders to import related order lines.
C.
Leverage Batch Apex to update order ID on related order lines after import.
Answers
C.
Leverage Batch Apex to update order ID on related order lines after import.
D.
Leverage a sequence of numbers on the imported orders to import related order lines.
Answers
D.
Leverage a sequence of numbers on the imported orders to import related order lines.
Suggested answer: B

Explanation:

Leverage an External ID from source system orders to import related order lines. This is the recommended solution because it allows you to use the upsert operation to match records based on the External ID field, which is indexed and unique.This avoids the need to query the parent order IDs in Salesforce before importing the order line items, which can cause time-out errors or long delays1.

asked 23/09/2024
Valerio Pietrantoni
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first