ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 405 - Certified Platform Developer II discussion

Report
Export

Universal Containers wants to notify an external system in the event that an unhandled exception occurs when their nightly Apex batch job runs.

What is the appropriate publish/subscribe logic to meet this requirement?

A.
Have the external system subscribe to a custom Platform Event that gets fired with addError().
Answers
A.
Have the external system subscribe to a custom Platform Event that gets fired with addError().
B.
Have the external system subscribe to a custom Platform Event that gets fired with EventBus.publish(),
Answers
B.
Have the external system subscribe to a custom Platform Event that gets fired with EventBus.publish(),
C.
Have the external system subscribe to a standard Platform Event that gets fired with with Eventbus.publish()
Answers
C.
Have the external system subscribe to a standard Platform Event that gets fired with with Eventbus.publish()
D.
Have the external system subscribe to a standard Platform Event that gets fired.
Answers
D.
Have the external system subscribe to a standard Platform Event that gets fired.
Suggested answer: C
asked 23/09/2024
Dina Elizabeth Perez de Paz
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first