ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 393 - Certified Platform Developer II discussion

Report
Export

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 2 answers

A.
Use the @future annotation on the method that performs the aggregate calculation.
Answers
A.
Use the @future annotation on the method that performs the aggregate calculation.
B.
Implement the schedulable Interface In the class that contains the aggregate calculation method.
Answers
B.
Implement the schedulable Interface In the class that contains the aggregate calculation method.
C.
Use the areadOnly annotation on the method that performs the aggregate calculation.
Answers
C.
Use the areadOnly annotation on the method that performs the aggregate calculation.
D.
Implement the Queuable Interface in the class that contains the aggregate calculation method.
Answers
D.
Implement the Queuable Interface in the class that contains the aggregate calculation method.
Suggested answer: B, D
asked 23/09/2024
Andrea Marini
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first