SALESFORCE-PD1 Process Automation And Logic Practice Question
Which THREE statements are true regarding asynchronous Apex governor limits and execution behavior? (Choose three.)
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Asynchronous Apex jobs execute in their own separate transaction with independent governor limits.
Asynchronous jobs have higher limits (heap, CPU time), run in separate transactions, and can be monitored via AsyncApexJob.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Asynchronous Apex jobs execute in their own separate transaction with independent governor limits.
Why this is correct
Each asynchronous execution runs in a fresh transaction with reset limits.
- ✗
Future methods can be chained indefinitely without any depth limitations.
Why it's wrong here
Future methods cannot be chained directly.
- ✓
Queueable Apex jobs return an AsyncApexJob ID that can be queried to track job progress and status.
Why this is correct
System.enqueueJob returns an ID that maps to the AsyncApexJob record for tracking.
- ✗
Batch Apex jobs cannot make external web service callouts.
Why it's wrong here
Batch Apex can make callouts by implementing Database.AllowsCallouts.
- ✓
Asynchronous Apex transactions have a higher CPU time limit of 60,000 milliseconds compared to synchronous transactions.
Why this is correct
Asynchronous CPU time limit is indeed 60,000 milliseconds.
About these practice questions
This SALESFORCE-PD1 question is part of Courseiva's 488-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official Salesforce exam blueprint
This SALESFORCE-PD1 practice question is part of Courseiva's free Salesforce certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SALESFORCE-PD1 exam.