Salesforce Platform Developer I (legacy) — Question 114

A developer needs to find information about @future methods that were invoked.
From which system monitoring feature can the developer see this information?

Answer options

Correct answer: B

Explanation

The correct option is B, Apex Jobs, as it specifically provides information about asynchronous processes in Salesforce, including @future methods. The other options, such as Scheduled Jobs and Background Jobs, do not focus on the execution details of @future methods, which is why they are not correct.