david.burgos
Quiz by , created more than 1 year ago

20 Questions about Salesforce test DEV401

508
0
0
No tags specified
david.burgos
Created by david.burgos over 9 years ago
Close

Salesforce 3

Question 1 of 20

1

Which type of custom field can be an external ID?

Select one of the following:

  • 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

Explanation

Question 2 of 20

1

Which type of tab can a developer create?
Choose 3 answers

Select one or more of the following:

  • Web tabs

  • Custom object tabs

  • Visualforce tabs

  • Standard object tabs

  • Apex tabs

Explanation

Question 3 of 20

1

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?

Select one of the following:

  • 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.

Explanation

Question 4 of 20

1

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?

Select one of the following:

  • 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

Explanation

Question 5 of 20

1

Which statement is TRUE about master-detail relationships in the Force.com platform?
Choose 2 answers

Select one or more of the following:

  • 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.

Explanation

Question 6 of 20

1

Which statement is TRUE about field-level security?
Choose 2 answers

Select one or more of the following:

  • 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.

Explanation

Question 7 of 20

1

Which is a valid data type for a Custom Formula field?
Choose 3 answers

Select one or more of the following:

  • Percent

  • Currency

  • Date

  • Radio button

  • Email

Explanation

Question 8 of 20

1

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?

Select one of the following:

  • 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

Explanation

Question 9 of 20

1

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

Select one or more of the following:

  • 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.

Explanation

Question 10 of 20

1

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

Select one or more of the following:

  • Custom reporting

  • Recent items

  • Sidebar search

  • Quick create

  • Create New sidebar component

Explanation

Question 11 of 20

1

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?

Select one of the following:

  • Sharing setting

  • Field-level security

  • Record type

  • Field data type

Explanation

Question 12 of 20

1

How does a developer enable users to access tags in the sidebar?
Choose 3 answers

Select one or more of the following:

  • 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

Explanation

Question 13 of 20

1

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

Select one or more of the following:

  • 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.

Explanation

Question 14 of 20

1

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?

Select one of the following:

  • 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

Explanation

Question 15 of 20

1

Why might an analytic snapshot fail during a scheduled run?
Choose 3 answers

Select one or more of the following:

  • 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.

Explanation

Question 16 of 20

1

Which mechanism allows for authenticated access to a Force.com Site?
Choose 2 answers

Select one or more of the following:

  • 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

Explanation

Question 17 of 20

1

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?

Select one of the following:

  • 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

Explanation

Question 18 of 20

1

Which dashboard component displayed a grand total across a set of data?
Choose 2 answers

Select one or more of the following:

  • Chart

  • Pivot

  • Metric

  • Table

Explanation

Question 19 of 20

1

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?

Select one of the following:

  • Pivot

  • Tabular

  • Analytic Snapshot

  • Summary

Explanation

Question 20 of 20

1

Which statement is true regarding Force.com Sites?
Choose 3 answers

Select one or more of the following:

  • 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.

Explanation