J

Salesforce PDII Exam

Information About Salesforce PDII Exam

Vender: Salesforce
Exam Code: PDII
Exam Name: Platform Developer II
Number Of Questions: 331
Certification Name: Platform Developer II
Exam Language: English
Questions Type: MCQs
Material Format: PDF & Web Practice Test Software

Prepare Salesforce PDII Exam Questions

Question No 1:
A Visualforce page loads slowly due to the large amount of data it displays. Which strategy can a developer use to improve the performance?

A. use lazy loading to load the data on demand, instead of in the controller's constructor.
B. use an <apex:actionPoller> in the page to load all of the data asynchronously.
C. use Javascript to move data processing to the browser instead of the controller.
D. Use the transient keyword for the List variables used in the custom controller.

Answer: A

See More Questions

Join the conversation

You can post now after register. If you have an account, sign in now to post with your account.