ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 111 - Certified Data Architect discussion

Report
Export

Two million Opportunities need to be loaded in different batches into Salesforce using the Bulk API in parallel mode.

What should an Architect consider when loading the Opportunity records?

A.
Use the Name field values to sort batches.
Answers
A.
Use the Name field values to sort batches.
B.
Order batches by Auto-number field.
Answers
B.
Order batches by Auto-number field.
C.
Create indexes on Opportunity object text fields.
Answers
C.
Create indexes on Opportunity object text fields.
D.
Group batches by the AccountId field.
Answers
D.
Group batches by the AccountId field.
Suggested answer: D

Explanation:

Grouping batches by the AccountId field can improve the performance and avoid locking issues when loading Opportunity records using the Bulk API in parallel mode1.This is because the AccountId field is indexed and can be used to distribute the records evenly across batches

asked 23/09/2024
Alex Tzibosnik
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first