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

Page 37 of 107

Choose the correct definition for <apex:pageMessage>.

  1. Standard Salesforce formatting, throws a specific message on a page
  2. Standard Salesforce formatting, shows all errors that occur on page. Can add more messages through the "ApexPages.addMessage" function
  3. A single message, without formatting, that can be associated with a specific component on the page
  4. No formatting; displays all errors on a page

Answer(s): A



Choose the correct definition for <apex:messages>.

  1. Standard Salesforce formatting, throws a specific message on a page
  2. Standard Salesforce formatting, shows all errors that occur on page. Can add more messages through the "ApexPages.addMessage" function
  3. A single message, without formatting, that can be associated with a specific component on the page
  4. No formatting; displays all errors on a page

Answer(s): D



Choose the correct definition for <apex:message>.

  1. Standard Salesforce formatting, throws a specific message on a page
  2. Standard Salesforce formatting, shows all errors that occur on page. Can add more messages through the "ApexPages.addMessage" function
  3. A single message, without formatting, that can be associated with a specific component on the page
  4. No formatting; displays all errors on a page

Answer(s): C



Choose the correct definition for <apex:actionFunction>.

  1. Allows for controller methods to be called directly from Javascript. Must be encapsulated in <apex:form> tags. Unlike actionSupport, these function<apex:actionPoller>s can be called directly from Javascript code
  2. Sends an AJAX request according to the time interval you specify. If this ever gets re-rendered, it resets
  3. Adds AJAX support to another component (e.g. onClick, onMouseUp, onFocus, etc.)
  4. Can be associated with an AJAX request (actionFunction/actionSupport/actionPoller) and shows content conditionally depending on the status of the request (in progress/complete). Use the "id" field to specify name; use "status" field on related components to connect them
  5. Signifies which components should be processed by the server when an AJAX request is generated

Answer(s): A






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

Exam Discussions & Posts