1. What is integration ?

A. Integration is a process of connecting two applications

2. What is webservices ?
A. Webservices is a functionality or code which helps to us to do integration.

3. what is Protocal ?
A. Protocal is contains set of instructions or rules.

4. How many types of API’s avaliable in salesforce ?
A. SOAP API, REST API, Bulk API and Streaming API.

5. What is Call In and Call Out?

A. Call In is used to exposing our webservices to another users
Call Out is used to invoking or consuming our webservices to others.

6. What is WSDL ?
A. WSDL stands for Webservices Description Langugage.
It contains types, messages,port types and Binding.

7. How SOAP can be accessed ?
A. SOAP can be communicate through WSDL file, without WSDL file we can’t do integration.
Message format in SOAP is XML

8. How to do callout integration ?
A. Generate WSDL code from class
Path: setup-develop -apex class

9. Limitataions of WSDL file ?
A. File must be in .WSDL extenstion.
Multiple port types and binding will not allowed
Import and Inheritance operations are not supported.

10. What is remote site settings ?
A. Remote site settings is used to authorize the endpoint and allow us to whom integrate(end user)

11. How manys ways to XML parsing ?
A. They are two ways of XML parsing
1. XML streams
2. XML DOM

12. How to read root element in XML DOM ?
A. getroot element