Quiz 4 Flashcards

1
Q

Select the statements that are true about record IDs. (Select all that apply.)

A. Record IDs can be set by the user when creating records with the API.
B. The first three characters represent an object type
C. Record IDs uniquely identify a record
D. Record ID is a alpha-numeric field
E. Record IDs are randomly generated

A

B. The first three characters represent an object type
C. Record IDs uniquely identify a record
D. Record ID is a alpha-numeric field

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

How many External IDs may an object contain?

A. 1
B. 5
C. 2
D. 10
E. 3
A

E. 3

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

What is the result of doing an upsert with an external ID? (Select all that apply.)

A. If matched, the object is updated
B. If multiple matches, each object is updated
C. If no match, a new object is created
D. If no match, an error is reported
E. If multiple matches, an error is reported

A

A. If matched, the object is updated
C. If no match, a new object is created
E. If multiple matches, an error is reported

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

How many fields may be tracked on a custom object?

A. 30
B. 10
C. 20
D. Unlimited
E. 50
A

C. 20

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

What objects can be uploaded to Salesfore.com with the Import Wizards? (Select all that apply.)

A. Accounts/Contacts
B. Custom Objects
C. Leads
D. Opportunities
E. Solutions
A

A. Accounts/Contacts
B. Custom Objects
C. Leads
E. Solutions

Accounts, Contacts, Leads, Solutions, and Custom Objects may be imported with the Import Wizards.

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

IF the Modifiable System Fields feature is turned on, the Created Date can be changed for an existing record using the API.

A. True
B. False

A

B. False

The Created Date may only be set when creating new records.

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

Deleting an object that has a Lookup-up relationship to a different object will remove the link found in the other object.

A. True
B. False

A

A. True

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

Select the statements that are true about the Apex Data Loader. (Select all that apply.)

A. Can be run from a command line
B. Supports import and export of XLS files
C. Supports files with up to 5 million records
D. Prevents duplicate accounts by matching account name and site
E. Fully supported product.

A

A. Can be run from a command line
C. Supports files with up to 5 million records
E. Fully supported product.

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

The Setup Audit Trail tracks changes to which of the following items? (Select all that apply.)

A. Chatter Posts
B. Page layout changes
C. Record Updates
D. Email address changes
E. Approval Processes Completion
A

B. Page layout changes

D. Email address changes

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

In which of the following scenarios should a queue be used?

A. A sales team is responsible for working on incoming leads.
B. A team of people must receive an email alert when a record status changes to “Closed.”
C. Hiring a new person must be approved by the hiring manager first and then HR manager.
D. Expense approval must be delegated when a manager is on vacation.

A

Queues allow teams of people to share ownership of a record.

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

An approval process at your company is set to request an approval from the user’s manager. After an approval process has started, changing the user’s manager will reassign the approval task to the new manager.

A. True
B. False

A

B. False

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

What are ways to make a field required? (Select all that apply.)

A. Checkbox on Field
B. Record Type Rule
C. Page Layout
D. Validation Rule
E. Workflow Rule
A

A. Checkbox on Field
B. Record Type Rule
D. Validation Rule

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

Which statements are true about Modifiable System fields? (Select all that apply.)

A. Modifiable System fields setting can be turned on and off by an Administrator
B. Only available for user’s with the Standard System C. Administrator profile
C. Works for all Custom objects
D. Read-only for existing records
E. Only accessible through API

A

C. Works for all Custom objects
D. Read-only for existing records
E. Only accessible through API

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

What are ways in which a Record ID can be obtained? (Select all that apply.)

A. Settings panel
B. Web services API
C. Report
D. Page layout
E. URL
A

B. Web services API
C. Report
E. URL

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

Many field types that have field history tracking enabled will store the Track old and new values. Which field types will only track who made a change and when the change occurred? (Select all that apply.)

A. Text Area (Rich)
B. Text (Encrypted)
C. Lookup Relationship
D. Text Area (Long)
E. Picklist (Multi-Select)
A

A. Text Area (Rich)
D. Text Area (Long)
E. Picklist (Multi-Select)

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

What are the actions of a workflow rule? (Select all that apply.)

A. Task
B. Email Alert
C. Record Lock
D. Field Update
E. Inbound Message
A

A. Task
B. Email Alert
D. Field Update

Task, Email Alert, Outbound Message, and Field Update

17
Q

A log of the last 20 changes will be kept when a custom object’s “Track Field History” checkbox is checked.

A. True
B. False

A

B. False

The “Track Field History” on a custom object enables the ability to select field to track. It does not just start a record tracking log.

18
Q

Both 15 digit and 18 digit record IDs are case-sensitive.

A. True
B. False

A

B. False

The 18 digit record ID is not case-sensitive. The 15 digit record ID is case sensitive.

19
Q

A workflow’s time trigger will send an Email alert when a record waiting for approval still has a status of Pending 15 days after the record was submitted. A user submits a record for approval, and it is rejected on day 10. Our user resubmits the record for approval on the same day. Will the time trigger execute 5 days from now if the record is in Pending status?

A. No
B. Yes

A

A. No

The time trigger would be reset when the record was resubmitted, and the count of days in Pending status would begin again.

20
Q

Time-dependant workflow cannot be used when a rule is set to be evaluated “Every time a record is created or updated.”

A. True
B. False

A

A. True