Salesforce Certified Integration Architect — Question 78
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 requires the least amount of development effort?
Answer options
- A. Configure named credentials in the source org.
- B. Use the Composite REST API to aggregate multiple leads in a single call.
- C. Use the Tooling API with Process Builder to insert leads in real time.
Correct answer: A
Explanation
The correct answer is A because configuring named credentials allows for a straightforward connection to the retiring org with minimal development effort. Options B and C require more complex setups, such as API aggregation and real-time lead insertion, which involve additional development work.