Salesforce Certified Integration Architect — Question 1

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 two approaches will require the least amount of development effort? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Option A is correct because configuring named credentials allows for a straightforward setup to authenticate and connect the two orgs without extensive coding. Option D is also correct as calling the Salesforce REST API to insert leads is a standard method that requires minimal coding. Options B and C involve more complexity, with B requiring aggregation logic and C needing additional development with Process Builder.