Siebel

  Home  Applications Programs  Siebel


“Siebel Interview Questions and Answers will guide us now that Siebel CRM Systems, Inc. was a software company principally engaged in the design, development, marketing, and support of customer relationship management (CRM) applications. So learn more about Siebel or get preparation for the job of Siebel witht he help of this Siebel Interview Questions with Answers guide”



74 Siebel Questions And Answers

41⟩ Explain the difference between a web client, dedicated client and mobile client?

In web client, the application is accessed through a web browser; no software needs to be installed on the m/c except the web browser. It connects through the web server.

In dedicated client we need to install the client software on m/c. Dedicated Client connects directly to Siebel Database.Mobile Client connects through the Siebel Server.

 253 views

42⟩ Described intersection tables?

Intersection tables are used in M: M link. There we establish the relationship between the parent and child BCs by mentioning the inter child column and inter parent column.

 253 views

44⟩ What is Siebel Force Active?

The Force Active setting of TRUE indicates to the system that it must obtain data for the field every time the business component is accessed, even if the field is not displayed in the current applet; this adds the field to the SQL query each time.

 247 views

48⟩ Define complex join?

Complex joins are joins which have following diffrences from a PK-FK joins # Complex joins can have conditional mappings like >,<,>=,NOT,AND,etc apart from '=' whereas the PK-FK joins are always '='. # PK-FK joins are always (1-N), whereas complex joins can have (1 - 0,1) and (0,1 - N) kind of relationships.

 238 views

49⟩ Define State Model?

Provide a data driven method for extending workflow control based on the status SR Open Cancelled, you define the state model.

 241 views

51⟩ How to check no match properties in Link?

When a multi-value link has been configured with a primary join?which is the typical situation?there are circumstances in which the foreign key used by this join to identify the primary record is unable to find the primary. For example, this can happen when the primary record has been deleted from the multi-value group or the multi-value group is newly created and has no records.

In such cases, the multivalue link can be configured to update the primary foreign key to a value of NULL, or to a special value of NoMatchRowId, depending on your requirements. This behavior is configured through the Check No Match property of the Multi Value Link object type, and has performance consequences.

 257 views

52⟩ How Dynamic Pick-list is used to Update join fields?

Actually we cannot modify the join fields we cannot do any modifications and updations on that fields to do these things we create the dynamic picklist or pick-applet. Dynamic picklist to modify (to enter new records )in the join fields.

 265 views

53⟩ How to make an MVG applet read only?

By checking the no Update property in MVG Field. If the base record is read only and we need to make the MVG applet read only, one has to use BC user property Parent Read Only Field in the MVG BC.

 255 views

55⟩ When to use an Associate applet?

To relate data from two separate entities (many -2-many relationships).

In M:M link relation ship, we have to use Inter Or Intersection Or Association Table.In master detail view inter-table is restricted to the user to interact to the detail applet in that view, due to that res ion that association applet is use to interaction

 270 views

57⟩ What are the other features supported by High Interactivity mode?

★ Browser scripting.

★ Implicit commit, which allows the application to automatically save a record when the user steps off it.

★ User interface features, such as drag and drop column reordering, drag and drop file attachments, keyboard shortcuts, smart controls for calendar, calculator and currency functions, and applet scroll bars.

 263 views

58⟩ Described the use of validation in BC?

Validation is based on a set of rules that help make sure that the configuration changes are logically consistent with existing object definitions and one another.

 261 views

60⟩ Define specialized classes?

A class property gives an object access to specific functionality. The class refers to a dynamic-link library (DLL) that is installed on the client or server machine and holds the required functionality.

Specialized classes exist for business components or applets that have specialized behavior or features. Examples of specialized modules include Quotes, Forecasting, and Correspondence. Anything other than CSSBusComp, CSSBCBase, CSSFrame, CSSFrameList is specialized class.

 247 views