-
Sample Siebel CRM Interview Question and Answers expected
Vasanth Iyer posted a dip: Nov 18, 2011
Sample Siebel CRM Interview Question and Answers expected in a job interview
#siebelWhat is the relationship between a view and a b/o?
M: 1What is horizontal and vertical in siebel?
`
What is implied Join. Where do we find it?
The join between a base table and its 1:1 extension table is called implicit. The name of implicit join is same name as the extension table. For example, S_PARTY and all its extension table S_ORG_EXT, S_CONTACT, S_POSTN, S_BU etc. Similarly implicit join exists between a base table and its Inter Section table as well. Example S_OPTY and S_OPTY_CONHow do you recognize that a particular table (Base table) can be extended?
If the table type property is other than Extension, it can be extended.What is an extension table and how is it related to base table?
Table of type extension are additional tables with implicit 1:1 relationships to its parent base table, the table it logically extends. They provide additional columns that you can use to store data.Is it possible to have multiple database servers for one gateway server?
NoWhat is All Mode Sort?
What does Business Component View Mode indicate?
It defines allowable access control mechanisms that can be applied to the business component in any viewWhat is the view mode of following bcs?
Account – Position (You assign position to the sales team), Organization
Opportunity – Position, Organization
Contact – Position, Organization, Person
Service Request – Person (Single Owner) here you assign LOGIN to SR, Organization
Action – Person (Multiple Owners)What is the difference between ”PickList Generic” and ”PickList Hierarchical” Business components?
Both BCs are based on S_LST_OF_VAL table. PickList Hierachical has more field than PickList Generic and it is used for creating hierarchical picklist.What is the base table of Account, Contact bc?
S_PARTYWhat is S_PARTY table?
This is the base table for all party business components.List different party type?
Party Type Business Component
Organization Account (S_ORG_EXT), Organization (S_BU), Division (S_ORG_EXT)
Person Contact (S_CONTACT), Employee (S_EMP_PER), User (S_USER)
Position Position (S_POSTN)
Household Household (S_ORG_GROUP)
User List User List (S_USERLIST)
Access Group Access Group (S_PARTY_GROUP)What is the difference between an organization and division in Siebel?
Account – [Internal Org Flag] = ’N’, data gets populated in S_PARTY and S_ORG_EXT tables
Division – [Internal Org Flag] = ’Y’, data gets populated in S_PARTY and S_ORG_EXT tables
Organization – - [Internal Org Flag] = ’Y’ and [Organization Flag] = ’Y’, data gets populated in S_PARTY, S_ORG_EXT, S_BU tables
All Organizations are division, but the reverse is not true.What is the intersection table of party entities?
S_PARTY_PERHow do you create extension table to an interface table in Siebel?
Using wizardHow does bc and applet related?
1: MHow is the opportunity related to an account?
M: 1What does an opportunity, account contact do in Siebel?
Why do you need to create employees at the database in Siebel?
How do you control visibility in Siebel?
Visibility control can be done at 2 levels.
1> View visibility – this is done by responsibilities
2> Data Visibility – this is done by positionsHow to specify owners for a business component?
By using BusComp View Mode. This is a child object of Business Component.