Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Salesforce Exam CRT-450 Topic 4 Question 58 Discussion

Actual exam question for Salesforce's CRT-450 exam
Question #: 58
Topic #: 4
[All CRT-450 Questions]

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

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

Ming
4 days ago
Creating helper classes seems like a smart way to separate the logic from the trigger definition. That will make the code more maintainable in the long run.
upvoted 0 times
...
Brent
13 days ago
I think unifying the triggers is a good idea to keep the code organized. But using Flow for the delete action might be overkill for a simple use case like this.
upvoted 0 times
...
Howard
23 days ago
I prefer option C. Creating helper classes can make the code more modular and easier to maintain.
upvoted 0 times
...
Becky
25 days ago
I agree with Burma. Using Flow for the delete action can help keep the triggers organized.
upvoted 0 times
...
Burma
26 days ago
I think option B is a good choice because it separates the before insert and before update logic.
upvoted 0 times
...

Save Cancel