SalesforceSalesforce
PDI · Question #192
PDI Question #192: Real Exam Question with Answer & Explanation
Sign in or unlock PDI to reveal the answer and full explanation for question #192. The question stem and answer options stay visible for context.
Submitted by dimitri_ru· Apr 18, 2026Testing, Debugging, and Deployment
Question
A developer is alerted to an issue with a custom Apex trigger that is causing records to be duplicated. What is the most appropriate debugging approach to troubleshoot the issue?
Options
- ADisable the trigger m production and test to see If the issue still occurs.
- BUse the Apex Interactive Debugger to step through the code and Identify the issue.
- CReview the Historical Event logs to Identify the source of the issue.
- DAdd system.debug statements to the code to track the execution flow and identify the issue.
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 Debugging#Apex Triggers#system.debug#Troubleshooting