Q: 13
A developer identifies the following triggers on the Expense _c object:
The triggers process before delete, before insert, and before update events respectively.
Which two techniques should the developer implement to ensure trigger best practices are
followed?
Choose 2 answers
The triggers process before delete, before insert, and before update events respectively.
Which two techniques should the developer implement to ensure trigger best practices are
followed?
Choose 2 answersOptions
Discussion
A and C tbh. Watch out for B, Flow isn't standard for delete logic here.
Option D Came across something close in the official guide, check that plus practice tests.
A and C imo, had exactly similar question in my exam last year and these match Salesforce best practices.
Its A and C. Keeping just one trigger per object is standard, B looks tempting but misses the core best practice.
Best practice is always to keep just one trigger per object and delegate heavy lifting to helper classes, keeps things clean and easier to manage. So for this, I'd say A and C. Seen similar advice in exam reports, pretty sure that's right.
Be respectful. No spam.