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

  1. Question 176: 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…
  2. Question 178: A developer writes a Lightning web component that displays a dropdown list of all custom objects in the org from which a user will select. An Apex method prepa…
  3. Question 179: A developer is asked to create a Lightning web component that will be invoked via a button on a record page. The component must be displayed in a modal dialog.…
  4. Question 182: Which scenario requires a developer to use an Apex callout instead of Outbound Messaging?
  5. Question 184: A company has a custom object, Request_c, that has a checkbox field, Completed_c, and a Lookup to Opportunity, Opportunity_c. Which SOQL query will get a uniqu…
  6. Question 187: After a Platform Event is defined in a Salesforce org, events can be published via which two mechanisms? (Choose two.)
  7. Question 188: A developer is writing code that requires making callouts to an external web service. Which scenario necessitates that the callout be made in an @future method?
  8. Question 189: An Apex trigger creates an Order__c record every time an Opportunity is won by a Sales Rep. Recently the trigger is creating two orders. What is the optimal me…
  9. Question 190: A corporation has many different Salesforce orgs, with some different objects and some common objects, and wants to build a single Java application that can cr…
  10. Question 192: What are three reasons that a developer should write Jest tests for Lightning web components? (Choose three.)