BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
162 / 279 · Module 10 — Synchronous vs Asynchronous Integrations · filtered: code← prev⊞ allnext →

10.20Salesforce Change Data Capture

Salesforce CDC is conceptually:

Account changed
     ↓
change event
     ↓
Mule

Useful for:

data synchronization
replication
cache updates
downstream propagation

Instead of polling LastModifiedDate.

You don't need the exact connector syntax for the interview.

Recognize the use case.