Salesforce PDII Exam (page: 14)
Salesforce Certified Platform Developer II
Updated on: 25-Dec-2025

Viewing Page 14 of 86

The progress of an apex job queued is using the System.enqueueJob method and needs to be monitored.
Which options are valid? (Choose two.)

  1. Use the Apex Jobs page in setup
  2. Query the Queueable Apex record
  3. Query the AsyncApexJob record
  4. Use the Scheduled Jobs page in setup

Answer(s): A,C



Which are relevant practices while analyzing the timeline of different types of transactions in the execution overview panel? (Choose two.)

  1. Log lines in the execution log panel can be analyzed for details about specific events
  2. The performance tree should be use to analyze events further starting from the one that take the least amount of time
  3. The execution tree can be used with the execution log to filter and get specific information about events
  4. Multiple short bursts of Apex events should be analyzed since they can add up to a significant amount of time

Answer(s): A,D



A developer is writing a complex application involving triggers, workflow rules, Apex classes, and processes. The developer needs to carefully consider the order of execution when developing the application.

1. Before Triggers
2. After Triggers
3. Post commit logic such as sending email
4. DML committed to the database
5. Workflow rules
6. Roll-up summary calculations

In what order do the following operations execute?

  1. 1, 2, 5, 6, 4, 3
  2. 1, 5, 6, 2, 4, 3
  3. 1, 2, 4, 5, 6, 3
  4. 1, 6, 5, 2, 4, 3

Answer(s): A



A developer has been asked to create code that will meet the following requirements:

Receives input of: Map<Id, Project_c), List<Account>
Performs a potentially long-running callout to an outside web service
Provides a way to confirm that the process executed successfully

Which asynchronous feature should be used?

  1. @future (callout=true)
  2. Database.AllowCallouts interface
  3. Schedulable interface
  4. Queueable interface

Answer(s): D



A developer wants to retrieve and deploy metadata, perform simple CSV export of query results, and debug Apex REST calls by viewing JSON responses.
Which tool should the developer use?

  1. Developer Console
  2. Force.com Migration Tool
  3. Workbench
  4. Force.com IDE

Answer(s): C



Viewing Page 14 of 86



Share your comments for Salesforce PDII exam with other users:

Farooqi 11/21/2023 1:37:00 AM

good for practice.
INDIA