InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 101. |
What Is Siebel File System? |
|
Answer» It is a shared directory that stores compressed files USED by Siebel applications. Examples: Product literature, sales TOOLS, presentations Read/write access is controlled by the FILE System Manager component on Siebel Server. It is a shared directory that stores compressed files used by Siebel applications. Examples: Product literature, sales tools, presentations Read/write access is controlled by the File System Manager component on Siebel Server. |
|
| 102. |
What Is Virtual Bc? What Is The Use Of Vbc? |
|
Answer» Virtual BUSINESS Component is USED to display the DATA from ANOTHER LEGACY database table, in the Siebel screen. Virtual Business Component is used to display the data from another Legacy database table, in the Siebel screen. |
|
| 103. |
How Will You Improve Your Performance In Views? |
|
Answer» The basic factors for performance DECREASE in views will be. more number of applets. which led to MANY links. and more JOINED fields in a SINGLE applet. MVG's which do not have the PRIMARIES set. The basic factors for performance decrease in views will be. more number of applets. which led to many links. and more joined fields in a single applet. MVG's which do not have the primaries set. |
|
| 104. |
How Will You Edit The Joined Fields Values In Join? |
|
Answer» USING PICKLISTS and MVGs. MVGs REQUIRE join field and LINK as PREREQUISITES unlike picklists where just a join is enough. Using picklists and MVGs. MVGs require join field and link as prerequisites unlike picklists where just a join is enough. |
|
| 105. |
What Is Constrained Picklist? Where You Will Drop The Constraints? |
|
Answer» Constrainted PICKLIST displayed value based on CONSTRAINT used. Add field to constraint in pickmap of a field where picklist has configured in BC and SET constraint OPTION of added field to TRUE. Constrainted picklist displayed value based on constraint used. Add field to constraint in pickmap of a field where picklist has configured in BC and set constraint option of added field to true. |
|
| 106. |
What Is Detailed Category And What Is Its Use In Configuration? |
|
Answer» Detailed Category and Aggregate Category are the TWO different sets. You can ADD a view to a screen under Detailed Category or an Aggregate Category. For Example: If I am creating two Views as detailes views. First I NEED to CREATE a Detailed Category. Then I have to create two Detailed Views, for which the "Category" property must be specified with the CREATED Detailed Category name. This is same for Aggregate Views also. Detailed Category and Aggregate Category are the two different sets. You can add a view to a screen under Detailed Category or an Aggregate Category. For Example: If I am creating two Views as detailes views. First I need to create a Detailed Category. Then I have to create two Detailed Views, for which the "Category" property must be specified with the created Detailed Category name. This is same for Aggregate Views also. |
|
| 107. |
How To Create Drilldown In Form Applet? |
|
Answer» Usually Drilldowns will be in List Applets only. But, in Siebel 6 there are Drilldowns on Form applets ALSO. But, these are not SIMILAR to those in List Applets. in order to go to the target view we need to right click on the applet, on the menu SHOWN we can find the AVAILABLE Drilldowns with Title as "Go To XYZ View". Usually Drilldowns will be in List Applets only. But, in Siebel 6 there are Drilldowns on Form applets also. But, these are not similar to those in List Applets. in order to go to the target view we need to right click on the applet, on the menu shown we can find the available Drilldowns with Title as "Go To XYZ View". |
|
| 108. |
What Is The Primary Difference Between Siebel 7.5.2 And 7.7 Versions ? |
|
Answer» Are having LOT of differences between siebel 7.7 and 7.5.2. the primary difference among them is " Symbolic strings are available in Siebel 7.7 and not available in 7.5.2". hence the future scope for upgradation like things are high in siebel 7.7. Optimization techniques in EIM Are having lot of differences between siebel 7.7 and 7.5.2. the primary difference among them is " Symbolic strings are available in Siebel 7.7 and not available in 7.5.2". hence the future scope for upgradation like things are high in siebel 7.7. Optimization techniques in EIM |
|
| 109. |
Dynamic Picklist Is Used To Update Join Fields? How? |
|
Answer» 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 pickapplet.dynamic picklist to modify (to enter NEW records )in the 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 pickapplet.dynamic picklist to modify (to enter new records )in the join fields. |
|
| 110. |
What Is Different Between Bounded And Unbounded Picklist? |
|
Answer» We can enter free TEXT INCASE of Unbounded PICKLIST. But, incase of Bounded Picklist, we can not enter FREETEXT. We can enter free text incase of Unbounded Picklist. But, incase of Bounded Picklist, we can not enter freetext. |
|
| 111. |
What Is Localisation? |
|
Answer» MODIFY the OBJECT DEFINITIONS in the LOCAL REPOSITORY. Modify the object definitions in the local repository. |
|
| 112. |
What Is Complex Join? Difference With Foreign Key Primary Key Join? |
|
Answer» 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 '='. 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 '='. |
|
| 113. |
What Is The Difference Between 1:1 And 1:m Extension Tables? |
|
Answer» 1:1 extension table is like an extension to the base table. if we do not have the REQUIRED table SPACE in the base table for craeting new extension columns, we will USE the 1:1 extension table's columns using an implicit join. in contrast, 1:M extension tables are used for parent child relationship with the base table. where the 1:M extension has only RELATED to the base table. for example, for a CONTACT (S_CONTACT) there will be a number of specialities in the extension table(S_CONTACT_XM) with the parent child relationship. 1:1 extension table is like an extension to the base table. if we do not have the required table space in the base table for craeting new extension columns, we will use the 1:1 extension table's columns using an implicit join. in contrast, 1:M extension tables are used for parent child relationship with the base table. where the 1:M extension has only related to the base table. for example, for a contact (S_CONTACT) there will be a number of specialities in the extension table(S_CONTACT_XM) with the parent child relationship. |
|
| 114. |
What Difference Between Fields And Single Value Fields? |
|
Answer» Multi Value field has the CHILD values from a child BC for the PARENT record configured through MVL. SINGLE value field will be either from the base table or joined table. The Difference between Single Value Field (SVF) and Multi Value Field(MVF) Multi Value field has the child values from a child BC for the parent record configured through MVL. single value field will be either from the base table or joined table. The Difference between Single Value Field (SVF) and Multi Value Field(MVF) |
|
| 115. |
What's Siebel? |
|
Answer» SIEBEL is the LEADING PROVIDER of Customer RELATIONSHIP MANAGEMENT (CRM) SOFTWARE. SIEBEL is the leading provider of Customer Relationship Management (CRM) software. |
|