BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
899 / 1048 · Module 17 — Interview System-Design Scenarios← prev⊞ allnext →

17.43Start with identity

Ask:

What determines that two records represent
the same customer?

Then inspect:

External ID configured?

Is it unique?

Are we using Upsert?

Is code doing Query → Create?

Are retries using Create?

Are multiple workers processing concurrently?

Is source sending different IDs for same entity?

Are duplicate rules merely fuzzy rather than deterministic?