nerdexam
Salesforce

PDII · Question #113

What is the most efficient way in Visualforce to show information based on data filters defined by an end-user for a large volume of data?

The correct answer is B. Use filter conditions in a SOQL query to limit data based on data filters. See the full explanation below for the reasoning.

Question

What is the most efficient way in Visualforce to show information based on data filters defined by an end-user for a large volume of data?

Options

  • AUse the rendered condition in Visualforce to limit data based on data filters
  • BUse filter conditions in a SOQL query to limit data based on data filters
  • CUse an Apex controller to refine raw data based on data filters and store the result in a transient
  • DUse an Apex controller to refine raw data based on data filters and store the result in a static

How the community answered

(49 responses)
  • A
    6% (3)
  • B
    78% (38)
  • C
    4% (2)
  • D
    12% (6)

Community Discussion

No community discussion yet for this question.

Full PDII Practice