Free Certified Platform Developer II Exam Braindumps (page: 49)

Page 48 of 107

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

  1. 1) Decode View State
    2) Evaluate expressions and method calls for the main page and custom components
    3) Upon successful completion, Evaluate the action that triggered the postback
    4) Upon successful completion, Update data and redirect user/update view state
    5) HTML sent to browser
  2. 1) Evaluate expressions and method calls for the main page and custom components
    2) Decode View State
    3) Upon successful completion, Update data and redirect user/update view state
    4) Upon successful completion, Evaluate the action that triggered the postback
    5) HTML sent to browser
  3. 1) Decode View State
    2) Evaluate expressions and method calls for the main page and custom components
    3) Upon successful completion, Update data and redirect user/update view state
    4) Upon successful completion, Evaluate the action that triggered the postback
    5) HTML sent to browser

Answer(s): A



The "action" attribute on <apex:page> is ONLY evaluated on which type of request?

  1. Get request
  2. Postback request

Answer(s): A



If the "PageReference.setRedirect" Apex function is set to True, what type of request is made?

  1. Get request
  2. Postback request
  3. If PageReference points to the same controller and subset of extensions, postback request, otherwise get request

Answer(s): A



If the "PageReference.setRedirect" Apex function is set to False, what type of request is made?

  1. Get request
  2. Postback request
  3. If PageReference points to the same controller and subset of extensions, postback request, otherwise get request

Answer(s): C






Post your Comments and Discuss Salesforce Certified Platform Developer II exam with other Community members:

Exam Discussions & Posts