Salesforce Fundamentals I Flashcards

1
Q

What are the different types of AppExchange use cases?

A

Generic, Functional and Industry Specific

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

What are some examples of Generic AppExchange use cases?

A

Document Generation, Data Loaders, Document Signing, Email, GeoLocation

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

What are some examples of Functional AppExchange use cases?

A

Sales, Marketing, Customer Service, Finance, HR

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

What are some examples of Industry Specific AppExchange use cases?

A

Healthcare and Life Sciences (Veeva), Real Estate, Education, Non Profit, Financial Services

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

What are Campaign Statistics?

A

Campaign Statistics include the number of responses, leads and opportunities generated, and the value of the won opportunities.

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

Is Apex code required to create, delete and update records?

A

No, Flow can create, update, and delete records while Process Builder can only create and update.

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

What is required to create a job that runs every night?

A

Apex code and Apex Scheduler can be used to create a job that runs on a scheduled basis. Flows can also be scheduled to run periodically.

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

Is Apex code required to use the Email-to-Case functionality?

A

No, Email-to-Case can be configured using clicks. However, Apex code is required to extend or change the standard behavior.

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

What kind of accounts are there and how are they used?

A

Business Accounts and Person Accounts. Business Accounts are used for B2B selling and Person Accounts are for B2C.

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

What is a Person Account?

A

A Person Account is used for B2C situations and is an account made up of one Account and one Contact record. It is not enabled by default. It must be requested and enabled by Salesforce Support.

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

What are some of the major capabilities of the Lead object?

A

Lead Business Process, Web-to-Lead, Auto Response Rule, Lead Import, Lead Queues, Assignment Rule, Lead Conversion

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

What are some of the major capabilities of the Case object?

A

Email-to-Case, Web-to-Case, Case Queues, Assignment Rules, Escalation Rules

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

How would a customer request for pricing of different product grouping be tracked?

A

Quotes could be added to an opportunity, each with a different combination of related products.

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

Which type of solution can be downloaded from the AppExchange to connect Salesforce to a third-party system for accepting credit card payments?

A

Finance App Solution

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

How is object access controlled?

A

Object access is controlled at the profile level, including permissions and visibility to the tab.

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

What is a permission set?

A

A permission set is a group of permissions and settings that can be assigned to one or more users. They are used to grant additional permissions to users.

17
Q

What do organization-wide default settings do?

A

Determine access to records the user does not own

18
Q

How is the role hierarchy related to record access?

A

Users will have access to other users’ records if they have a role above the record owner in the role hierarchy.

19
Q

What does field-level security control?

A

Field-level security controls if a field is visible or read-only at the profile level.

19
Q

What does field-level security control?

A

Field-level security controls if a field is visible or read-only at the profile level.

20
Q

How do sharing rules work?

A

Rules can be created to grant access to groups of users for certain records based on record owner or criteria.

21
Q

How does Manager Group sharing work?

A

Manager Group sharing allows users to share records with their manager group or manager subordinate group, that is those above or below in the hierarchy, based on the manager field in the user record.

22
Q

What is manual sharing?

A

Manual sharing allows a user to use the ‘Sharing’ button to grant access to a specific record to other users, roles, public groups, or territories.

23
Q

What should be considered when changing OWD settings?

A

If increasing default access, changes will take effect immediately. If decreasing default access, changes may take significant time depending on data volumes.

24
Q

What should be used to grant a single user additional access to an object in Salesforce?

A

Permission set

25
Q

What allows sharing individual records with roles or individual users?

A

Manual sharing

26
Q

Which organization-wide default sharing setting would need to be used to ensure that users cannot access account records that are not owned by them?

A

Private