Salesforce Decode
Salesforcedecode
All topics

Learn Integration

REST, SOAP, platform events, CDC, middleware, and event-driven architecture.

114 questions in this topic

Difficulty Level

Topic Focus

Showing 12 of 114 Integration questions

Beginnerrestintegrationbasics

What is a REST API integration with Salesforce?

An external ERP must create Accounts in Salesforce nightly. You explain REST at a high level.

Beginneroauthconnected-app

What is OAuth for Salesforce integrations?

Middleware needs long-running access to Salesforce without a human logging in daily. You explain OAuth flows simply.

Beginnersoapenterprise-wsdl

What is SOAP API and when is it still used?

A legacy billing system only supports SOAP. You explain why Salesforce still offers it.

Beginnerplatform-eventsevent-driven

What are Platform Events?

Order shipped in ERP should notify Salesforce without polling every minute. You introduce Platform Events.

Beginnercdcintegration

What is Change Data Capture (CDC)?

Data warehouse needs near-real-time Salesforce Account changes. You explain CDC basics.

Beginnermiddlewaremulesoft

What is middleware and why use MuleSoft with Salesforce?

Five systems need Account updates. Point-to-point integrations become messy. You explain middleware role.

Beginnerexternal-idupsert

What is an external ID and why use it in integrations?

Same Contact syncs from marketing tool daily. You prevent duplicate Contacts with external ID.

Beginnercalloutshttp

What are callouts in Apex integrations?

Salesforce must POST order status to external shipping API from a trigger. You explain callout basics.

Beginneridempotencyreliability

What is idempotency in integrations?

Network blip causes the same invoice POST twice. Finance sees duplicate Opportunities. You explain idempotency.

Beginnercompositerest

What is the Composite REST API?

Mobile app needs Account, Contact, and Opportunity created in one user action with one round trip.

Beginnermonitoringoperations

How do you monitor integration failures?

Overnight sync failed silently last week. You list basic monitoring a junior should know.

Beginnerlimitsapi

What is an API rate limit in Salesforce?

Marketing platform hits API limit and CRM updates stop midday. You explain API limits simply.