SalesforceSalesforce
PDI · Question #199
PDI Question #199: Real Exam Question with Answer & Explanation
Sign in or unlock PDI to reveal the answer and full explanation for question #199. The question stem and answer options stay visible for context.
Submitted by daniela_cl· Apr 18, 2026User Interface
Question
Universal Containers has a Visualforce page that displays a table of every Container__c being rented by a given Account. Recently this page is failing with a view state limit because some of the customers rent over 10,000 containers. What should a developer change about the Visualforce page to help with the page load errors?
Options
- AUse JavaScript remotlng with SOQL Offset.
- BImplement pagination with a StandardSetController.
- CImplement pagination with an OffaetController.
- DUse lazy loading and a transient List variable.
Unlock PDI to see the answer
You've previewed enough free PDI questions. Unlock PDI for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Visualforce#View State#StandardSetController#Pagination