When loading Account, Contact, and User data, what represents the recommended order to load the data?
Answer
Load Accounts, then Contacts, then Users
The order does not matter
Load Contacts, then Accounts, then Users
Load Users, then Accounts, then Contacts
Question 2
Question
Which feature is available for custom objects?
Choose 3 answers
Answer
Sharing
Field history tracking
Queues
Assignment rules
Question 3
Question
Universal Containers tracks reviews as a custom object in a recruiting application. An interview score is tracked on each review record and should be numerical, so that hiring managers can perform score calculations. The scores should be restricted to integer values 1 through 5 and displayed as a set of radio buttons.
How can a developer meet this requirement?
Answer
Create a formula field that displays the interview score as a set of radio buttons
Create the Interview Score field with a data type of radio button
Create the Interview Score field as a picklist, displayed as a radio button on the layout
Create a Visualforce component to display the interview score as a set of radio buttons
Question 4
Question
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?
Answer
Position record types
Position search layouts
Position mini page layouts
Position field dependencies
Question 5
Question
If a change is made to an approval process, how can a developer determine the user that made the change?
Choose 2 answers
Answer
By checking the field history on the associated record
By examining the Debug Log
By looking at ”Modified By” on the approval definition
By examining the setup audit trail
Question 6
Question
Hiring managers at Universal Containers would like a visual mechanism for determining review score outliers. Review scores are captured as a custom field on a custom Review object and can range from 1 to 10. Any review score that is > 8 should be highlighted in green. Any review score that is < 4 should be highlighted in red.
How would a developer accomplish this?
Answer
Use matrix reports
Use conditional highlight
Use custom summary formulas
Use charts
Question 7
Question
Universal Containers has built a recruiting application on the Force.com platform. In the application, recruiting managers need to see how the number and status of candidates in the pipeline changes month over month.
Which feature enables this kind of analysis?
Answer
Custom report types
Custom summary formulas
Analytic snapshots
Dashboards
Question 8
Question
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 the Actual Salary field.
How would a developer meet this requirement?
Answer
Create a validation rule to make Actual Salary required each time the offer record is saved
Create a validation rule to make sure that the Actual Salary is not null whenever an offer is accepted
Create a Workflow field update to set the property of the Actual Salary field to Required
Create a Formula field that prompts the user to enter an Actual Salary value whenever the offer record is edited
Question 9
Question
In which Salesforce environments will the Force.com record IDs be identical?
Answer
Production and Developer Sandbox only
Force.com record IDs are never identical
Production, Full Copy Sandbox, and Developer Sandbox
Production and Full Copy Sandbox only
Question 10
Question
Match the Force.com platform aspects with their corresponding descriptions.