Free Certified Platform Developer II Exam Braindumps (page: 18)

Page 17 of 90

A developer is trying to access org data from within a test class.
Which sObject type requires the test class to have the (seeAllData=true) annotation?

  1. Report
  2. User
  3. Profile
  4. RecordType

Answer(s): A



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






Post your Comments and Discuss Salesforce Certified Platform Developer II exam with other Community members:

Certified Platform Developer II Discussions & Posts