Set 8 Flashcards

(10 cards)

1
Q

What are the charts types available in Salesforce Reports? Choose 3.

A. Stacked Bar
B. Bar
C. Stacked Donut
D. Donut

A

Answer: A, B, D

“Stacked Donut” is not an option.

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

What are two considerations for the Org Recycle Bin? Choose 2 answers.

A. Records are permanently deleted when using the ‘Delete’ button.
B. Records in the Recycle Bin count against your org’s storage usage.
C. You can restore reports and dashboards.
D. Deleted records remain in the recycle bin for 15 days.

A

Answer: B & D

Why the other options are wrong:
A → Delete does NOT permanently delete (that’s “Empty Recycle Bin”)
C → Reports and dashboards aren’t restored from the Recycle Bin

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

Universal Container wants to understand all of the configuration changes that have been made over the last 6 months. Which tool should an Administrator use to get this information?

A. Network Access Settings
B. Debug Log
C. Setup Audit Trail
D. Custom Report Type

A

Answer: C

Setup> Audit Trail, can download up to 6 months of changes in .csv
Audit history is especially useful in orgs with multiple admins.

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

What feature would a System Administrator implement to allow Universal Container’s prospects/customers to complete a form on the corporate website and have that data automatically become a Lead in Salesforce?

A. Auto Response Rules
B. Assignment Rules
C. Web-to-Lead
D. Escalation Rules

A

Answer: C

Web-to-Lead allows Salesforce to:
- Display a form on a website
- Automatically create a Lead record when someone submits it

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

How can Knowledge articles be used? Choose 2 answers.

A. To restore important article data
B. To resolve customer cases
C. To prepare for the forecast
D. To display for customer self-service

A

Answer: B, D

Knowledge articles = help content for agents and customers - can be used internally (workers) as well as externally (customer-facing, self-service portal)

App Launcher > Knowledge
(Only available if you have Service Cloud)

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

Which report format summarizes data in a grid against horizontal and vertical criteria and provides totals for both rows and columns?

A. Summary
B. Joined
C. Matrix
D. Tabular

A

Answer: C - Matrix

Tabular reports = no groupings
Summary = one grouping (rows (horizontal))
Matrix = two groupings (rows & columns (horizontal & vertical))

A joined report consists of up to five report blocks: https://help.salesforce.com/s/articleView?id=analytics.reports_joined_format_concepts.htm&type=5

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

When a user account is deactivated, what will happen to its associated license?

A. The license is listed as Inactive.
B. The license is removed from the billable licenses for the organization.
C. The license becomes available for reassignment.
D. The license is automatically assigned to another user.

A

Answer: C

Setup > Company Information > View license count

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

The Password Policy shows that the length of time until passwords expire is 90 days. However, some users find that their passwords expire every 30 days. Where should the System Administrator look to confirm or update the password expiration period for these users?

A. Roles assigned to the Users
B. Permission Sets assigned to the Users
C. Individual User records
D. Profiles assigned to the Users

A

Answer: D

Setup > Profile > Scroll all the way down > Password Policies

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

What tab setting on a profile makes a tab NOT accessible on the All Tabs page or visible in any apps?

A. Default Off
B. Default On
C. Read-Only
D. Tab Hidden

A

Answer: D

Default On = automatically visible on navigation bar for users
Default Off = not automatically visible on navigation bar for users, but searchable
Tab Hidden = not visible on navigation, not searchable

Read-Only = not a tab setting

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

Universal Containers uses a custom field on the account object to capture the account credit status. The sales team wants to display the account credit status on opportunities. Which feature should a System Administrator use to meet this requirement?

A. Roll-up summary field
B. Cross-object formula field
C. Lookup field
D. Workflow field update

A

Answer: B

Cross Object Formula:

Formula fields cannot be edited, they are calculated by Salesforce.
Cross-Object Formula Fields are just taking an actual field from one object and displaying it on another. It can only be edited on the object it originates from.

Goal: Account Number field from Account Object to be displayed on Opportunity

Setup > Object Manager > Opportunity > Fields & Relationships > New Field

Data Type: Formula Field
Field Label: Account Number
Formula Return Type: Text (should match whatever field you are displaying)

Next > You will be taken to the Formula Editor

Click on “Advanced” tab > Insert Field > Opportunity > Account > Account Number

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