Valid Integration-Architecture-Designer Dumps shared by ExamDiscuss.com for Helping Passing Integration-Architecture-Designer Exam! ExamDiscuss.com now offer the newest Integration-Architecture-Designer exam dumps, the ExamDiscuss.com Integration-Architecture-Designer exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Integration-Architecture-Designer dumps with Test Engine here:
A developer has been tasked by the integration architect to build a solution based on the Streaming API. The developer has done some research and has found there are different implementations of the events in Salesforce (Push Topic Events, Change Data Capture, Generic Streaming, Platform Events), but is unsure of to proceed with the implementation.The developer asks the system architect for some guidance. What should the architect consider when making the recommendation?
Correct Answer: C
Recent Comments (The most recent comments are at the top.)
Tim Williams - Jun 23, 2022
With External Change Data Capture, you can track changes to data that is stored outside your Salesforce org when using the Odata 4.0 adapter. You can then build automation in response to the changes to increase productivity or provide a better customer experience.
The external data change tracking feature polls the external system at configurable intervals (5–30 minutes) for tracked changes. For each external object that has the feature enabled, a topic channel and an associate change event entity are created where change event notifications are published. You add a subscriber to each topic channel and then process the data changes through Streaming API. You can also add an Apex trigger that is called when change event notifications are published. So it would seem that C is the correct answer.
PG - Apr 20, 2022
The correct one is: Change Data Capture does not have record access support.
Reference: - A - Apex Trigger can subscribe Platform Event and Change Data Capture - B - custom payload can be in Generic Event - C - Platform Event and Push Topic can be published via Apex. - *Change Data Capture ignores sharing settings and sends change events for all records of a Salesforce object. Change Data Capture respects your org’s field-level security settings.*
Recent Comments (The most recent comments are at the top.)
With External Change Data Capture, you can track changes to data that is stored outside your Salesforce org when using the Odata 4.0 adapter. You can then build automation in response to the changes to increase productivity or provide a better customer experience.
The external data change tracking feature polls the external system at configurable intervals (5–30 minutes) for tracked changes. For each external object that has the feature enabled, a topic channel and an associate change event entity are created where change event notifications are published. You add a subscriber to each topic channel and then process the data changes through Streaming API. You can also add an Apex trigger that is called when change event notifications are published. So it would seem that C is the correct answer.
The correct one is: Change Data Capture does not have record access support.
Reference:
- A - Apex Trigger can subscribe Platform Event and Change Data Capture
- B - custom payload can be in Generic Event
- C - Platform Event and Push Topic can be published via Apex.
- *Change Data Capture ignores sharing settings and sends change events for all records of a Salesforce object. Change Data Capture respects your org’s field-level security settings.*
B. Push Topic Event can define a custom payload.
https://www.thecloudfountain.com/platform-events-vs-push-topic-vs-change-data-capture/
Follow: https://help.salesforce.com/s/articleView?id=sf.external_object_change_tracking_intro.htm&type=5
Please review this question. 2 answers are mashed together and I believe the answer is incorrect. There is also no explanation to validate the answer.