Data management Flashcards

1
Q

What are some identifiers of the salesforce record ID?

A

1 It’s a globally unique ID assigned when the salesforce record is created.
2 It has 15 characters case-sensitive But can have up to 18 characters.
3 The record ID will never change even if it is deleted and later un-deleted.

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

Provide 2 definitions of what an external salesforce ID and why it would be used.

A

A: an external ID is an identifier for a record from another system that is added to a salesforce object.
B: useful when loading data from an external system. (Like an SSN)
C: up to 25 custom fields can be used as external IDs on an object.
D: external ID field type must be text, number or email and unique. It can also be marked as case-sensitive.
E: external IDs can be used for matching when importing or updating data.

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

True or False

Mass transfer works with accounts, leads, and custom objects and transfer all related records as well.

A

False

Some related records will transfer depending on permissions owners and Role hierarchy.
Custom objects no related records are transferred.

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

True or False

You can Mass Delete accounts, activities, cases, contacts, leads, solutions, products, and reports.

A

True

You can also mass delete related data, filters used to search for the reports and records can optionally be permanently deleted bypassing the recycle bin.

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

True or False

Deleted records are stored for 30 days. After 30 days records are permanently deleted.

A

False

Deleted records are stored for 15 days. After 15 days records are permanently deleted.

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

200 leads from a tradeshow need to be imported into salesforce while avoiding duplicates. What tools do I use to manage the data?

A

Data import wizard can catch duplicates in data to be imported.

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

An end user needs to import a list of contacts. What tool would they use?

A

The data import wizard can be used by both end-users and admins. It also supports importing contacts.

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

There is a need to import cases and ensure the case workflows are fired. What tools would be used to manage the data?

A

Data loader supports all objects and has an option to firework flows where need be. Cases are not supported by the data import wizard.

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

Data needs to be loaded every night at 11 PM what important tool would be used?

A

The commandline interface of data loader can be used by a tool that schedules a job that will process data.

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

The system administrator has determined that some duplicate data needs to be hard deleted. What data tools would you use?

A

Data loader supports a hard delete function.

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

Identify 4 comparisons between data loader and data import wizard.

A

1 DIW both end users and admins. DL Admins only
2 DIW avail. from set up menu DL Client app download
3 DIW Import only with the 50,000 rec limit DL Up to 5 million rec can be loaded
4 DIW accounts, contacts, leads, solutions, campaign members and custom objects. DL Supports all objects and uploading attachments.
5 DIW find possible duplicates. DL no option to find duplicates
6 DIW Insert, update, upsert. DL Bulk import, update or export, upsert, hard delete
7 DIW Validation rules and triggers will fire. Running workflow rules and processes when records meet the criteria is optional. DL Workflow rules, validation rules and triggers will fire.

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

How does storage work in salesforce?

A

Storage is categorized into data in file storage. Data storage is used by storing records. File storage is used by attachments, files and documents.

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

What are the options for importing and exporting data?

A

Data import wizard, data loader, third-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
14
Q

How can knowledge articles be imported into salesforce?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
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
16
Q

What are the steps to import data?

A

Data selection, mapping and import (a very broad question with a narrow answer the more detail the better answer)

17
Q

Which of the data management tools cannot export data?

A

Data import wizard

18
Q

Which of the data import tools can only be used by admin’s?

A

Data loader (keyword only)

19
Q

How do validation rules work?

A

If formula expression is defined on an object and checked before a record is created or edited and saved. If the formula returns true, and error message is displayed in the record is not saved.

20
Q

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

A

Matching rule is used to identify duplicate duplicate rule defines what happens to duplicate allow or block.

21
Q

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

A

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

22
Q

When our validation rules enforced?

A

Enforced immediately on record safe, prior to workflows or process builders

23
Q

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

A

The record is not created or saved and error message is displayed. (The validation was met.)

24
Q

How does unique field requirement differ from duplication rules?

A

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

25
Q

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

A

RegEx

Not check code

26
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.

27
Q

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

A

Accessing export download link three days after link was sent; exporting data from the sandbox environment.