ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 48 - Certified Data Architect discussion

Report
Export

Universal Containers is setting up an external Business Intelligence (BI) system and wants to extract 1,000,000 Contact records. What should be recommended to avoid timeouts during the export process?

A.
Use the SOAP API to export data.
Answers
A.
Use the SOAP API to export data.
B.
Utilize the Bulk API to export the data.
Answers
B.
Utilize the Bulk API to export the data.
C.
Use GZIP compression to export the data.
Answers
C.
Use GZIP compression to export the data.
D.
Schedule a Batch Apex job to export the data.
Answers
D.
Schedule a Batch Apex job to export the data.
Suggested answer: C

Explanation:

According to the exam guide, one of the objectives is to 'describe the use cases and considerations for using various tools and techniques for data migration (for example, Data Loader, Bulk API)'1. This implies that option B is the correct way to extract large volumes of data from Salesforce. The Bulk API is designed to handle large-scale data operations and avoid timeouts. Option A is not correct because the SOAP API is not optimized for large data sets and may encounter limits. Option C is not correct because GZIP compression does not prevent timeouts, but rather reduces the size of the data transferred. Option D is not correct because Batch Apex is used to process records asynchronously in Salesforce, not to export data to an external system.

asked 23/09/2024
Dinuka Darshana
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first