Salesforce Integration Interview Questions
Salesforce Integration Interview Questions
4. Explain the difference between REST API and SOAP API in Salesforce.
Answer: REST API is lightweight, stateless, and works with JSON or XML, making
it ideal for web and mobile apps. SOAP API is more robust, uses XML exclusively,
and is suitable for complex integrations requiring strong security.
Joyful Learning
Ankita
11. What are Outbound Messages in Salesforce, and how do they work?
Answer: Outbound Messages send SOAP messages to external systems when
triggered by a workflow rule. They provide a simple way to send real-time
notifications without coding.
Joyful Learning
Ankita
12. What is a Connected App in Salesforce, and why is it important for integration?
Answer: A Connected App enables external systems to access Salesforce data
securely using APIs. It provides OAuth-based authentication and manages
permissions for integration.
14. How is data synchronization achieved between Salesforce and external systems?
Answer: Data synchronization can be achieved using APIs, middleware tools (e.g.,
MuleSoft), Salesforce Connect for real-time data, or ETL tools for batch processing.
17. What is an Apex Callout, and when would you use it?
Answer: An Apex Callout allows Salesforce to send a request to an external web
service and process its response. It’s used when Salesforce needs to fetch or send data
to external systems programmatically.
Joyful Learning
Ankita
Joyful Learning