Data and Analytics Management 1 Flashcards

1
Q

What is a 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 limited 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 storing records (usually 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 an External ID be used?

A

When an identifier from an external system has to be used 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

Date 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 tools

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 Customer 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. Criterion 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 is defined on a object and checked or edited and saved. If the formula returns true, an error message is displayed and the record is not saved.

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 duplication 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 an org?

A

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

20
Q

When are validation rules enforced?

A

Enforced immediately on record save, prior to Workflows or Process Builders