Salesforce Platform Developer I (legacy) — Question 123

Which two are best practices when it comes to component and application event handling? (Choose two.)

Answer options

Correct answer: A, C

Explanation

Option A is correct because reusing event logic in a helper promotes cleaner code and better organization. Option C is also correct as it allows for a more structured event flow by handling low-level events and promoting higher-level events. Options B and D are not best practices; while they have valid uses, they do not align with the recommended approaches for effective event handling.