CRT-450 Exam Question 36
An after trigger on the account object performs a DML update operation on all of the child opportunities of an account. There are no active triggers on the opportunity object, yet a "maximum trigger depth exceeded" error occurs in certain situation. Which two reasons possibly explain the account trigger firing recursively? choose 2 answers
CRT-450 Exam Question 37
How should a developer create a new custom exception class?
CRT-450 Exam Question 38
What is a good practice for a developer to follow when writing a trigger? (Choose 2)
CRT-450 Exam Question 39
Which two statements are true about using the @testSetup annotation in an Apex test class? (Choose two.)
CRT-450 Exam Question 40
The initial value for a number field on a record is 1. A user updated the value of the number field to 10. This action invokes a workflow field update, which changes the value of the number field to 11. After the workflow field update, an update trigger fires.What is the value of the number field of the object that is obtained from Trigger.old?
