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

  1. Question 63: What is the best way to display field-level error messages in Lightning?
  2. Question 64: A company requires an external system to be notified whenever an account is updated. trigger AccountTrigger on Account (after update){ for (Account updatedAcco…
  3. Question 65: A company has a custom object, Order__c, that has a custom picklist field, Status__c, with values of `˜New', `˜In Progress', or `˜Fulfilled' and a lookup field…
  4. Question 66: An org contains two custom objects: Building__c and Office__c. Office__c has a Lookup field to Building__c. A developer is asked to automatically populate the…
  5. Question 67: A managed package uses a list of country ISO codes and country names as reference data in many different places from within the managed package Apex code. What…
  6. Question 68: A Lightning Component functions in preview mode and needs to be used inside a Lightning App Builder page, but it is not available. What change should be applie…
  7. Question 69: A company wants to build a custom Lightning Component that will display a specified Account Field Set and that can only be added to the Account record page. Wh…
  8. Question 70: A developer must perform a complex SOQL query that joins two objects in a Lightning component. How can the Lightning component execute the query?
  9. Question 71: Sometimes events on Salesforce need to be handled by an external system due to the scale or type of process being executed. Consider the use case of a user in…
  10. Question 72: Invokable methods accept sObjects as parameters.