YouTube Icon

Interview Questions.

Top 27 Salesforce Integration Interview Questions and Answers - May 31, 2022

fluid

Top 27 Salesforce Integration Interview Questions and Answers

Q1. What Are Methods In Rest?
HTTPGET, HTTPPUT, HTTPPOST and HTTPDELETE.

Q2. Distinction Between Soql Vs Sosl In Salesforce?
SOQL-Salesforce Object Query Language

Utilizing SOQL we can Search just on one article one time.
We can question on all fields of any information type
We can involve SOQL in the Triggers and the classes.
We can perform DML procedure on SQL inquiry results.
SOSL(Salesforce Object Search Language)

Utilizing SOSL we can look through on many articles all at once.
We can inquiry just on fields whose information type is message, telephone, and Email.
We can't use in Triggers however can in classes.
We can't perform DML procedure on list items.
Q3. What Is Call In And Call Out?
Bring In is accustomed to presenting our webservices to another clients Call Out is accustomed to summoning or consuming our webservices to other people.

Q4. What Is Protocal?
Protocal contains a bunch of guidelines or rules.

Q5. What number of Ways To Xml Parsing?
They are two different ways of XML parsing:

 XML streams
 XML DOM
Q6. What Is Soap?
A convention that characterizes a uniform approach to passing XML-encoded information. Cleanser Stands for Simple Object Access Protocol.

Q7. How Soap Can Be Accessed?
Cleanser can be conveyed through WSDL record, without WSDL document we can't do joining.

Message design in SOAP is XML.

Q8. What Is The Apex Trigger In Salesforce?
Trigger is an Apex Code that executes previously or later.

The accompanying kinds of DML Operation:

 Embed
 Update
 Erase
 Combine
 Upsert
 Undelete
Q9. How Soap And Rest Will Communicate?
Cleanser will convey through WSDL document

REST will impart through HTTP record.

Q10. How Soap Can Be Accessed ?
Cleanser can be convey through WSDL record, without WSDL record we can't do coordination.

Message design in SOAP is XML.

Q11. What Is Soql?
An inquiry language that permits you to build basic yet strong question strings and to indicate the rules that ought to be utilized to choose the information from the stage data set. SOQL Stands for Salesforce Object Query Language.

Q12. How Soap And Rest Will Communicate ?
Cleanser will impart through WSDL record

REST will convey through HTTP record.

Q13. What Is Webservices ?
Webservices is a usefulness or code which serves to us to do combination.

Q14. The most effective method to Do Callout Integration ?
Create WSDL code from class

Way: arrangement create - pinnacle class.

Q15. Instructions to Read Text Between Tags ?
gettext

Q16. How To Do Callout Integration?
Create WSDL code from class

Way: arrangement create - zenith class.

Q17. What Is Remote Site Settings?
Remote site settings is utilized to approve the endpoint and permit us to whom integrate(end client).

Q18. What number of Callouts To External Service Can Be Made In A Single Apex Transaction?
Lead representative cutoff points will confine a solitary Apex exchange to make a limit of 100 callouts to a HTTP demand or an API call.

Q19. What Is An External Id In Salesforce? Which All Field Data Types Can Be Used As External Ids?
An outside ID is a custom field which can be utilized as an extraordinary identifier in a record. Outer IDs are predominantly utilized while bringing in records/information. While bringing in records, one among the many fields in those records should be set apart as an outside ID (extraordinary identifier).

A significant highlight note is that main custom fields can be utilized as External IDs. The fields that can be set apart as outside IDs are Text, Number, E-Mail and Auto-Number.

Q20. The most effective method to Read Root Element In Xml Dom ?
getroot component.

Q21. What Is Wsdl?
WSDL represents Webservices Description Language.

It contains types, messages, port sorts, and Binding.

Q22. Restrictions Of Wsdl File?
Record should be in .WSDL augmentation.

Various port sorts and restricting won't be permitted

Import and Inheritance tasks are not upheld.

Q23. How Rest Can Be Accessed Or Which Message Format Rest Supports ?
REST upholds both XML and JSON.

Q24. What Is Json?
JSON represents JavaScript Object Notation. JSON is light weighted than XML.

Q25. What Is Integration?
Mix is a course of interfacing two applications.

Q26. The most effective method to Read All Child Elements In Xml Dom ?
 getchild components.

Q27. What Are The Types Of Soql Statements In Salesforce?
Salesforce Object Query Language is utilized to question that records from the database.com in view of the prerequisite.

There are 2 sorts of SOQL Statements:

 Static SOQL
 Dynamic SOQL.




CFG