ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 268 - Certified Platform Developer II discussion

Report
Export

There are user complaints about slow render times of a custom data table within a visualforce page that loads thousands of Account records at once.

What can a developer do to help alleviate such issues?

A.
Use the standard Account List controller and implement pagination.
Answers
A.
Use the standard Account List controller and implement pagination.
B.
Use JavaScript remoting to query the accounts.
Answers
B.
Use JavaScript remoting to query the accounts.
C.
Use the transient keyword in the Apex code when querying the Account records.
Answers
C.
Use the transient keyword in the Apex code when querying the Account records.
D.
Upload a third-party data table library as a static resource.
Answers
D.
Upload a third-party data table library as a static resource.
Suggested answer: C
asked 23/09/2024
Pedro Faro
29 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first