GeekInterview.com
Series: Subject: Topic:

Siebel Interview Questions

Showing Questions 1 - 20 of 174 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

What is the difference between join and link?

Asked By: Interview Candidate | Asked On: Jul 31st, 2005

Answered by: Sukesh on: Mar 19th, 2013

Joins - Occurs between the field of a BC and column of a table.
It requires to maps the columns to the table to BC.

Link - Occurs between two BCs
It requires to show parent-child relationship between two BCs

Answered by: Sudhakar on: Dec 14th, 2011

Field which are coming through Implict joins are editable
Field which are coming through Explict joins are read only.
Using Dynamic picklist we can made these field editable.

What are different types of tables?

Asked By: Interview Candidate | Asked On: Jul 31st, 2005

Answered by: Sukesh on: Mar 19th, 2013

Basically three types tables available in Siebel,
1. Data table ( stores user data e.g. S_PROD_INT)
2. Interface Table ( stores EIM data e.g. EIM_PROD_INT)
3. Repository Table ( stores repository data e.g. S_CONTACT)

Answered by: Sindhuja on: Aug 17th, 2012

Base Table
Intersection Table
Extension Table

How can I audit the vbc use?

Asked By: raquel.baez | Asked On: May 31st, 2012

We have some vbc for query some sensitive information and we need to audit, every use of theses queries. is there some solution?

What is the function of swse on the web server? What is it?

Asked By: chary | Asked On: Nov 8th, 2005

Answered by: Umar Farook on: Jan 18th, 2012


SWSE converts the http request into Siebel request and send the request to AOM(Application Object Manager).

Since Siebel runs with web browser all the request and response will be generated as http format SWSE is used to convert the request to siebel readable format.

Answered by: Mano on: Nov 14th, 2005

SWSE(Siebel Web Server Extension)'s function is to accept the siebel requests and pass it on to Gateway server where the server manager decides, to which siebel server component should this request go.

What is virtual bc? What is the use of vbc?

Asked By: Interview Candidate | Asked On: Jun 24th, 2005

Answered by: Sudhakar on: Dec 14th, 2011

VBC are the business components in Siebel but these BC are accessing data from regacy table which are not a part of Siebel database.

Answered by: Sreenath Gopalan on: Aug 24th, 2011

VBC is mainly used to display the data in siebel from legacy system without storing in the siebel database. For VBC the table name should be Null

When would you use business service than writing function in bc

Asked By: Hitesh Malhotra | Asked On: Mar 10th, 2011

Explain with sample code we can write in function if there is single logic required?

Answered by: Suhakar on: Dec 14th, 2011

If the user want to test the same logic again and again then he can create a BS and he can use the same logic many times.

Answered by: sheetal on: Jul 25th, 2011

when we want to use the same code for a different functionality at that time we write a BS ...reusabilty purpose

What is the difference between EIm and eai?

Asked By: Interview Candidate | Asked On: Jul 31st, 2005

Answered by: Surya Prakash on: Sep 7th, 2011

EIM : A large amount of data transfers and storage
EAI : A small amount of data transfers and display

Answered by: Sreenath Gopalan on: Aug 24th, 2011

Basic Differences between EIM and EAI

EAI

Real Time Process
Max 10 records is possible for transaction

EIM

Batch process
Millions of records is possible for transaction

Seibel business components

Asked By: sa0038096 | Asked On: Jul 22nd, 2008

What are business components, business objects, views , seibel architecture

Answered by: Subrahmanyeswarao Karri on: Sep 4th, 2011

Is a logical entity that associates one or more columns into a single structure

Answered by: adyasa on: Aug 21st, 2011

BC is the business entity which contain business logic. BO is the collection of BC,where it contains only one master BC and rest are child BC of that master BC or parent BC BC s are connected to each...

What are pre defined queries?

Asked By: Interview Candidate | Asked On: Aug 26th, 2005

Answered by: sreenath gopalan on: Aug 24th, 2011

Pre Defined Queries simply known as PDQ where you can create your own query which you are frequently accessing the BC's.

Answered by: Srilatha on: Jun 13th, 2006

Pre defined Queires are given by siebel out of the box application, helps the customers to have ready reference of records on day to day basis.

What is the relationship between service request and order?

