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 3 of 24.

  1. Question 21: Universal Containers wants to use a Customer Community with Customer Community Plus licenses so their customers can track how many containers they are renting…
  2. Question 22: A Visualforce page contains an industry select list and displays a table of Accounts that have a matching value in their Industry field. <apex:selectList value…
  3. Question 23: A developer wishes to improve runtime performance of Apex calls by caching results on the client. What is the best way to implement this?
  4. Question 24: <lightning:layout multipleRows="true"> <lightning:layoutItem size="12">{!v.account.Name} </lightning:layoutItem> <lightning:layoutItem size="12">{!v.account.Ac…
  5. Question 25: Employee_c is a Child object of Company_c. The Company_c object has an external Id field Company_Id_c. How can a developer insert an Employee_c record linked t…
  6. Question 26: Part of a custom Lightning Component displays the total number of Opportunities in the org, which is in the millions. The Lightning Component uses an Apex Cont…
  7. Question 27: Which two objects can be inserted in the same transaction? (Choose two.)
  8. Question 28: After a Platform Event is defined in a Salesforce org, events can be published via which two mechanisms? (Choose two.)
  9. Question 30: A developer needs to send Account records to an external system for backup purposes. The process must take a snapshot of Accounts as they are saved and then ma…
  10. Question 31: A developer writes the following Apex trigger so that when a Case is closed, a single Survey record is created for that Case. The issue is that multiple Survey…