CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 15: Certified Platform Developer II

A company recently deployed a Visualforce page with a custom controller that has a data grid of information about Opportunities in the org. Users report that they receive a `Maximum view state size limit` error message under certain conditions. According to Visualforce best practice, which three actions should the dev…

Nội dung câu hỏi

A company recently deployed a Visualforce page with a custom controller that has a data grid of information about Opportunities in the org. Users report that they receive a `Maximum view state size limit` error message under certain conditions. According to Visualforce best practice, which three actions should the developer take to reduce the view state? (Choose three.)

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Use the transient keyword in the Apex controller for variables that do not maintain state
  2. B. Use the final keyword in the controller for variables that will not change — đáp án hiện tại
  3. C. Use the private keyword in the controller for variables
  4. D. Refine any SOQL queries to return only data relevant to the page — đáp án hiện tại
  5. E. Use filters and pagination to reduce the amount of data — đáp án hiện tại

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề