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

  1. Question 32: Which of the follow be used together in DML operations (transaction)? (Choose two.)
  2. Question 33: What is a valid request for the following REST method? (Choose two.) @HttpPost global static void myPostMethod(String sl, Integer il, Boolean bl, String 52)
  3. Question 34: An environment has two Apex Triggers: an after-update trigger on Account and an after-update trigger on Contact. The Account after-update trigger fires wheneve…
  4. Question 35: A custom Visualforce controller calls the ApexPages.addMessage() method, but no messages are rendering on the page. Which component should be added to the Visu…
  5. Question 36: Which method should be used to convert a Date to a String in the current user's locale?
  6. Question 37: When testing batch classes, what must a developer do? (Choose two.)
  7. Question 38: Customer billing data must be added and updated into Salesforce from a remote system on weekly basis. Additionally, customer activity information must be extra…
  8. Question 39: A company needs to automatically delete sensitive information after seven years. This could delete almost a million records every day. How can this be achieved?
  9. Question 40: Universal Containers wants to use an external Web Service provided by a third-party vendor to validate that shipping and billing addresses are correct. The cur…
  10. Question 41: A company has a Lightning Page with many Lightning Components, some that cache reference data. It is reported that the page does not always show the most curre…