Salesforce Certified Heroku Architecture Designer — Question 21
Universal Containers (UC) recently acquired another company, International Shipping. Each company has its own Salesforce org, and UC wants those orgs to remain separate for the foreseeable future.
Given this scenario, which Heroku feature should an Architect recommend to provide additional value to UC following the acquisition?
Answer options
- A. Heroku Connect can be used to synchronize data directly between the two Salesforce orgs.
- B. Both orgs can be attached to the same Heroku application as an add-on to ensure data residency in the application's region.
- C. Heroku External Objects can expose read-only data from both Salesforce orgs to Heroku Postgres.
- D. A Heroku Postgres database can sync data from both orgs for advanced querying capabilities.
Correct answer: A
Explanation
The correct answer is A because Heroku Connect allows for seamless synchronization of data between separate Salesforce orgs, which is essential for UC's operational needs post-acquisition. Answers B and D suggest combining the orgs or syncing data into a single database, which contradicts UC's desire to keep the orgs separate. Answer C offers read-only access, but does not facilitate direct data synchronization, making it less beneficial in this context.