nerdexam
Salesforce

CRT-450 · Question #25

If apex code executes inside the execute() method of an Apex class when implementing the Batchable interface, which statement are true regarding governor limits? Choose 2 answers

The correct answer is B. The apex governor limits are reset for each iteration of the execute() method. C. The Apex governor limits are relaxed while calling the constructor of the Apex class. See the full explanation below for the reasoning.

Question

If apex code executes inside the execute() method of an Apex class when implementing the Batchable interface, which statement are true regarding governor limits? Choose 2 answers

Options

  • AThe Apex governor limits might be higher due to the asynchronous nature of the transaction.
  • BThe apex governor limits are reset for each iteration of the execute() method.
  • CThe Apex governor limits are relaxed while calling the constructor of the Apex class.
  • DThe Apex governor limits cannot be exceeded due to the asynchronous nature of the transaction.

How the community answered

(60 responses)
  • A
    5% (3)
  • B
    83% (50)
  • D
    12% (7)

Community Discussion

No community discussion yet for this question.

Full CRT-450 Practice