Exam Order-Management-Administrator Topic 2 Question 102 Discussion
Actual exam question for Salesforce's Order-Management-Administrator exam
Question #: 102
Topic #: 2
Question #: 102
Topic #: 2
What ate two reasons an admin should choose an Eventover a Trigger when it comes to building out a solution?
Suggested Answer: B,D Vote an answer
Two reasons an admin should choose an Event over a Trigger when it comes to building out a solution are:
Events are asynchronous. This means that events are processed in the background, without blocking the main execution thread. This can improve the performance and user experience of the solution, as well as avoid governor limits and timeouts.
Events do not participate in a transaction scope. This means that events are independent of the transaction that publishes them, and they do not affect the rollback or commit behavior of the transaction. This can avoid unwanted side effects and errors in the solution, as well as decouple the logic from the data.
Verified References: https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events
/platform_events_intro.htm https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta
/platform_events/platform_events_considerations.htm
Events are asynchronous. This means that events are processed in the background, without blocking the main execution thread. This can improve the performance and user experience of the solution, as well as avoid governor limits and timeouts.
Events do not participate in a transaction scope. This means that events are independent of the transaction that publishes them, and they do not affect the rollback or commit behavior of the transaction. This can avoid unwanted side effects and errors in the solution, as well as decouple the logic from the data.
Verified References: https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events
/platform_events_intro.htm https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta
/platform_events/platform_events_considerations.htm
by Mamie at Jun 01, 2026, 07:43 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).