最新的Salesforce Apex and Visualforce Controllers - DEV-501免費考試真題
Which feature is available for custom objects? Choose 3 answers
正確答案: B,C,D
A custom Visualforce component. All custom component definitions must be wrapped inside a single <apex:component> tag.
正確答案: B
A component that displays the status of an AJAX update request. An AJAX request can either be in progress or complete.
正確答案: B
The system method, ___________, lets you write test methods that change user contexts to either an existing user or a new user.
正確答案: F
What components must be deployed manually to the production environment?
正確答案: A
Which fields are returned by sosl by default?
正確答案: A
Objects of this Apex class reference the pre-built Visualforce controllers provided by salesforce.com.
正確答案: A
A developer would like to modify the contents of the hover details for a custom object called Position. What would a developer customize to accomplish this?
正確答案: A
A component that inserts a second Visualforce page into the current page. The entire page subtree is injected into the Visualforce DOM at the point of reference and the scope of the included page is maintained.
If content should be stripped from the included page, use the <apex:composition> component instead.
If content should be stripped from the included page, use the <apex:composition> component instead.
正確答案: D
The system method, System.runAs(), lets you write test methods that change user contexts to either an existing user or a new user.
正確答案: B
A button that is rendered as an HTML input element with the type attribute set to submit, reset, or image, depending on the <apex:commandButton> tag's specified values. The button executes an action defined by a controller, and then either refreshes the current page, or navigates to a different page based on the PageReference variable that is returned by the action.
An <apex:commandButton> component must always be a child of an <apex:form> component.
See also: <apex:commandLink>
An <apex:commandButton> component must always be a child of an <apex:form> component.
See also: <apex:commandLink>
正確答案: C