Associate Cert - Data Model Flashcards

1
Q

You require a field on the opportunity object to be required on every opportunity record. What is the most appropriate way to make the field mandatory?

A

Universally Required

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

Data about an individual Company, Contact, or Opportunity is stored in what?

A

Record

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

These fields are indicated by a little red asterisk on the page when a user is editing or creating a record:

A

Universally Required

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

A field can be made mandatory in what three ways?

A

Universally Required,
Required at Page Level,
Validation Rule

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

A _______ can make a field required when it meets certain criteria.

A

Validation Rule

A Validation Rule can make a field required when it meets certain criteria.

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

Your Salesforce org has different page layouts for accounts: one for customers and one for competitors. You would like the annual revenue field to be required for customers only. What is the most appropriate way to make the field mandatory… Universally Required, Required at Page Level, or Validation Rule?

A

Required at Page Level

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

_______ could make the Closed Lost Reason field only available when the Stage is set to Closed Lost, however it would not make the Closed Lost Reason required.

A

Field dependencies

Field dependencies could make the Closed Lost Reason field only available when the Stage is set to Closed Lost, however it would not make the Closed Lost Reason required.

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

There are two ways to increase data visibility via roles, essentially superseding (pushing past) the organization-wide default:

A
  • The role hierarchy
  • Settings on the role
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the four ways of granting access to records?

A
  • Organization-wide default
  • Role Hierarchy
  • Sharing rules
  • Manual sharing

Old RHinos ShaRe MuSh

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

_______ defines the default level of access and should always be your most restrictive use-case.

A

Organization-wide default (OWD) defines the default level of access and should always be your most restrictive use-case.

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

The _______ extends record access to users higher in the hierarchy. This is great for teams as it can allow team managers to view their subordinates records.

A

role hierarchy

The role hierarchy extends record access to users higher in the hierarchy. This is great for teams as it can allow team managers to view their subordinates records.

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

_______ can be created to grant additional record access to certain users or groups of users.

A

Sharing rules

Sharing rules can be created to grant additional record access to certain users or groups of users.

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

_______ allows the owner of a record to share it with other users. This is perfect for times when sharing cannot be automated or is a one off.

A

Manual sharing

Manual sharing allows the owner of a record to share it with other users. This is perfect for times when sharing cannot be automated or is a one off.

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

If even a single user in the Org should not have visibility of some records, the OWD for that object should be _______.

A

Private

If even a single user in the Org should not have visibility of some records, the OWD for that object should be Private.

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

Which feature sets the base level of access to an object’s records?

A

Organization-Wide Defaults

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

_______ determines when a session will time out after a period of inactivity

A

Session Settings

Session Settings determines when a session will time out after a period of inactivity.

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

_______ determines how often passwords expire or the minimum password length.

A

Password Policies

Password Policies – determines how often passwords expire or the minimum password length.

18
Q

_______ control what a user can do in Salesforce. _______ and _______ control what a user can see

A

Profiles control what a user can do in Salesforce. Roles and Organization-Wide Defaults control what a user can see

19
Q

Profiles control these 4 abilities…

A

C = create
R = read
E = edit
D = delete

20
Q

Where would you adjust the Login IP Ranges?

A

under that specific PROFILE

21
Q

_______ can be used to facilitate sharing and collaboration, by granting Salesforce users Read or Read/Write permission to an Account, its related Opportunities and related Cases.

A

Account Teams

Account Teams can be used to facilitate sharing and collaboration, by granting Salesforce users Read or Read/Write permission to an Account, its related Opportunities and related Cases.

22
Q

What feature of Salesforce would allow you to create relationships between Accounts?

A

Account Hierarchies

23
Q

_______ enable you to relate Accounts to each other in a hierarchical order.

A

Account hierarchies

Account hierarchies enable you to relate Accounts to each other in a hierarchical order.

24
Q

Users can create a hierarchy by completing the _______ field on the Account record.

A

Parent Account

Users can create a hierarchy by completing the Parent Account field on the Account record.

25
Q

If an additional permission is only for a single user, there is no need to _______ and it would be more efficient to _______.

A

create another custom profile, create a permission set

If an additional permission is only for a single user, there is no need to create another custom profile and it would be more efficient to create a permission set.

26
Q

What sort of object is required for a Many-to-Many relationship?

A

Junction Object

27
Q

How would you create a Junction Object?

A

They are created using a custom object and then relating two other objects via two Master-Detail Relationships.

28
Q

Accounts and Contacts have a _______ Relationship.

A

Lookup Relationship

Accounts and Contacts have a Lookup Relationship!

29
Q

Accounts and Contacts have a Lookup Relationship! However, these standard objects do behave in a similar way to those with a Master-Detail Relationship since the record access for Contact can be set to _______.

A

‘Controlled by Parent’

Accounts and Contacts have a Lookup Relationship! However, these standard objects do behave in a similar way to those with a Master-Detail Relationship since the record access for Contact can be set to ‘Controlled by Parent’.

30
Q

How many Master-Detail relationships can an object have?

A

two

An object can have TWO Master-Detail relationships.

31
Q

A _______ can be used to share and restrict values across objects and custom picklist fields.

A

global value set

A global value set can be used to share and restrict values across objects and custom picklist fields.

32
Q

A _______ field is a field that aggregates child record information into the parent record.

A

Roll-Up Summary

A Roll-Up Summary field is a field that aggregates child record information into the parent record.

33
Q

_______ allow you to bundle Permissions together, simplifying permission set management.

A

Permission Set Groups

Permission Set Groups allow you to bundle Permissions together, simplifying permission set management.

34
Q

A _______ allows a user to link the current record to another record in Salesforce.

A

A Lookup allows a user to link the current record to another record in Salesforce.

35
Q

What type of relationship is required to support roll-up summary fields?

A

Master-Detail

36
Q

Rollup-Summary fields are only available for the _______.

A

the parent object in a Master-Detail relationship

Rollup-Summary fields are only available for the parent object in a Master-Detail relationship.

37
Q

Sales users must enter a Closed Lost Reason when the Opportunity stage is changed to “Closed Lost”. How could you enforce this?

A

Validation Rule (not filed dependent or req field)

38
Q

Field dependencies could make the Closed Lost Reason field only available when the Stage is set to Closed Lost, however it would not make the Closed Lost Reason _______.

A

required

Field dependencies could make the Closed Lost Reason field only available when the Stage is set to Closed Lost, however it would not make the Closed Lost Reason required.

39
Q

A Roll-Up Summary field is one that aggregates data from a _______ to a _______ that shares a Master-Detail relationship.

A

child object to a parent object

A Roll-Up Summary field is one that aggregates data from a child object to a parent object that shares a Master-Detail relationship.

40
Q

What can optionally be created when converting a Lead?

A

Opportunity

An Opportunity can optionally be created when converting a Lead.

41
Q

We can create a _______ field on the Account object, and filter it so that it only calculates Opportunities where the Stage is equal to Closed Won.

A

Roll-Up Summary

We can create a Roll-Up Summary field on the Account object, and filter it so that it only calculates Opportunities where the Stage is equal to Closed Won.