Execution Governors and Limits Per-Transaction Apex Limits Flashcards

1
Q

Total number of SOQL queries issued?

A

Synchronous Limit = 100

Asynchronous Limit = 200

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Total number of records retrieved by SOQL queries?

A

50,000

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Total number of records retrieved by Database.getQueryLocator

A

10,000

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Total number of SOSL queries issued

A

20

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Total number of DML statements issued2

A

150

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Total number of records processed as a result of DML statements, Approval.process, or database.emptyRecycleBin

A

10,000

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Total stack depth for any Apex invocation that recursively fires triggers due to insert, update, or delete statements3

A

16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Total number of callouts (HTTP requests or web services calls) in a transaction

A

100

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How many standard objects are in Salesforce?

A

399 standard objects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Maximum cumulative timeout for all callouts (HTTP requests or Web services calls) in a transaction

A

120 seconds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Maximum number of methods with the future annotation allowed per Apex invocation

A

50

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Maximum number of Apex jobs added to the queue with System.enqueueJob

A

50

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Total number of sendEmail methods allowed

A

10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Total heap size4

A

Synchronous Limit = 6 MB

Asynchronous Limit = 12 MB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Maximum CPU time on the Salesforce servers5

A

Synchronous Limit = 10,000 milliseconds

Asynchronous Limit = 60,000 milliseconds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Maximum execution time for each Apex transaction

A

10 minutes

17
Q

Maximum number of push notification method calls allowed per Apex transaction

A

10

18
Q

Maximum number of push notifications that can be sent in each push notification method call

A

2,000

19
Q

https://developer.salesforce.com/docs/atlas.en-us.210.0.apexcode.meta/apexcode/apex_gov_limits.htm

A

Location of the Execution Governors and Limits