Courseiva
Process Automation And LogichardMultiple ChoiceObjective-mapped

SALESFORCE-PD1 Process Automation And Logic Practice Question

A developer wants to chain a second asynchronous job from within an executing Queueable Apex job. Which method should be used?

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

System.enqueueJob()

System.enqueueJob is used inside an execute method of a Queueable class to chain another job.

Answer analysis

Option-by-option breakdown

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

  • System.enqueueJob()

    Why this is correct

    System.enqueueJob is called inside the Queueable execute method to chain jobs.

  • Database.executeBatch()

    Why it's wrong here

    Batch Apex can be called, but queueable chaining specifically uses System.enqueueJob.

  • apexJob.schedule()

    Why it's wrong here

    Scheduled jobs use System.schedule, not enqueueJob.

  • Future.runAsync()

    Why it's wrong here

    Future methods cannot be chained directly in this manner.

About these practice questions

Courseiva writes every SALESFORCE-PD1 question from scratch — 488 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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.