Integration Patterns Flashcards

(7 cards)

1
Q

Salesforce calls an external system and waits for a response (e.g., real-time lookups).

A

Request & Reply

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

Salesforce triggers a process in another system without waiting for confirmation (e.g., sending notifications).

A

Fire & Forget

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

Scheduled, large-volume data transfers between systems (e.g., syncing product catalogs overnight).

A

Batch Data Synchronization:

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

An external system directly creates, reads, updates, or deletes data in Salesforce (e.g., an ERP updating customer records)

A

Remote Call-In

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

Salesforce accesses and displays external data in real-time as if it were native (e.g., live shipment tracking).

A

Data Virtualization:

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

An event-driven pattern where Salesforce publishes events (like a new order) for other systems to subscribe and react to.

A

Publish/Subscribe (Pub/Sub)

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

Embedding Salesforce data or functionality within other UIs, or vice versa, for a unified experience (e.g., Lightning Components in external apps).

A

UI Integration

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