LDV and Integration Flashcards

1
Q

In a ‘Reply and Request’ integration solution, callouts should typically be made using which protocols?

A

SOAP or REST

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

In a ‘Reply and Request’ integration solution, callouts should be peformed (synchronously|asynchronously) and contain (smaller|larger) amounts of data.

A

Callouts should be synchronous and contain small amounts of data to avoid timeouts and size limits for payloads or responses.

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

For External Objects, what are the different types of lookup relationship fields?

A

Lookup Relationship Field: Links a child standard, custom, or external object to a parent standard or custom object. Use when the external data includes a column that identifies related Salesforce records by their 18-character IDs.

External Lookup Field: Links a child standard, custom, or external object to a parent external object. Use when the parent is an external object

Indirect Lookup Field: Links a child external object to a parent standard or custom object. Use when the external data doesn’t include Salesforce record IDs.

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

What are 3 main approaches to improving data load times by reducing sharing calculation time?

A
  1. Set object OWDs to publid read/write where feasible so Salesforce doesn’t maintain share tables.
  2. Temporarily disable automation like workflow rules, validation rules, and record-triggered operations.
  3. Defer sharing calculations prior to loading.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

For how long is data retained in field history objects in the org? Via the API?

A

Up to 18 months in the org. Up to 24 months via the API.

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

Syncing an external data source via Salesforce Connect fails if it causes the org to exceed what number of external objects?

A

200

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

Field History Tracking can be used to track history on up to how many fields on an object?

A

20

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

What are the two primary disadvantages to using mashups?

A
  1. Data retrieval takes more time due to external callouts.
  2. Salesforce features and functionality do not support the external data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the maximum number of fields that can be added to a skinny table?

A

100

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

What are the key advantages of granular locking?

A
  • Groups in separate hierarchies can be manipulated concurrently
  • Roles and groups that do not include territories aren’t blocked by territory operations
  • Users can be added concurrently to territories and public groups
  • User provisioning can occur in parallel
  • Single, long-running operations block a smaller subset of records
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a main drawback of deferring sharing recalculation?

A

It requires a full recalculation of sharing rules for all objects.

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

What are the 4 major approaches to optimizing data loads?

A
  1. Set OWD sharing to public read/write
  2. Temporarily disable record-triggered automation (flow, triggers, validation rules)
  3. Create sharing rules after the data is loaded
  4. Define complex object relationships after the data is loaded
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Data Loader is optimized to load up to how many records?

A

5 million

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

Scheduled Flows can currently do a batch operation on how many records per day?

A

250K records per day

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

What are the flow governor limits for:

  • SOQL queries issued
  • DML statements issued
  • Records processed in DML
  • Max CPU time
A

SOQL queries issued: 100

DML statements issued: 150

Records processed in DML: 10,000

Max CPU time: 10,000 ms

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