exam questions

Exam Certified Data Architect All Questions

View all questions & answers for the Certified Data Architect exam

Exam Certified Data Architect topic 1 question 55 discussion

Actual exam question from Salesforce's Certified Data Architect
Question #: 55
Topic #: 1
[All Certified Data Architect Questions]

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.)

  • 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.
Show Suggested Answer Hide Answer
Suggested Answer: ABE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
vip_10
Highly Voted 2 years, 3 months ago
Selected Answer: ABE
Other options do not provide near real time transfer and using salesforce connect we can just virtualize the data but it does does not allow bi directional data sharing.
upvoted 5 times
...
sm77
Most Recent 1 week, 3 days ago
Selected Answer: ADE
A- There is an appexchange solution called Unito to synch opportunity data between two orgs D- Salesforce connect is a primary solution to synch opportunities E- APIs via middleware can also carry data. heroku is to connect salesforce org with a postgres database. In order to connect two orgs via heroku, you need to have postgres database in between which would increase complexity.
upvoted 1 times
...
SS1121
1 year, 3 months ago
Selected Answer: ADE
ADE is correct
upvoted 1 times
...
lizbette
1 year, 7 months ago
Selected Answer: BDE
Tricky. My guess is BDE A - normally my go to answer, but couldn't find any specific AppExchange apps that work B - this could work, and is not realtime but is close to real-time C - No, requires too much coding and config D - Yes, see https://help.salesforce.com/s/articleView?id=sf.xorg_setup.htm&type=5 E - Yes, tons of middleware tools available
upvoted 3 times
...
6967185
1 year, 7 months ago
ABE This inquiry helped me answer this question. Not C. Can't be APEX - not real time. Not D. Can't be Salesforce Connect because that's for external objects. https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000QNNYtSAP?_ga=2.171312674.328495492.1711982551-1641298068.1711738019
upvoted 3 times
lizbette
1 year, 7 months ago
isn't the link saying D would work? just need it in both orgs
upvoted 2 times
...
...
gokuSuperSayan4
1 year, 10 months ago
What is the correct answer? I hope for BDE
upvoted 2 times
Ullr
1 year, 9 months ago
D is good approach: https://help.salesforce.com/s/articleView?id=sf.xorg_adapter_about.htm&type=5
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...