Admin Beginner Flashcards

1
Q

What are object relationships?

A

Object relationships are a special field type that connects two objects together.

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

What is a look-up relationship?

A

the relationship between two objects.

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

What is a master relationship?

A

one object is the master and another is the detail

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

Give examples of a look-up relationship

A

one-to-one and many-to-one

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

Give a detailed view of a master relationship.

A

master object controls certain behaviors of the detail object, like who can view the detail’s data.

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

What is the difference between a hierarchy relationship and a look-up relationship?

A

The main difference between the two is that hierarchical relationships are only available on the User object.

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

What is the difference between a master relationship and a hierarchy relationship?

A

The main difference between the two is that hierarchical relationships are only available on the User object.

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

Define app in Salesforce

A

An app in Salesforce is a set of objects, fields, and other functionality that supports a business process.

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

Who is Salesforce?

A

is a cloud company.

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

what format is used in Salesforce?

A

(csv)

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

Name the main methods Salesforce uses for importing data.

A
  1. Data Import Wizard.

2. Data Loader

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

Explain what is Data Loader.

A

a client application that can import up to five million records at a time, of any data type, either from files or a database connection.

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

How can Data Loader be operated?

A

Through command line or user interface.

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

What is needed for Data Loader to automate import processes using API?

A

Specify data source, field mappings, and other perimeters via configuration files

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

Define Data Import Wizard.

A

this tool, accessible through the Setup menu, lets you import data in common standard objects, such as contacts, leads, accounts, as well as data in custom objects.

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

How many records can Data Import Wizard import?

A

50 000

17
Q

What is needed for Data Import Wizard to automate?

A

provides a simple interface to specify the configuration parameters, data sources, and field mappings that map the field names in your import file with the field names in Salesforce.

18
Q

When can Data Import Wizard be used?

A
  1. You need to load less than 50,000 records.
  2. The objects you need to import are supported by the wizard.
  3. You don’t need the import process to be automated.
19
Q

When can Data Loader be used?

A
  1. You need to load 50,000 to five million records. If you need to load more than 5 million records, we recommend you work with a Salesforce partner or visit the AppExchange for a suitable partner product.
  2. You need to load into an object that is not supported by the Data Import Wizard.
  3. You want to schedule regular data loads, such as nightly imports.