Quiz 2 Flashcards

1
Q

A field hidden by field level security is still visible through the API.

A. True
B. False

A

B. False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

You are setting up a profile to be used with integration software. Which profile permissions should this profile have? (Select all that apply.)

A. Manage Users
B. Manage Data Categories
C. Modify All Data
D. Password Never Expires
E. Customize Applications
F. API Only User
A

C. Modify All Data
D. Password Never Expires
F. API Only User

API Only User so the User ID cannot sign on using the web interface. Password Never Expires so the transfers do not stop working because of the password has not been changed. Modify All Data so the integration utility can access and change any data. However, you would not use Modify All Data if you wanted to control the record level access of the integration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Validation rules don’t apply if you create new records for an object with Quick Create.

A. True
B. False

A

A. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Profile A that has authority to Read, Create, and Edit a custom object. Profile B that has Modify All access to a Custom object. Which of the following statements are true. (Select all that apply.)

A. A user with Profile B can delete records they own.
B. A user with Profile A cannot change record ownership to a user with Profile B.
C. A user with Profile B can only edit records they own.
D. A user with Profile B cannot change record ownership to a user with Profile A.
E. A user with Profile B cannot create new records.
F. A user with Profile A can edit records that they own.

A

A. A user with Profile B can delete records they own.
D. A user with Profile B cannot change record ownership to a user with Profile A.
E. A user with Profile B cannot create new records.
F. A user with Profile A can edit records that they own.

A user that has a profile containing Modify All authority to an object will be able to view, edit, and delete all existing records regardless of who the object owner is. Modify All does not grant permission to create new records.

A user that has a profile containing Read, Create, and Edit authority to an object will be able to view, create, and modify records they own.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A user has not been granted field-level access to a field on a custom object. A field update will fail if the user executes Apex logic that attempts to modify that field.

A. True
B. False

A

B. False

The update operation will complete successfully.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which of the following statements about Validation Rules are true? (Select all that apply.)

A. They can modify the field value before it is saved.
B. They can trigger a workflow to execute.
C. They can contain a formula or expression that evaluates other fields.
D. Error messages can be displayed below the field or at the top of the page.
E. They verify data a user enters before the record is saved.

A

C. They can contain a formula or expression that evaluates other fields.
D. Error messages can be displayed below the field or at the top of the page.
E. They verify data a user enters before the record is saved.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When is a Cross-Object formula field calculated?

A. When the record is created or updated
B. When an update is scheduled
C. When it is viewed
D. When the related object record is created or updated

A

C. When it is viewed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What should be used to prevent a user from editing the value of a field? (Select all that apply.)

A. Workflow Rules
B. Page Layouts
C. Field Level Security
D. Triggers
E. Record Types
A

B. Page Layouts

C. Field Level Security

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which of the following statements about Queues are true? (Select all that apply.)

A. Ownership of a record assigned to a Queue my be taken by any user in the queue or those above them in the role hierarchy.
B. Sharing settings can allow other groups, roles, profiles, or users access to a Queue.
C. Queues define a pool of users that own an object.
D. Queues route requests sequentially through a pool of users.
E. A list view is automatically created for a new Queue.

A

A. Ownership of a record assigned to a Queue my be taken by any user in the queue or those above them in the role hierarchy.
C. Queues define a pool of users that own an object.
E. A list view is automatically created for a new Queue.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Roll-Up summary fields can SUM numeric fields of objects that are related with a lookup relationship.

A. True
B. False

A

B. False

Roll-up Summary fields only access values that are children of the object that the field was created on. A Master-Detail relationship is required to summarize values of the related child object.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What can a Record Type control?

A. Workflow rules
B. Page Layout
C. Available Applications
D. Available Picklist items
E. Tab Settings
A

B. Page Layout

D. Available Picklist items

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When is a Roll-up summary field calculated?

A. When the related object record is created or updated
B. When the record is created or updated
C. When it is viewed
D. When an update is scheduled

A

A. When the related object record is created or updated

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A user’s profile controls which of the following items. (Select all that apply.)

A. Login Hours and IP Ranges
B. Manager assigned to the user
C. Available Record Types
D. Fields that the user may edit
E. Applications that may be used
F. Language of the User Interface
A

A. Login Hours and IP Ranges
C. Available Record Types
D. Fields that the user may edit
E. Applications that may be used

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Field level security takes precedence over Object level security.

A. True
B. False

A

A. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A System Administrator can modify the permission of both standard and custom profiles.

A. True
B. False

A

B. False

Permissions on standard profiles cannot be modified.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

If an Administrator removes access from a profile to use an Application, users with that profile will no longer have access to Tabs that Application contained.

A. True
B. False

A

B. False

Users will still be able to use the Tabs If those Tabs are accessible in a different application.

17
Q

What does the Salesforce.com sharing model determine? (Select all that apply.)

A. Who has access to records
B. How records can be modified
C. Which tabs they can access records through
D. What level of access to records
E. Why they have access to records
A

A. Who has access to records
D. What level of access to records
E. Why they have access to records

18
Q

It is possible to copy settings from an existing profile when creating a new profile.

A. True
B. False

A

A. True

It is required that a profile be based on an existing profile. Cloning a profile copies the existing profile’s permissions.

19
Q

Validation rules apply to new and updated records for an object, even if the fields referenced in the validation rule are not included in a page layout or an API call.

A. True
B. False

A

A. True

20
Q

Select the statements that are true about Cross-Object formula fields. (Select all that apply.)

A. They can reference fields on parent or grandparent objects (up to 10 relationships away).
B. They can be used to display fields of related objects on detail pages, list views, and reports.
C. They can be used when creating default field values.
D. They can be used to delete child objects

A

A. They can reference fields on parent or grandparent objects (up to 10 relationships away).
B. They can be used to display fields of related objects on detail pages, list views, and reports.