Salesforce Administrator — Question 148
Identify the statements that define Apex data loader?
Answer options
- A. Can be used to insert or extract SF records
- B. Can be used to insert,update,delete or extract SF records
- C. Can be used only to update and delete SF records
- D. Can be used to read,extract and load data from CSV
- E. Can be used to read,extract and load data from any MS office file
Correct answer: B, D
Explanation
The correct answer is B and D because the Apex data loader allows for the insertion, updating, deletion, and extraction of Salesforce records, as well as the ability to read and load data from CSV files. Option A is incomplete as it does not mention updating or deleting, while option C incorrectly limits the functionality to just updating and deleting. Option E is incorrect since the data loader specifically supports CSV files, not all MS Office formats.