Question 1
Question
Which type of custom field can be an external ID?
Answer
-
Text, Number, or Formula fields only
-
Text, Email, or Number fields only
-
Custom field of an type
-
Phone Number, Email, URL and Text-based fields
Question 2
Question
Which type of tab can a developer create?
Choose 3 answers
Answer
-
Web tabs
-
Custom object tabs
-
Visualforce tabs
-
Standard object tabs
-
Apex tabs
Question 3
Question
Object X has a lookup field to Object Y. X needs to display a text value from a Text field on Y. To ensure data integrity, how would a developer implement this?
Answer
-
Create a cross-object formula field on Object X that retrieves the value from Y.
-
Create a roll-up summary field on Object X that retrieves the value from Y.
-
Create a text field on Object X and use Apex to populate the value.
-
Create a text field on Object X and use a workflow rule to fill in the value upon the creation of X.
Question 4
Question
Universal Containers requires that some employees are able to view and edit records of a custom object called Positions, but no users can delete them.
How can Universal Containers accomplish this goal?
Answer
-
Set the organization wide default for positions to Read-only
-
Remove the Delete Access for positions from all users roles
-
Assign the Read-only profile to all users
-
Remove the Delete permission for positions from all profiles
Question 5
Question
Which statement is TRUE about master-detail relationships in the Force.com platform?
Choose 2 answers
Answer
-
The master-detail relationship field is required on the page layout of the detail record.
-
When defining a master-detail relationship, the custom object on which you are working is the master.
-
The security settings for the master record control the detail record.
-
When a master record is deleted, the child records remain in the system without a master record.
Question 6
Question
Which statement is TRUE about field-level security?
Choose 2 answers
Answer
-
It is specified on the profile.
-
It can be controlled at the record level.
-
It is enforced in the Web Services API.
-
It determines the values displayed in a visible Picklist field.
Question 7
Question
Which is a valid data type for a Custom Formula field?
Choose 3 answers
Answer
-
Percent
-
Currency
-
Date
-
Radio button
-
Email
Question 8
Question
Users X and Y need to see the same candidate record. For security reasons, user Y should NOT be able to view and report on the Email Address field on the record.
How would a developer meet this requirement?
Answer
-
Use field-level security to make the email address visible to user X but not user Y
-
Use page layouts to make the email address visible to user X but not user Y
-
Use a custom Visualforce page to make the email address visible to user X but not user Y
-
Use a sharing rule to make the email address only visible to user X
Question 9
Question
Master-detail relationships can be used to model many-to-many relationships between two objects.
Which statement is TRUE about many-to-many relationships?
Choose 3 answers
Answer
-
Each master object record displays a related list of the associated junction object records.
-
Each primary and secondary object has a standard report but custom report types are not available.
-
Each use a junction object to connect the two objects that need to relate to each other.
-
Each record of one object is linked to multiple records from another object and viceversa.
Question 10
Question
A developer has added a custom object tab to an application.
Which additional feature will become available by default for the object in the application?
Choose 3 answers
Question 11
Question
For master-detail relationship fields, what determines the access a user must have to a master record in order to create, edit, or delete the associated detail records?
Answer
-
Sharing setting
-
Field-level security
-
Record type
-
Field data type
Question 12
Question
How does a developer enable users to access tags in the sidebar?
Choose 3 answers
Answer
-
By adding tags to the sidebar in the home page layout
-
By enabling tags on the page layout for an object
-
By enabling tags on users’ profiles
-
By enabling tags for public groups
-
By enabling tags for the organization
Question 13
Question
In a recruiting application, a master-detail relationship has been defined between two
custom objects, Job Applications (master) and Reviews (detail)
Which statement is TRUE?
Choose 2 answers
Answer
-
Review records will inherit ownership from the associated job application.
-
The master-detail relationship between Job Applications and Reviews is defined on the Job Application object.
-
Review records may exist without an associated job application.
-
Deleting a job application record will delete associated review records.
Question 14
Question
A developer would like to enable end users to filter the data displayed on the related list of an object detail page.
How could a developer accomplish this?
Answer
-
Customize the search filter fields layout for that object
-
Configure the object’s related list to add a filter
-
Enable Advanced Search on the object’s related list
-
Create a Visualforce page to replace the object detail view
Question 15
Question
Why might an analytic snapshot fail during a scheduled run?
Choose 3 answers
Answer
-
The running user has been made inactive.
-
The source report has been resaved as a matrix report.
-
The source report was not created by an Administrator.
-
The target object contains an Apex trigger.
-
The target object is a custom object.
Question 16
Question
Which mechanism allows for authenticated access to a Force.com Site?
Choose 2 answers
Answer
-
It is not possible to provide authentication for a Force.com Site
-
An active Customer Portal
-
An active Partner Portal
-
Setting restricted IP ranges for your site
Question 17
Question
In a recruiting application, all users should be able to see positions that have a status of
Open. If the status is anything other than Open, the position should be visible only to the
record owner.
How would a developer accomplish this?
Answer
-
Set user’s profiles to ensure to view only for open positions
-
Set the organization wide default for positions to Public Read-only, then use a sharing rule to restrict access to closed positions
-
Set the organization wide default for positions to Private, then use manual sharing to add or remove access as positions change status
-
Set the organization wide default for positions to Private, then use a sharing rule to automatically share open positions
Question 18
Question
Which dashboard component displayed a grand total across a set of data?
Choose 2 answers
Question 19
Question
Position is a custom object in a recruiting application built on the Force.com platform.
Department is a field on the Position object.
Which type of report should a developer create to show hiring managers the number of positions grouped by department?
Answer
-
Pivot
-
Tabular
-
Analytic Snapshot
-
Summary
Question 20
Question
Which statement is true regarding Force.com Sites?
Choose 3 answers
Answer
-
Sites can leverage declarative page layouts as web pages.
-
Sites enables developers to build public, unauthenticated websites.
-
Sites are built with Visualforce pages.
-
Sites leverage data and content in a Salesforce org.