Valid Integration-Architect Dumps shared by ExamDiscuss.com for Helping Passing Integration-Architect Exam! ExamDiscuss.com now offer the newest Integration-Architect exam dumps, the ExamDiscuss.com Integration-Architect exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Integration-Architect 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: B
Explanation Push Topic Events can define a custom payload, which is one of the factors that should be considered when choosing a Streaming API implementation. Push Topic Events are based on SOQL queries that define the data changes to be notified of. You can specify the fields to be returned in the event message by using the SELECT clause in the query. This allows you to customize the payload according to your needs2 References: Create a PushTopic
Recent Comments (The most recent comments are at the top.)
Sky - Jun 11, 2025
The correct one is: Change Data Capture does not have record access support.
Reference: - Apex Trigger can subscribe Platform Event and Change Data Capture - custom payload can be in Generic Event - 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.)
The correct one is: Change Data Capture does not have record access support.
Reference:
- Apex Trigger can subscribe Platform Event and Change Data Capture
- custom payload can be in Generic Event
- 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.
https://www.freecram.net/question/Salesforce.Integration-Architecture-Designer.v2021-11-17.q37/a-developer-has-been-tasked-by-the-integration-architect-to-build-a-solution-based-on-the-streaming-api
A. Push Topic Event can define a custom payload