Category: Siebel Interview Questions

Siebel EAI Interview Questions – EAI Siebel Adapter

Question: Explain the methods of EAI Siebel Adapter Answer: EAI Siebel Adapter is pre-build business service which interacts with Siebel Object manager to perform CRUD operations on Siebel Database. Following methods are available on the service: Query Query method is used to query data from Siebel, output of this method is Integration Object instance. Query can be executed using : Row id of…

Siebel EAI Interview Questions – Integration Objects & XML

Question: How to generate XML in Siebel? Answer: Use EAI Siebel Adapter Business Service Query method and then EAI XML Converter Service Method HierToDoc to generate XML Doc. Question What is the difference between External & Internal Integration Object?  Answer: Internal Integration Object refers to Siebel Business Object for querying and saving data.External Integration Object refers to XML schema, one can not use query or insert operation on external integration object.To…

Siebel Interview Questions: Workflows

Question: What are the different ways to invoke workflows in Siebel? Answer: Some of the known ways of executing workflows are:1. Named Method User Property2. Calculated Field expression3. Script on BusComp, Applet, Application, Business Services4. Workflow Policy5. RCR & Server Requests6. Asynchronous Server Request – Business Service7. Run Time Events8. Command prompt using Server Manager run task for comp command9.…

Siebel Configuration Interview Questions – Picklists

This post belongs to some other blog, i take it as liked it most and for my compilation only. This post focusses on the interview questions that are related to picklists fields in Siebel. I have tried to list all the possible questions and will keep updating it in future. Question: What is the difference between static picklist and dynamic…

Siebel Configuration Interview Questions – Applet Toggles

In an Siebel Technical interview consultant may face some questions on applet toggles, which seems to be quite easy topic, this section will help you to quickly understand the applet toggles. Some quick facts about Siebel Toggle Applets: A static toggle applet does not require to reference the same business component! A dynamic toggle applet must reference the same business component, which…