Interview Question Set
Integration Core Questions
Interview preparation for API strategy, retries, credentials, middleware, and event-driven integration thinking.
Question
How do you choose between request-response and event-driven integration?
I choose based on timing needs, coupling tolerance, retry behavior, and whether the business process truly needs an immediate answer.
QuestionWhy does idempotency matter in Salesforce integrations?
Idempotency matters because retries and duplicate messages are normal, and the integration must avoid creating repeated side effects.