Data Management (10%) Flashcards

1
Q

What is the Salesforce ID?

A

A globally unique ID assigned to each record when created; 15 digit case sensitive when displayed in the UI / reports and 18 digit case insensitive from API / data loader.

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

What happens to deleted records?

A

Deleted records go to the recycle bin. After 15 days or if the bin limit is exceeded they are permanently deleted. While in the recycle bin, deleted records can be restored.

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

How does storage work in Salesforce?

A

Storage is categorized into data and file storage. Data storage is used by storing records normally 2KB each. File storage is used by attachments, files and documents.

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

When would you use an external ID?

A

When you want to use an identifier from an external system to import or update data.

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

What are the options for importing and exporting data?

A

Data import wizard, data loader, 3rd party tools for integration, export from reports, data export service.

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

How can knowledge articles be imported to Salesforce?

A

Import articles tool from setup menu allows articles and any translations to be imported into salesforce knowledge.

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

What are the main tools for data import?

A

Data import wizard and data loader.

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

Up to how many records can data import wizard and data loader import?

A

Data import wizard can import up to 50,000 records, while data loader can import up to 5 million records.

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

In what format is data imported, exported or deleted?

A

CSV format.

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

What are the steps to import data?

A

Data selection, mapping and import.

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

Which of the data management tools cannot export data?

A

Data import wizard.

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

Which of the data import tools can only be used by admins?

A

Data loader.

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

How can knowledge articles outside of Salesforce be imported into Salesforce?

A

Import articles tool.

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

What can be done with the mass transfer tool?

A

Accounts, Leads and Custom objects and some related data can be transferred from one owner to another.

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

How can data be mass deleted?

A

The Mass Delete tool allows mass deletion of Accounts, Leads, Activities, Contacts, Cases, Solutions, Products and Reports. Criteria can be set to find selected records to delete.

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

How do Validation Rules work?

A

A formula expression can be defined which is checked before create and update. If the formula returns true an error message is displayed.

17
Q

How can data be automatically exported?

A

The data export service can be used to export all or selected data weekly or monthly. An email is sent with a link to a downloadable zip file.

18
Q

What is the difference between a matching rule and a duplicate rule?

A

Matching rule is used to identify duplicates. Duplicate rule defines what happens to duplicates - allow or block.

19
Q

What actions can be taken by the administrator to ensure the data quality of the org?

A

Establish organization data standards and naming conventions, import clean data, remove duplicate records, and use validation rules.

20
Q

When are validation rules enforced?

A

Enforced immediately on record save, prior to workflows or process builders.

21
Q

How can system validation be used?

A

To enforce data type, data length, required fields or unique entries.

22
Q

When are custom validation rules used?

A

Used for custom complex validation rules that can involve one or more fields (standard or custom).

23
Q

What are the implications of validation rules?

A

Validates data type, field length, enforces required fields and enforces unique setting.

24
Q

What happens when loading records through a data import tool and the required fields are blank or not matched?

A

Those records fail to load.

25
Q

What happens when a formula in a validation rule returns a result ‘true’?

A

The record is not created or saved and an error message is displayed.

26
Q

How does the unique field requirement differ from duplication rules?

A

The unique field requirement looks at specific fields and ensures there is no other record with that entry. Duplication rules are used for the record as a whole when only one record should exist.

27
Q

What formula function is used to ensure the correct formatting of a field entry?

A

RegEX.

28
Q

After selecting the objects to be exported, what else can be optionally included in the export?

A

Images, documents and attachments; chatter files and salesforce CRM content.

29
Q

What are the formats available for exporting reports?

A

CSV files, excel(.xcl) files.

30
Q

How does the data export service work?

A

All or selected data is exported weekly, monthly or on demand(maximum once every 7 days). An email is sent with a link to a downloadable zip file which becomes an inactive link after 48 hours.

31
Q

In which case would a user run into issues with exporting data?

A

Accessing export download link 3 days after link was sent; exporting data from a sandbox environment.

32
Q

What are the options for exporting data?

A

Data loader, export from reports, data export service.

33
Q

Which salesforce features for lightning experience allow finding duplicates across the org and merging them?

A

Duplicate jobs and duplicate record sets