Salesforce
PDI · Question #168
A develop completed modification to a customized feature that is comprised of two elements: Apex trigger Trigger handler Apex class What are two factors that the developer must take into account to pr
Sign in or unlock PDI to reveal the answer and full explanation for question #168. The question stem and answer options stay visible for context.
Submitted by fatema_kw· Apr 18, 2026Testing, Debugging, and Deployment
Question
A develop completed modification to a customized feature that is comprised of two elements:
Apex trigger Trigger handler Apex class What are two factors that the developer must take into account to properly deploy the modification to the production environment?
Options
- AApex classes must have at least 75% code coverage org-wide.
- BAt least one line of code must be executed for the Apex trigger.
- CAll methods in the test classes must use @isTest.
- DTest methods must be declared with the testMethod keyword.
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 Deployment#Code Coverage#Apex Triggers#Test Classes