Salesforce Certified Data Architect — Question 33
Universal Containers (UC) has one Salesforce org (Org A) and recently acquired a secondary company with its own Salesforce org (Org B). UC has decided to keep the orgs running separately, but would like to bidirectionally share Opportunities between orgs in near-real time.
Which three options should a data architect recommend to share data between Org A and Org B? (Choose three.)
Answer options
- A. Install a third-party AppExchange tool to handle the data sharing.
- B. Leverage Heroku Connect and Heroku Postgres to bidirection ally sync Opportunities.
- C. Develop an Apex class that pushes Opportunity data between orgs daily via the Apex scheduler.
- D. Use Salesforce Connect and the cross-org adapter to virtualize Opportunities into external objects.
- E. Leverage middleware tools to bidirectionally send Opportunity data across orgs.
Correct answer: A, B, E
Explanation
The correct answers A, B, and E are viable options for bidirectional data sharing as they leverage existing tools and technologies designed for this purpose. Option C is incorrect because a daily data push does not meet the near-real-time requirement, and option D is not suitable as it focuses on virtualization rather than real-time data sharing.