nerdexam
Salesforce

PDII · Question #218

PDII Question #218: Real Exam Question with Answer & Explanation

Sign in or unlock PDII to reveal the answer and full explanation for question #218. The question stem and answer options stay visible for context.

Question

A company has an Apex process that makes multiple extensive database operations and web service callouts. The database processes and web services can take a long time to run and must be run sequentially. How should the developer write this Apex code without running into running into governor limits and system limitations?

Options

  • AUse multiple @future methods for each process and callout
  • BUse Apex Scheduler to schedule each process
  • CUse Queueable Apex to chain the jobs to run sequentially
  • DUse Limits class to stop entire process once governor limits are reached

Unlock PDII to see the answer

You've previewed enough free PDII questions. Unlock PDII for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full PDII Practice
A company has an Apex process that makes multiple extensive... | PDII Q#218 Answer | NerdExam