Top 34 Siebel Eai Interview Questions
Q1. What Are The Different Ways To Invoke An Eai Workflow ?
Workflows can be invoked the usage of :-
A Workflow
A run-time Event
A script
The workflow system simulator ( for testing )
Q2. How To Import Wsdl In Siebel?
Importing WSDL in Siebel is step process:
First, WSDL is imported into Siebel Tools the usage of WSDL Import Wizard. It creates Integration items and proxy enterprise service from WSDL definition, and generates XML for run time records creation.
Secondly, XML generated is then imported in to web purchaser. Process is printed in bookshelf right here.
Q3. How To Convert Incoming Data To Uppercase Before Importing In Siebel?
Siebel does not help converting the case of thru EAI, however it's far possible to call a custom business carrier through information maps that may convert the case.
InvokeServiceMethod ("CustomDataMapper", "UpperCase", "InputStr='"+[Integration Field Name]+"'", "OutputStr")
Q4. What Are The Business Service Events?
• Service_PreInvokeMethod
• Service_InvokeMethod
• Service_PreCanInvokeMethod
Q5. What Is The Significance Of Name Of Integration Component Field?
Name of Integration Component Field is used to create the Siebel Message belongings set, It is important to know the ICF call if script is used to get price from XML.
Q6. What Is A Rule Set?
A organization of guidelines in a sequence, used to parse assets set enter till a rule is determined that fits the enter.
Q7. What Is The Difference Between Get And Post Http Methods?
GET:
Use while URL get admission to will no longer exchange the country of the database
Use to invite for a particular piece or set of information
Example: Clicking a hyperlink uses GET
POST:
Use when URL get entry to will trade the kingdom of the database
Use to publish a specific piece or set of facts
Example: Sending records in a Web-primarily based shape makes use of POST.
Q8. What Is A Siebel Data Adapter?
Is a person interface that enables you to create data maps for outbound and inbound records transformation
Is declarative — very little programming is important
Uses the EAI Data Mapping Engine commercial enterprise provider to execute the statistics transformation
Stores statistics transformation maps inside the Siebel database
Q9. What Does A Eai Siebel Adapter Synchronize Method Does ?
• Changes records in a commercial enterprise object example to healthy statistics in an integration item instance.
• Updates, inserts, or deletes a business issue instance.
Q10. How To Generate Xml In Siebel?
Use EAI Siebel Adapter Business Service Query technique after which EAI XML Converter Service Method HierToDoc to generate XML Doc.
Q11. How To Change The Source Field Of Xml Tag In Siebel Xml?
Find the Integration Component Field and replace the External Field call to the new discipline name.
Q12. What Does An Eai Xml Read From File Business Service Do?
Reads a document and transforms facts from an XML format to a belongings set format.
Q13. What Does A Eai Siebel Adapter Execute Method Does?
Performs a aggregate of operations on additives of an integration object example.
Q14. How To Change The Xml Tag In An Siebel Message?
Find the Integration object from the xml after which visit the desired integration issue and update the XML Tag of favored integration element area.
Q15. What Is A Wsdl?
WSDL stands for Web Services Descriptive Language. It is an XML document which describes everything approximately a web server.
Typically it incorporates:
Web provider cease factor (URL)
Methods web provider Support
Input and output arguments.
WSDL is technology/platform impartial syntax hence it's miles broadly general manner of describing web offerings definition.
Q16. What Are The Ways Of Invoking A Business Service ?
A workflow system
A method from every other business carrier
A user interface occasion
A Siebel item interface ( COM , CORBA , Java )
Q17. What Does A Eai Siebel Adapter Delete Method Does?
Deletes a commercial enterprise element example.
Q18. What Is Xsd? How To Create Xsd In Siebel?
XSD is an XML Schema Definition record. It is a type of XML report which defines the shape of an XML document. It carries the structure of the XML and the information type and period of XML.
Siebel gear can generated with the aid of Generate XML Schema wizard by using clicking Generate Schema Button.
Q19. What Is A Rule?
A seek expression to assess incoming statistics, plus
A business service and technique to ship facts matching the criteria
Q20. What Does A Eai Siebel Adapter Query Method Does?
Selects facts from the Siebel database Without the usage of Siebel object interfaces.
Q21. What Are The Possible Solutions To Export Siebel Data To An External System ?
To export Siebel information to an outside system we are able to use either one of the following solutions.
Enterprise Integration Manager ( EIM )
Object Interface
Workflow for EAI (Outbound)
EAI Dispatch provider (Outbound )
Q22. What Does An Eai Xml Write To File Business Service Do?
Transforms information from a property set to an XML layout and writes it to a report.
Q23. What Are The Eai Siebel Adapter Methods?
• Query
• Upsert
• Delete
• Synchronize
• Execute
Q24. What Is The Difference Between External & Internal Integration Object?
Internal Integration Object refers to Siebel Business Object for querying and saving facts. External Integration Object refers to XML schema, one can not use question or insert operation on external integration object. To create external integration item, both XSD or DTD document is needed.
Q25. What Is Dtd? How To Generate Dtd Of An Siebel Integration Object?
DTD is Document Type Definition, it's far any other form of document which describes the shape and information varieties of an XML record. It can also be generated via Generate Schema Button at the Siebel Integration Object.
Q26. What Are Integration Objects?
Integration gadgets enable the transformation of software-specific records into a commonplace layout (inclusive of XML) that different packages can system.
Q27. What Is A Transform?
A specification of a goal format for the output belongings set, plus
A specification of the supply data in the output belongings set
Q28. What Are The Possible Solutions To Control A Siebel Application From An External System ?
To control a Siebel software from an outside gadget we are able to use either one of the following answers.
Workflow for EAI
Object Interface
Q29. What Is A Grammer?
Notation that defines a rule, a subset of the XPath standard.
Q30. What Does An Eai Http Transport Adapter File Business Service Do?
Sends/receives XML messages throughout the Internet to or from a port using Hypertext Transfer Protocol (HTTP)
Can ship messages past company barriers to Web-based totally programs written in Java, JavaScript, VBScript, or any other Web-enabled generation
Transports messages in XML layout by means of default
Provides synchronous connectivity
Supports all inbound and outbound transport techniques
Runs within the Siebel Object Manager
Q31. What Is A Data Map?
Defines the connection among the source and target layout
Directs the mapping and transformation manner
Q32. What Is The Difference Between Event And Event Handler?
• An event is a user or device action to which the Siebel utility might reply
Select occasions are uncovered thru the Application Programming Interface (API)
Example: Updating a report, updating a area, and deleting a report
• An occasion handler is the Siebel code that executes in response to the event
Example: When the consumer steps off a document being edited (the event), the software responds by means of committing the report to the database (the occasion handler)
Q33. What Is The Use Of Xml Container Element?
XML container element if certain on IC then Siebel adapter will usually create an XML tag earlier than the begin of infant IC information, and it's going to always be found in XML despite the fact that no records are lower back by way of query method.
Q34. What Is The Difference Between Integration Object And Integration Object Instance ?
• An integration object is metadata. A model of the shape of a selected data set.
• Whereas an integration item is metadata. A version of the shape of a particular information set.

