Northern Trail Outfitters' (NTO) Salesforce org usually goes through 8,000 to 10,000 batches a day to sync data from external sources. NTO's integration architect has received requirements for a new custom object, FooBar__c, for which 90 million records will need to be loaded into the org. Once complete, 20GB (about 30 million records) needs to be extracted to an external auditing system.
What should the architect recommend using to meet these requirements in a day?
- Insert using Bulk API 2.0 and query using REST API.
- Insert and query using Bulk API 1.0.
- Insert using Bulk API 1.0 and query using REST API.
- Insert and query using Bulk API 2.0.
Reveal Solution Next Question