ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 203 - Certified Platform Developer II discussion

Report
Export

A company uses Opportunism to track sales to their customers and their org has millions of Opportunities. They want to begging to track revenue over time through a related Revenue object.

As part of their initial implementation, they want to perform a one-time seeding of their data by automatically creating and populating Revenue records for Opportunities, based on complex logic.

They estimate that roughly 100,000 Opportunities will have revenue records and populated.

What is the optimal way to automate this?

A.
Use System.enqueueJob>() to Invoke a Queueable class.
Answers
A.
Use System.enqueueJob>() to Invoke a Queueable class.
B.
Use System.scheduleJob() to schedule a Database.Scheduleable class.
Answers
B.
Use System.scheduleJob() to schedule a Database.Scheduleable class.
C.
Use Database.executeBatch() to invoke a Queueable dass.
Answers
C.
Use Database.executeBatch() to invoke a Queueable dass.
D.
Use Database.txtcuteBatch() to invoke a Database.Batchable class.
Answers
D.
Use Database.txtcuteBatch() to invoke a Database.Batchable class.
Suggested answer: D
asked 23/09/2024
Batista Moreira
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first