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

  1. Question 252: A company processes Orders within their Salesforce instance. When an Order's status changes to 'Paid' it must notify the company's order management system (OMS…
  2. Question 253: How can the DISTANCE and GEOLOCATION functions be used in SOQL queries? (Choose two.)
  3. Question 254: What is the correct syntax for calling a controller action from a Visualforce page and updating part of the page once the action is completed? (Choose two.)
  4. Question 255: What is a consideration when testing batch Apex? (Choose two.)
  5. Question 257: If the "PageReference.setRedirect" Apex function is set to True, what type of request is made?
  6. Question 258: Which three Visualforce components can be used to initiate Ajax behavior to perform partial page updates? (Choose three.)
  7. Question 259: Which of the following object types can be used with a Web Service?
  8. Question 260: A company accepts orders for customers in their enterprise resource planning (ERP) system that must be integrated into Salesforce as Order__c records with a lo…
  9. Question 261: What is the transaction limit for the number of SOSL queries?
  10. Question 262: A developer wants to call an Apex Server-side Controller from a Lightning Aura Component. What are two limitations to the data being returned by the Controller…