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