A developer has a requirement to write Apex code to update a large number of account records on a nightly basis. The system administrator needs to be able to schedule the class to run after business hours on an as-needed basis. Which class definition should be used to successfully implement this requirement? A. global inherited sharing class ProcessAccountProcessor implements Database.Batchable, Schedulable B. global inherited sharing class ProcessAccountProcessor implements Schedulable C. global inherited sharing class ProcessAccountProcesscr implements Database.Batchable D. global inherited sharing class ProcessAccountProcessor implements Queueable  Suggested Answer: B Community Answer: B This question is in CRT-450 Salesforce Certified Platform Developer I Exam For getting Salesforce Certified Platform Developer I Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Salesforce. Trademarks, certification & product names are used for reference only and belong to Salesforce. The website does not contain actual questions and answers from Salesforce's Certification Exams.
Please login or Register to submit your answer