SalesforceSalesforce
PDI · Question #143
PDI Question #143: Real Exam Question with Answer & Explanation
Sign in or unlock PDI to reveal the answer and full explanation for question #143. The question stem and answer options stay visible for context.
Submitted by olafpl· Apr 18, 2026Logic and Process Automation
Question
The following automations already exist on the Account object: - A workflow rule that updates a field when a certain criteria is met - A custom validation on a field - A How that updates related contact records A developer created a trigger on the Account object. What should the developer consider while testing the trigger code?
Options
- AThe flow may be launched multiple times.
- BWorkflow rules will fire only after the trigger has committed all DML operations to the database.
- CA workflow rule field update will cause the custom validation to run again.
- DThe trigger may fire multiple times during a transaction.
Unlock PDI to see the answer
You've previewed enough free PDI questions. Unlock PDI for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Apex Triggers#Order of Execution#Trigger Recursion#Salesforce Automation