nerdexam
Salesforce

PDII · Question #170

What is the correct order of execution for Visualforce Page "postback" requests (when user interaction requires a page update)?

The correct answer is A. 1) Decode View State 2) Evaluate expressions and method calls for the main page and custom. See the full explanation below for the reasoning.

Question

What is the correct order of execution for Visualforce Page "postback" requests (when user interaction requires a page update)?

Options

  • A
    1. Decode View State 2) Evaluate expressions and method calls for the main page and custom
  • B
    1. Evaluate expressions and method calls for the main page and custom components 2) Decode
  • C
    1. Decode View State 2) Evaluate expressions and method calls for the main page and custom

How the community answered

(58 responses)
  • A
    78% (45)
  • B
    14% (8)
  • C
    9% (5)

Community Discussion

No community discussion yet for this question.

Full PDII Practice