nerdexam
Salesforce

PDI · Question #120

Where are two locations a developer can look to find information about the status of asynchronous or future methods? Choose 2 answers

The correct answer is A. Apex Flex Queue B. Apex Jobs. Developers can monitor the status and progress of asynchronous Apex jobs, such as future methods, through dedicated Salesforce monitoring interfaces.

Submitted by yuki_2020· Apr 18, 2026Testing, Debugging, and Deployment

Question

Where are two locations a developer can look to find information about the status of asynchronous or future methods? Choose 2 answers

Options

  • AApex Flex Queue
  • BApex Jobs
  • CPaused Flow Interviews component
  • DTime-Based Workflow Monitor

How the community answered

(46 responses)
  • A
    89% (41)
  • C
    4% (2)
  • D
    7% (3)

Why each option

Developers can monitor the status and progress of asynchronous Apex jobs, such as future methods, through dedicated Salesforce monitoring interfaces.

AApex Flex QueueCorrect

The Apex Flex Queue displays pending asynchronous jobs, including future methods, allowing developers to see which jobs are waiting to be processed.

BApex JobsCorrect

The Apex Jobs page (also known as Async Apex Jobs) provides a comprehensive list of all asynchronous Apex jobs, showing their status, type, and execution details.

CPaused Flow Interviews component

The Paused Flow Interviews component is specifically used for managing and monitoring paused Salesforce Flow interviews, not asynchronous Apex methods.

DTime-Based Workflow Monitor

The Time-Based Workflow Monitor is used to track workflow actions that are scheduled for future execution, distinct from asynchronous Apex methods.

Concept tested: Monitoring asynchronous Apex jobs

Source: https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_debugging_monitor_jobs.htm

Topics

#Asynchronous Apex#Monitoring#Apex Jobs#Debugging

Community Discussion

No community discussion yet for this question.

Full PDI Practice