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

  1. Question 83: What Visualforce tag can be used to display custom messages in pages using the Salesforce UI styling for errors, warnings, and other types of messages?
  2. Question 84: A developer must create a way for external partners to submit millions of leads into Salesforce per day. How should the developer meet this requirement?
  3. Question 85: What is a recommended practice with regard to the Apex CPU limit? (Choose two.)
  4. Question 86: The Contact object has a custom field called "Zone." Its data type is "Text" and field length is 3. What is the outcome after executing the following code snip…
  5. Question 87: A developer has a page with two extensions overriding the Standard controller for Case. <apex:page standardController="Case" extension="CaseExtensionOne,CaseEx…
  6. Question 88: What is the optimal syntax for adding a link to a case in a Visualforce page? (Choose two.)
  7. Question 89: A customer requires that when the billing address field on an Account gets updated, the address field on all its related contact records should reflect the sam…
  8. Question 90: A developer is working on code that requires a call to an external web service from a batch. How should the developer enable this functionality?
  9. Question 91: What tool in the Developer Console contains information on SOQL query Cardinality?
  10. Question 92: A developer is writing unit tests for the following method: public static Boolean isFreezing(String celsiusTemp){ if(String.isNotBlank(celsiusTemp) && celsiusT…