Salesforce Certified Platform Developer II Free Practice Exam Questions

236 real Salesforce Certified Platform Developer II exam questions with answers and AI explanations. Salesforce certification prep — page 6 of 24.

  1. Question 53: A developer has built a multi-page wizard using a single Custom Controller to query and update data. Users are complaining that the pages are loading slowly. W…
  2. Question 54: A custom field Exec_Count_c of type Number is created on an Account object. An account record with value of "1" for a: Exec_Count_c is saved. A workflow field…
  3. Question 55: A developer must create a custom pagination solution. While users navigate through pages, if the data is changed from elsewhere, users should still see the cac…
  4. Question 56: A developer has written an After Update trigger on Account. A workflow rule and field update cause the trigger to repeatedly update the Account records. How sh…
  5. Question 57: Which statement is true regarding both Flow and Lightning Process? (Choose two.)
  6. Question 58: A developer writes the following code: public with sharing class OrderController() public PaqeReference sendOrder() Order_c order = new Order_c insert order; E…
  7. Question 59: Which of the following standard fields are indexed? (Choose three.)
  8. Question 60: In which of the following scenarios would it be acceptable to use programmatic sharing instead of declarative sharing? (Choose three.)
  9. Question 61: How long is field history retained?
  10. Question 62: Choose the correct definition for <apex:actionFunction>.