Salesforce Certified Platform Developer (Plat-Dev-201) PDI Question # 52 Topic 6 Discussion

Salesforce Certified Platform Developer (Plat-Dev-201) PDI Question # 52 Topic 6 Discussion

PDI Exam Topic 6 Question 52 Discussion:
Question #: 52
Topic #: 6

If Apex code executes inside the execute() method of an Apex class when implementing the Batchable interface, which two statements are true regarding governor limits?

Choose 2 answers


A.

The Apex governor limits are reset for each iteration of the execute () method.


B.

The Apex governor limits cannot be exceeded due to the asynchronaus nature of the transaction.


C.

The Apex governor limits will use the asynchronous limit levels.


D.

The Apex governor limits are omitted while calling the constructor of the Apex class.


Get Premium PDI Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.