DEV-501 Dumps

DEV-501 Free Practice Test

Salesforce DEV-501: Certified Force.com Advanced Developer

QUESTION 6

What are the three ways to run unit tests?

Correct Answer: A

QUESTION 7

To leverage functionality of Standard Controllers, while simultaneously adding custom logic, you must write a custom class that extends the standard controller. You notify the Visualforce page of your customizations via the "extensions" attribute of the tag.

Correct Answer: B

QUESTION 8

What trigger method is used to correlate IDI-to-sObject maps? (No Answer)

Correct Answer: A

QUESTION 9

Which of the following are collection data types?
✑ String
✑ Map
✑ List
✑ Date
✑ Set
✑ Number

Correct Answer: D

QUESTION 10

Universal Containers tracks Offers as an object in a recruiting application. Once an offer has been accepted by a candidate, there must be a value in a currency field called Actual Salary.
How would a developer meet this requirement?

Correct Answer: C