ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 55 - Certified Data Architect discussion

Report
Export

An architect is planning on having different batches to load one million Opportunities into Salesforce using the Bulk API in parallel mode. What should be considered when loading the Opportunity records?

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

Explanation:

Ordering batches by Auto-number field will ensure that the records are processed in a sequential order and avoid any locking issues that might occur when loading related records in parallel mode. Creating indexes, grouping batches by AccountId, or sorting batches by Name field values are not necessary or beneficial for loading Opportunity records using the Bulk API.

asked 23/09/2024
Miquel Triebel
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first