Asynchronous process helps us in doing long-running operations in the background so that it will not impact application performance. This post has Salesforce Interview Question for Asynchronous Apex.
Tag:
batch job
Salesforce has four asynchronous apex which can handle long running job. This post will explain where to avoid batch apex and use Queueable Class instead.