Per-Transaction Apex Governor Limits Quiz

This quiz is designed to give a visual representation of the per transaction apex limits.

  • Match each limit with its description
  • You can drag and drop each limit to a new position
  • When you are finished click the button at the bottom to check the answers
  • Your answers will be locked in place once you submit them, to take the quiz again click reset quiz
Descriptions
Limits
1.
Total number of SOQL queries issued(Synchronous Limit)
2.
Total number of SOQL queries issued(Asynchronous Limit)
3.
Total number of records retrieved by SOQL queries
4.
Total number of records retrieved by Database.getQueryLocator
5.
Total number of SOSL queries issued
6.
Total number of records retrieved by a single SOSL query
7.
Total number of DML statements issued
8.
Total number of records processed as a result of DML statements, Approval.process, or database.emptyRecycleBin
9.
Total stack depth for any Apex invocation that recursively fires triggers due to insert, update, or delete statements
10.
Total number of callouts (HTTP requests or web services calls) in a transaction
11.
Maximum cumulative timeout for all callouts (HTTP requests or Web services calls) in a transaction
12.
Maximum number of methods with the future annotation allowed per Apex invocation
13.
Maximum number of Apex jobs added to the queue with System.enqueueJob(Synchronous Limit)
14.
Maximum number of Apex jobs added to the queue with System.enqueueJob(Asynchronous Limit)
15.
Total number of sendEmail methods allowed
16.
Total heap size(Synchronous Limit)
17.
Total heap size(Asynchronous Limit)
18.
Maximum CPU time on the Salesforce servers(Synchronous Limit)
19.
Maximum CPU time on the Salesforce servers(Asynchronous Limit)
20.
Maximum execution time for each Apex transaction
21.
Maximum number of push notification method calls allowed per Apex transaction
22.
Maximum number of push notifications that can be sent in each push notification method call
100
200
50,000
10,000
20
2,000
150
10,000
16
100
120 seconds
50
50
1
10
6 MB
12 MB
10,000 milliseconds
60,000 milliseconds
10 minutes
10
2,000