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

  1. Question 104: Universal Container needs to integrate with an external system. Every time an Account record is updated to meet certain criteria, a SOAP message must be sent t…
  2. Question 105: A Visualforce page loads slowly due to the large amount of data it displays. Which strategy can a developer use to improve the performance?
  3. Question 106: What is a potential design issue with the following code? trigger accountTrigger on Account (before update){ Boolean processOpportunity = false; List<opportuni…
  4. Question 108: Choose the correct definition for <apex:pageMessage>.
  5. Question 109: What is the optimal technique a developer should use to programmatically retrieve Global Picklist options in a Test Method?
  6. Question 110: Universal Containers uses Big Objects to store almost a billion customer transactions called Customer_Transaction__b. These are the fields on Customer_Transact…
  7. Question 111: A lead developer is creating tests for a Lightning web component. The component re-renders when a property called bypassSelection changes its value. What shoul…
  8. Question 112: An org has a requirement that an Account must always have one and only one Contact listed as Primary. So selecting one Contact will de-select any others. The c…
  9. Question 113: The progress of an apex job queued is using the System.enqueueJob method and needs to be monitored. Which options are valid? (Choose two.)
  10. Question 114: A developer is writing a complex application involving triggers, workflow rules, Apex classes, and processes. The developer needs to carefully consider the ord…