nerdexam
Salesforce

PDII · Question #383

A Salesforce org has more than 50,000 contacts. A new business process requires a calculation that aggregates data from all of these contact records. This calculation needs to run once a day after…

The correct answer is B. Implement the Schedulable interface D. Implement the Queuable interface. See the full explanation below for the reasoning.

Question

A Salesforce org has more than 50,000 contacts. A new business process requires a calculation that aggregates data from all of these contact records. This calculation needs to run once a day after business hours. Which two steps should a developer take to accomplish this? (Choose two.)

Options

  • AUse the @future annotation
  • BImplement the Schedulable interface
  • CImplement the Database.Batchable interface
  • DImplement the Queuable interface

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    79% (15)
  • C
    16% (3)

Community Discussion

No community discussion yet for this question.

Full PDII Practice