Courseiva
Process Automation And LogicmediumMultiple SelectObjective-mapped

SALESFORCE-PD1 Process Automation And Logic Practice Question

Which TWO statements are true regarding Queueable Apex compared to future methods? (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 offers job IDs for tracking and supports complex data types, 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 returns an AsyncApexJob ID that can be used to monitor job progress.

    Why this is correct

    Correct. System.enqueueJob returns an ID for tracking.

  • Future methods support chaining multiple jobs sequentially.

    Why it's wrong here

    Incorrect. Future methods cannot be chained; Queueable Apex supports chaining.

  • Queueable Apex supports passing complex data types such as SObjects or custom objects.

    Why this is correct

    Correct. Queueable classes can have member variables of complex types.

  • Queueable Apex cannot perform HTTP callouts.

    Why it's wrong here

    Incorrect. Queueable Apex can perform callouts by implementing Database.AllowsCallouts.

  • Queueable Apex methods must be annotated with @future.

    Why it's wrong here

    Incorrect. Queueable classes do not use the @future annotation.

About these practice questions

One of 493 original SALESFORCE-PD1 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.