Salesforce Certified Platform App Builder — Question 422
Cloud Kicks asked the app builder to insert a list of 25,000 records using deduplication for the Race_Track__c custom object.
Which tool should be used?
Answer options
- A. Import Wizard
- B. Lightning Object Creator
- C. Data Loader
- D. Schema Builder
Correct answer: A
Explanation
The Import Wizard is specifically designed to handle data imports with deduplication features, making it suitable for this scenario. In contrast, the Lightning Object Creator is used for creating custom objects, the Data Loader is more suited for bulk data operations without deduplication, and Schema Builder is used for visualizing and managing object relationships.