List of questions
Related questions
Question 344 - Certified Platform Developer II discussion
The following code segment is railed from a Trigger handler class from the Opportunity trigger:
Which two changes should improve this code and make it more efficient? Choose 2 answers
A.
Move the DML outside of the for loop.
B.
Move the SOQL to fetch the account record outside of the for loop.
C.
Move business logic inside the Opportunity trigger.
D.
Use Triginstead.old instead of Trigger.new.
Your answer:
0 comments
Sorted by
Leave a comment first