Free DEV-501 Exam Dumps

Question 16

An HTML input element for a value that corresponds to a field on a Salesforce object. The
component respects the attributes of the associated field, including whether the field is required or unique, and the user interface widget to display to get input from the user. For example, if the specified component is a date field, a calendar input widget is displayed. When used in an ,
tags always display with their corresponding output label.
Note that if custom help is defined for the field in Setup, the field must be a child of an
or , and the Salesforce page header must be displayed for the custom help to appear on your Visualforce page. To override the display of custom help, use the in the body of an
.
Consider the following when using JavaScript events with this tag:
For lookup fields, mouse events fire on both the text box and graphic icon
For multi-select picklists, all events fire, but the DOM ID is suffixed with _unselected for the left box, _selected for the right box, and _right_arrow and _left_arrow for the graphic icons
For rich text areas, no events fire.

Correct Answer:D

Question 17

A template component that declares a named area that must be defined by an
component in another Visualforce page. Use this component with the
and components to share data between multiple pages.

Correct Answer:C

Question 18

Defines a chart legend. This component offers additional configuration options beyond the defaults used by the legend attribute of the component.
Note: This component must be enclosed within an component.

Correct Answer:B

Question 19

In a bug tracking application. Universal Containers has created a time-based workflow action that will execute 30 days after a Bug record is created. The developer would like to test to make sure that rule is working the way that it should.
Which feature is available for testing? Choose 2 answers

Correct Answer:AD

Question 20

What are two ways to invoke a custom web service?

Correct Answer:D