What are the three ways to run unit tests?
Correct Answer:
A
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
Correct Answer:
B
What trigger method is used to correlate IDI-to-sObject maps? (No Answer)
Correct Answer:
A
Which of the following are collection data types?
✑ String
✑ Map
✑ List
✑ Date
✑ Set
✑ Number
Correct Answer:
D
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