Courseiva
Process Automation And LogicmediumMultiple SelectObjective-mapped

SALESFORCE-PD1 Process Automation And Logic Practice Question

A developer is choosing between Future methods and Queueable Apex. Which TWO characteristics are unique to Queueable Apex? (Choose TWO.)

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

Queueable Apex returns an AsyncApexJob ID that can be used to monitor job progress.

Queueable Apex supports complex objects and job chaining, unlike future methods.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Queueable Apex methods can be called synchronously from inside formula fields.

    Why it's wrong here

    Queueable jobs cannot be called from formula fields.

  • Queueable Apex returns an AsyncApexJob ID that can be used to monitor job progress.

    Why this is correct

    System.enqueueJob returns an ID corresponding to the AsyncApexJob record.

  • Queueable Apex allows passing complex data types such as sObjects and custom Apex objects.

    Why this is correct

    Queueable jobs support member variables containing sObjects and custom classes.

  • Queueable Apex does not support asynchronous job chaining.

    Why it's wrong here

    Queueable Apex specifically supports chaining via System.enqueueJob().

  • Queueable Apex restricts external HTTP callouts entirely.

    Why it's wrong here

    Queueable Apex supports callouts when implementing Database.AllowsCallouts.

About these practice questions

This SALESFORCE-PD1 question is part of Courseiva's 493-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 →

How Courseiva writes practice questions · Editorial policy

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.