Salesforce Certified Platform Developer II — Question 243
After a Platform Event is defined in a Salesforce org, events can be published via which two mechanisms? (Choose two.)
Answer options
- A. External Apps require the standard Streaming API.
- B. Internal Apps can use Process Builder.
- C. External Apps use an API to publish event messages.
- D. Internal Apps can use Outbound Messages.
Correct answer: B, C
Explanation
The correct answers are B and C because internal applications can indeed leverage Process Builder to publish events, while external applications can use an API for this purpose. Options A and D are incorrect as they do not represent valid mechanisms for publishing Platform Events in Salesforce.