00:00

QUESTION 16

- (Exam Topic 1)
What is the transaction limit on the recursive trigger depth?

Correct Answer: C

QUESTION 17

- (Exam Topic 3)
A developer is asked to look into an issue where a scheduled Apex is running into DML limits. Upon investigation, the developer finds that the number of records processed by the scheduled Apex has recently increased to more than 10,000.
What should the developer do to eliminate the limit exception error?

Correct Answer: B

QUESTION 18

- (Exam Topic 1)
What is the transaction limit for the number of DML statements allowed?

Correct Answer: E
Includes Approval functions, rollbacks/savepoints, and System.runAs

QUESTION 19

- (Exam Topic 1)
What is a consideration when testing batch Apex? (Choose two.)

Correct Answer: AD

QUESTION 20

- (Exam Topic 1)
A developer is working on code that requires a call to an external web service from a batch. How should the developer enable this functionality?

Correct Answer: B