Data Modeling and Mgmt Flashcards

1
Q

What is the maximum combined length of a BigObjects index?

A

100 characters

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

What is the maximum number of fields that a BigObjects index may contain?

A

5 (min 1)

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

What are the main considerations for building a BigObjects index?

A
  • Must include 1-5 fields
  • Total character count for combined index must be 100 or fewer characters
  • Once an index has been created, it cannot be edited or deleted
  • Custom fields in index must be marked as required
  • Long Text Area fields are not supported
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How much storage space does a typical Salesforce record require?

A

2 KB

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

Which standard object records require more storage space than the typical 2 KB?

A

Person Accounts, Campaigns, and Articles

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

Which formula calculates the distance between two locations/geolocations?

A

DISTANCE

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

What SOQL operators cannot be used in Big Objects queries

A

LIKE
INCLUDES
EXCLUDES
NOT IN

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

How many records can be stored in a Big Object by default?

A

1,000,000

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

What fields are indexed by default?

A

Id
Name
OwnerId
CreatedDate
SystemModStamp
RecordType
Master-Detail
Lookup

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

What is the difference between invalid and inaccurate information?

A

Invalid information typically means data does not conform to defined formats, while inaccurate information is simply the wrong data values.

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

What is the maximum number of object relationships in a custom report type?

A

Four

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

What field types can be set as External ID fields?

A

Text, Number, and Email

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

What is the maximum number of External ID fields per object?

A

25

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

What matching algorithms do the standard Account duplicate and matching rules use?

A

Acronym, Edit Distance, and Exact

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