List of questions
Related questions
Question 231 - Certified Platform Developer II discussion
ABC Company has an Apex process that makes multiple extensive database operation and web service callouts. The database processes and web services can take a length time to run and must be run sequentially.
How should the developer write this Apex code without running into governor limits and system limitations?
A.
Use Limits class to stop entire process once governor limits are reached.
B.
Use multiple @future methods for each process and callout.
C.
Use Queueable Apex to chain the jobs to run sequentially.
D.
Use Apex Scheduler to scheduled each process.
Your answer:
0 comments
Sorted by
Leave a comment first