Top Tips Of Leading DEV-501 Free Question
We provide real DEV-501 exam questions and answers braindumps in two formats. Download PDF & Practice Tests. Pass Salesforce DEV-501 Exam quickly & easily. The DEV-501 PDF type is available for reading and printing. You can print more and practice many times. With the help of our Salesforce DEV-501 dumps pdf and vce product and material, you can easily pass the DEV-501 exam.
Online Salesforce DEV-501 free dumps demo Below:
NEW QUESTION 1
For example, if you use the standard Accounts controller, clicking a Save button in a Visualforce page results in the same behavior as clicking Save on a standard Account edit page. The same behavior holds true for Custom objects.
- A. True
- B. False
Answer: A
NEW QUESTION 2
A template component that declares a named area that must be defined by an
<apex:define> component in another Visualforce page. Use this component with the
<apex:composition> and <apex:define> components to share data between multiple pages.
- A. apex:outputText
- B. apex:barSeries
- C. apex:insert
- D. apex:inputFile
Answer: C
NEW QUESTION 3
Which access modifier should u specify for a class containing the webService keword?
✑ Public
✑ Private
✑ Protected
✑ Global
- A. FALSE
- B. 3 MB
- C. Global
- D. 6
Answer: C
NEW QUESTION 4
HOTSPOT
Match the Force.com platform aspects with their corresponding descriptions.
Solution:

Does this meet the goal?
- A. Yes
- B. Not Mastered
Answer: A
NEW QUESTION 5
Objects of this Apex class reference the pre-built Visualforce controllers provided by salesforce.com.
- A. VisualforceSetController Class
- B. VisualforceController Class
- C. Controller Class
- D. StandardSetController Class
- E. StandardController Class
- F. None of the above
Answer: E
NEW QUESTION 6
A Visualforce controller is a set of instructions that specify what happens when a user interacts with the components specified in associated Visualforce markup, such as when a user clicks a button or link. Controllers also provide access to the data that should be displayed in a page, and can modify component behavior.
- A. True
- B. False
Answer: B
NEW QUESTION 7
Defines tooltips which appear on mouseover of data series elements. This component offers more configuration options than the default tooltips displayed by setting the tips attribute of a data series component to true.
Note: This component must be enclosed by a data series component (<apex:barSeries>,
<apex:lineSeries>, or <apex:pieSeries>).
- A. apex:actionSupport
- B. apex:componentBody
- C. apex:actionFunction
- D. apex:chartTips
Answer: D
NEW QUESTION 8
What annotation can be used with Web Services to allow unrestricted queries when no DML operations are necessary? (No Answer)
- A. @ReadOnly
- B. For loops
- C. RETURNING
- D. TRUE
Answer: A
NEW QUESTION 9
A single column in a table. An <apex:column> component must always be a child of an
<apex:dataTable> or <apex:pageBlockTable> component.
Note that if you specify an sObject field as the value attribute for an <apex:column>, the associated label for that field is used as the column header by default. To override this behavior, use the headerValue attribute on the column, or the column's header facet.
- A. apex:inputField
- B. apex:column
- C. apex:inputText
- D. apex:insert
Answer: B
NEW QUESTION 10
Which standard profile has the "View Encrypted Data" permission by default?
- A. System Administrator Profile
- B. Solution Manager Profile
- C. Standard User Profile
- D. No profile has the permission active by default
Answer: A
NEW QUESTION 11
A message for a specific component, such as a warning or error. If an <apex:message> or
<apex:messages> component is not included in a page, most warning and error messages are only shown in the debug log.
- A. apex:message
- B. apex:flash
- C. apex:detail
- D. apex:listViews
Answer: A
NEW QUESTION 12
What two methods of customization are available to create applications in salesforce?
- A. Declarative, programmatic
- B. Dates, Ids, Numbers
- C. Database class method
- D. A governor limit
Answer: A
NEW QUESTION 13
A developer is loading data, in CSV format, into a custom application from a legacy system. The developer would like to load users into the user object, and positions and job applications owned by named users into related custom objects.
Which obstacle will the developer encounter when using the import wizard?
- A. The import wizards cannot Import data from CSV files.
- B. The import wizards do not support custom objects.
- C. The import wizards do not import files to specify record owner.
- D. The import wizards do not support the User object.
Answer: D
NEW QUESTION 14
Universal Containers tracks Positions as a custom object in a recruiting application. All positions with a priority of critical should NOT be open for more than two weeks. If a position remains open for more than 14 days, the priority should be re-examined.
How would a developer automate this process?
- A. Create a workflow action to clone the position, assigned to the owner of the position record, that is due 14 days after record creation
- B. Create a validation rule that compares today's date and the record's creation date to determine if the difference is greater than 14 days
- C. Recreate a time-dependent workflow action that sends an email to the recruiter if the position is still open 14 days after record creation
- D. Create a time-dependent workflow action that updates the position status to Closed 14 days after record creation
Answer: C
NEW QUESTION 15
A developer needs to support multiple currencies for a custom object in an application. The multi-currency feature has been enabled for the organization.
What does the developer need to know in order to successfully support this application? Choose 2 answers
- A. Administrators can add additional currencies after the application has been built.
- B. Roll-up summary fields on a parent record will calculate incorrectly if the child records have multiple currencies.
- C. The multi-currency feature will automatically track historical exchange rates.
- D. Currency ISO code will need to be supplied when inserting records in different currencies.
Answer: CD
NEW QUESTION 16
What statements are used to retrieve records from an sObject in the Force.com database?
- A. Exceptions
- B. On-demand
- C. Map, List, Set
- D. SOQL statements
Answer: D
NEW QUESTION 17
A link that 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:commandLink> component must always be a child of an
<apex:form> component.
To add request parameters to an <apex:commandLink>, use nested <apex:param> components.
- A. apex:dataList
- B. apex:enhancedList
- C. apex:commandLink
- D. apex:include
Answer: C
NEW QUESTION 18
An HTML input element for a value that corresponds to a field on a Salesforce object. The
<apex:inputField> 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 <apex:inputField> component is a date field, a calendar input widget is displayed. When used in an <apex:pageBlockSection>,
<apex:inputField> 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
<apex:pageBlock> or <apex:pageBlockSectionItem>, 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 <apex:inputField> in the body of an
<apex:pageBlockSectionItem>.
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.
- A. apex:pageBlockButtons
- B. apex:define
- C. apex:outputLabel
- D. apex:inputField
Answer: D
NEW QUESTION 19
......
100% Valid and Newest Version DEV-501 Questions & Answers shared by Allfreedumps.com, Get Full Dumps HERE: https://www.allfreedumps.com/DEV-501-dumps.html (New 239 Q&As)