KyaPoocha.com

Huge Collection of Interview Questions


Latest Interview Questions

Explain how performance of algorithm is analysed? 

The performance of an algorithm is analysed by the time complexity as well as its space complexity though both the complexities are trafe-offs between them. If time... Read more »

Is it possible to implement trees using arrays ? If yes, how? 

Yes, it is possible. Here is an example of implementing a binary tree: Consider an attay : a[n]; Place the root in first position. and let the current position to... Read more »

What is a void pointer? 

a pointer with no return type is called a null pointer.It may be any kind of datatype.It takes the data type according to the requirement in the program. for eg: ... Read more »

What is the difference between function templates and function overloading? 

Function templates involve telling a function that it will be receiving a specified data type and then it will work with that at compile time. The difference with... Read more »

Explain what are linear data structure & non-linear data structure? 

A data structure is classified into two categories: Linear and Non-Linear data structures. A data structure is said to be linear if the elements form a sequence,... Read more »

What is Siebel file system functionality ? 

Siebel file system : Its like suppose you add some attachment & then delete it from the destination location it is still avaliable as siebel file system and... Read more »

What is the procedure to upgrade 7.5 to 7.7. Please tell me in a nut shell ? 

You need to perform below major steps perform upgrade : 1. Pre-Upgrade 2. Upgrep - Upgrade repository 3. Repository Merge 4. UpgPhys - Physical upgrade 5. Post upgrade All... Read more »

What is the difference between Multi value Link under a BC and Link? 

Link shows the relationship with entities where as MVL shows relationship between records.  Read more »

How can we create picklist? 

Picklist: It allows users to populate the fields by selecting values from a list rather than typing them in a field. Two types are Static & Dynamic, Create... Read more »

What difference between join specification , join definition, join criteria and link specification? 

Let us write SQL query to understand this: select s.name,a.name (1) from s_evt_act a, (2) s_srv_req... Read more »

One view can have only one BO (True/False). Justify your answer with real time example ? 

A view and BO share 1:1 relation An applet and BC share 1:1 relation A view can have many applets An applet can have many controls or fields.  Read more »

How do you change the application title value in the first view on Siebel Web Application ? 

Change the value of Splash text in the corresponding CFG file  Read more »

What are the integration components?what are the integration objects ? 

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... Read more »

What is the use of “Data Memory Sorter” in the actuate reports? 

The use of Memory sorter is , in report you can sort the data in 2 ways either you sort in tools level using property SORT or else samething you can do at actuate... Read more »

What is incremental compiling and normal compiling? 

When we make some changes in our local tools and without check in we want to test on our thin client we have to do incremental compile on SRF on server. that is... Read more »

Page 2 of 323«12345»...Last »