Free CERTIFIED-PLATFORM-DEVELOPER-II Salesforce CERTIFIED-PLATFORM-DEVELOPER-II Practice Test Question

Loading demo links...

Showing 13–15 of 28 questions

Question 13 (Topic 1)

A customer has a single Visualforce page that allows each user to input up to 1500 sales forecasts and instantly view pivoted forecast calculations. Users are complaining that the page is loading slowly, and they are seeing error messages regarding heap and view state limits. What are three recommendations to optimize page performance? (Choose three.)

Select an option, then click Submit answer.

  • Segregate calculation functionality from input functionality
  • Specify the list of sales forecasts as transient
  • Implement pagination and reduce records per page
  • Create formula fields to compute pivoted forecast calculations
  • Use JavaScript Remoting instead of controller actions
Question 14 (Topic 1)

Which of the follow be used together in DML operations (transaction)? (Choose two.)

Select an option, then click Submit answer.

  • Account - AccountShare
  • Case - CaseComment
  • Opportunity - User
  • Account - Order
Question 15 (Topic 1)

In which of the following scenarios would it be acceptable to use programmatic sharing instead of declarative sharing? (Choose three.)

Select an option, then click Submit answer.

  • Every record created by sales users needs to be visible to their respective manager
  • Poor performance when using native sharing components
  • Team functionality is required on custom objects
  • There is an existing, external system of truth for user access assignments which will continue to drive access and be integrated with salesforce
  • You need to change record access to read/write for all users utilising a lightning component