Salesforce Certified Integration Architect — Question 67

Northern Trail Outfitters is in the final stages of merging two Salesforce orgs, but needs to keep the retiring org available for a short period of time for lead management as it is connected to multiple public web site forms. The Sales department has requested that new leads are available in the new Salesforce instance within 30 minutes.

Which approach will require the least amount of development effort?

Answer options

Correct answer: D

Explanation

The correct answer is D because using the Salesforce REST API allows for a straightforward lead insertion into the new system with minimal setup. Options A and C involve more complexity and additional development work, such as aggregating leads or using Process Builder, which may not meet the 30-minute requirement as efficiently as a direct API call.