- (Exam Topic 1)
What is the transaction limit on the recursive trigger depth?
Correct Answer:
C
- (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
- (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
- (Exam Topic 1)
What is a consideration when testing batch Apex? (Choose two.)
Correct Answer:
AD
- (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