Asked By: Lakshmipathy | Asked On: Jul 30th, 2006

Answered by: Unknown on: Aug 19th, 2011

Many to One.

Answered by: sam on: Sep 12th, 2006

servce request is related to to requesting for service after u bought goods from any company. if u get any prob u will raise service request. depends on this call center ppl will assign activity.where is order is giving the details of the product which u want purchase

How do you control visibility in siebel?

Asked By: Interview Candidate | Asked On: Jun 24th, 2005

Answered by: vikkur on: Apr 17th, 2006

The following components determine the data within a view to which a user has access.                   &...

Answered by: raggy on: Apr 11th, 2006

how do you implement data level visibility using positions

What are the integration componentswhat are the integration objects

Asked By: rama devi | Asked On: May 9th, 2007

Answered by: icemanf58 on: Dec 16th, 2010

integration component is nothing but a business component
integratrion object is nothing but a business object

u create IO based on a BO and the IC's are the BC's in the BO based on which IO was created

Answered by: coolkris on: Apr 12th, 2008

When you want to integrate siebel with external systems,you cannot send data directly to the external system.So,we have to convert the siebel data in a format which is understandable by the external s...

Dynamic picklist

Asked By: Anish_Kumar | Asked On: Jun 26th, 2010

Outline the steps with an example to create dynamic picklist

Answered by: yerroju on: Jul 22nd, 2010

In dynamic Pick List , If you Click on one filed it will take you to another view that should another BC on the same UI...
In this join will takes place, with this you can acces the other BC data from perticular Field..

User login in tools

Asked By: namansk | Asked On: Jun 18th, 2010

Why does one require a login in the application to access tools even if an entry for that user exists in the data base?

What is the event in siebel ? How many types of events in siebel and what is the difference between events & methods ?

Asked By: kanaka Raju | Asked On: Nov 6th, 2006

Answered by: rgadale on: Mar 18th, 2010

Siebel object events are used in scripting. In Siebel objects like BC, applet or application there are many events e.g. Applet_load, BC_invokemethod().Methods for various sieb...

Dynamic pick list configuration

Asked By: vasu07 | Asked On: Sep 7th, 2009

How to configure the dynamic pick list?

Answered by: krishna007in on: Feb 13th, 2010

1. Select Picklist Object Type and create a new Picklist. 2. And assign a Project, Select business component as User Defined, select static as false. 3. Go to the business component OT and select the ...

What about implicit joins & explicit joins ? When it is use ?

Asked By: kanaka Raju | Asked On: Nov 6th, 2006

Answered by: ahujahbti on: Jan 18th, 2010

There are two type of commonly used joinsImplicit Join Explicit Join Implicit Join:  Implicit Join: Implicit Join are those which are already define in Siebel and which are internally use by the ...

Answered by: anupsadhwani60 on: Sep 16th, 2007

Implicit joins are always directed along many-to-one or one-to-one associations and it allows to write query much shorter compared to SQL.

For e.g. If there are multiple bids for a Item, we can write as below in HQL.

from Bid bid where bid.item.description like '%gc%'

Hope this helps..

What is the difference between link and multivalue link?

Asked By: ben | Asked On: May 31st, 2007

Answered by: ahujahbti on: Jan 18th, 2010

Link is used to map two BCs under same business object where as MVL is used to create a MVF.

Answered by: ursvisnu on: Mar 30th, 2009

MVL established between two buscomp and multivalue link is used create multivalue groups.

How to improve performance improve in siebel Apps?

Asked By: rajesh | Asked On: Oct 20th, 2006

Answered by: Sreenathgopalan on: Dec 29th, 2009

One more thing avoid using Force active for the fields.

Answered by: Prasad on: Mar 5th, 2007

Siebel performance can be improved if we set the primaries in MVG, outer join flag to false, keeping less frames in the portal, keeping less applets in the business component 

What is the difference between an organization and division in siebel?

Asked By: Interview Candidate | Asked On: Aug 2nd, 2005

Answered by: chhavi.khandelwal on: Jun 29th, 2009

Organizations are used for access control , divisions are not

Answered by: nargund_manik on: Feb 4th, 2009

Divisions provide a way to logically group positions and assign currency.
Divisions do not control access to data.
Organizations provide a way to control access to data.

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.