4.29Mule's Salesforce Connector isn't always REST
Another interview trap.
Don't say:
“The Salesforce Connector is basically a REST wrapper.”
The current connector can use Salesforce:
SOAP API
REST API
Bulk API
Streaming API
depending on the configured operation.
So say:
“The connector abstracts several Salesforce APIs; which underlying API is involved depends on the operation.”
Much better.