ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 231 - Certified Platform Developer II discussion

Report
Export

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.
Answers
A.
Use Limits class to stop entire process once governor limits are reached.
B.
Use multiple @future methods for each process and callout.
Answers
B.
Use multiple @future methods for each process and callout.
C.
Use Queueable Apex to chain the jobs to run sequentially.
Answers
C.
Use Queueable Apex to chain the jobs to run sequentially.
D.
Use Apex Scheduler to scheduled each process.
Answers
D.
Use Apex Scheduler to scheduled each process.
Suggested answer: A
asked 23/09/2024
Maria Deras
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first