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

  1. Question 222: A company has reference data stored in multiple custom metadata records that represent default information and delete behavior for certain geographic regions.…
  2. Question 224: global with sharing class MyRemoter { public String accountName { get; set; } public static Account account { get; set; } public AccountRemoter() {} @RemoteAct…
  3. Question 225: A business requires that every parent record must have a child record. A developer writes an Apex method with two DML statements to insert a parent record and…
  4. Question 229: A developer receives an error when trying to call a global server-side method using the @remoteAction decorator. How can the developer resolve the error?
  5. Question 230: A Lightning web component exists in the system and displays information about the record in context as a modal. Salesforce administrators need to use this comp…
  6. Question 231: A developer is asked to replace the standard Case creation screen with a custom screen that takes users through a wizard before creating the Case. The org only…
  7. Question 232: Universal Containers has an Apex trigger on Account that creates an Account Plan record when an Account is marked as a Customer. Recently a record-triggered fl…
  8. Question 234: A developer is writing a Listener for implementing outbound messaging. Which three considerations must the developer keep in mind in this case? (Choose three.)
  9. Question 235: A Salesforce org has more than 50,000 contacts. A new business process requires a calculation that aggregates data from all of these contact records. This calc…
  10. Question 236: As part of a custom interface, a developer team creates various new Lightning web components. Each of the components handles errors using toast messages. When…