Salesforce DEV401 - Data Import Flashcards

Salesforce Dev 401 Certification

1
Q

Can Data Loader be run through the Command Line?
A. Yes
B. No

A

A. Yes

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

What happens during an upsert operation when two records have the same External ID?
A. Both records are updated
B. First record gets updated; error is thrown for second record
C. First record gets updated; second record gets created
D. Error is reported

A

D. Error is reported

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

Is it possible to set the System Fields like Created date to any date value during the initial load?
A. Yes
B. No
C. Yes, a Case needs to be raised with Salesforce.com
D. Yes, appropriate Profile permission needs to be given

A

C. Yes, a Case needs to be raised with Salesforce.com

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

How many Asset records can be imported via Import Wizard?
A. 500
B. 5,000
C. 50,000
D. Asset Records cannot be imported via Import Wizard

A

D. Asset Records cannot be imported via Import Wizard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
Which of the following objects cannot be imported via the Import Wizard?
A. Leads
B. Solution
C. Cases
D. Person Accounts
A

C. Cases

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

When would a developer NOT use upsert and external IDs?
A. To integrate with an external system
B. To load related records without knowing Salesforce record IDs
C. To migrate customizations from sandbox to production
D. All of the above

A

C. To migrate customizations from sandbox to production

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

How can an automated data load be performed at 2:00 a.m.?
A. Schedule manager of Import Wizard
B. Command Line Interface (CLI) of Data Loader
C. Use Export Scheduler of Data Loader GUI
D. Use Data Export Service

A

B. Command Line Interface (CLI) of Data Loader

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
What type of data cannot be imported through the wizard?
A. Accounts and Contacts
B. Leads
C. Custom Objects
D. Users
A

D. Users

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

Which of the following are NOT capabilities of the data loader? (2 answers)
A. Import greater than 50,000 records
B. Import data into 2 objects in a single transaction
C. Rollback import transactions
D. Run by command line

A

B. Import data into 2 objects in a single transaction

C. Rollback import transactions

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

When would a developer use upsert and external IDs? (2 answers)
A. To integrate with an external system
B. To migrate customizations from sandbox to production
C. To load related records without knowing Salesforce record IDs
D. To use the Force.com API to query for data

A

A. To integrate with an external system

C. To load related records without knowing Salesforce record IDs

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

In Data loader 50,000 or more records can be uploaded at a time
A. True
B. False

A

A. True

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

If two records have the same External ID, what would happen if an upsert action occurred for that External ID?
A. The first matching external id record would be updated
B. Both matching external id records would be updated
C. A new record is created
D. An error would be reported

A

D. An error would be reported

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
Salesforce.com has notified you that they have enabled the ability to update audit fields for your organization.  When inserting a record which field can you set?
A. CreatedDate
B. IsDeleted
C. SysModStamp
D. UpdatedDate
A

A. CreatedDate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
What type of data cannot be imported through the import wizard?
A. Accounts and Contacts
B. Leads
C. Custom Objects
D. Users
A

D. Users

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