Salesforce Platform Developer I (legacy) — Question 85

Which governor limit applies to all the code in an Apex transaction?

Answer options

Correct answer: D

Explanation

The correct answer is D, Elapsed CPU time, because it is a limit that encompasses all processing executed during an Apex transaction, impacting the total execution time. The other options, while they are indeed limits, do not apply to all code within the transaction as they are more specific to certain operations.