Salesforce Certified Platform Developer II — Question 215

What is the transaction limit on the number of @future invocations?

Answer options

Correct answer: C

Explanation

The correct answer is C, as Salesforce restricts the number of @future method invocations to 50 per transaction. The other options exceed this limit, making them incorrect. Understanding these limits is crucial for optimizing asynchronous processing in Salesforce.