| Back to Questions Page |
| |
| Question |
What is the Difference between JMS queue reciever and JMS
queue requestor?
|
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
| This Interview Question Asked @ Accenture |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Jms queue reciever is responsible for consuming the message
from the JMS in a queue. While JMS queue requestor is
similar to requset reply in soap. it waits fro a reply in
reply/to queue.  |
| Guest |
| |
| |
| Question |
By using whic BW palette we can create DB table? |
Rank |
Answer Posted By |
|
Question Submitted By :: Kommichiranjeevi |
| This Interview Question Asked @ IBM , IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | SQL Direct Pallete  |
| Jatin |
| |
| |
| Question |
If there are two sub processes then how can we call at a
time one sub process dyanmiccally by using call porcess? |
Rank |
Answer Posted By |
|
Question Submitted By :: Kommichiranjeevi |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | In call process we have an option as Process Name Dynamic
Override, this field is used to determine dynamically
which process to call when the process instance is
running.But here both the sub process should have the same
input,output and error schema.  |
| Chiranjeevi |
| |
| |
|
|
| |
| Question |
Once we have deployed the ear file in Tibco admin,In which
location the data/service/properties will store |
Rank |
Answer Posted By |
|
Question Submitted By :: Kommichiranjeevi |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | If the installation folder of tibco will be in C directory
then once we have deployed the ear file ,the information
will be stored in the following location.
if domain name is mydomain and projectname is TestOne then
Log files :
C:\tibco\tra\domain\mydomain\application\logs
TestOne.tra file :(it contains all properties) :
C:\tibco\tra\domain\mydoamin\application\TestOne
Service/Project :C:\tibco\tra\domain\mydomain\datafiles  |
| Chiranjeevi |
| |
| |
| Question |
How can we import/Copy the custom palettes into another project? |
Rank |
Answer Posted By |
|
Question Submitted By :: Kommichiranjeevi |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | First find the location where the custom palettes are
stored(You can change/get the path from
Edit/Preferences-user directories-User Palette directory of
designer window).Once you found the location simply copy
what are all the custom palettes you wish to use in other
project and paste the custom palettes directory in another
machine.
Note : If you are running two projects in the same machine
then you need not do the above procedure .The custom
palettes will automatically available to the other project
which is running in the same machine.
By default custom palettes will store in below location :
C:\Documents and Settings\username\.TIBCO\custom_palettes  |
| Chiranjeevi |
| |
| |
| Question |
What is the puprose of Job Shared varaibel or tell me about
about job shared variable? |
Rank |
Answer Posted By |
|
Question Submitted By :: Kommichiranjeevi |
| This Interview Question Asked @ IBM , Accenture |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | A Job Shared Variable allows you to store data for use by
each process instance. A separate copy of the variable is
created for each new process instance. This resource is
useful for passing data to and from sub-processes without
creating an input or output schema for the called process.
You can use the Get Shared Variable and Set Shared Variable
activities to access the data instead of mapping data to a
called processes input or output schemas. New process
instances receive a copy of the variable, so data cannot be
shared across process instances.
Scope of the job shared variable is with in the process
instance i.e the values which was set in one process
instance ,can not be avaible in other process.
If job shared variable in Process definition-1 set to 5
then the same value will not exist in process definition -2
.This means a separate copy of instance is maintained in
each process instance.  |
| Chiranjeevi |
| |
| |
| Question |
What are the datatpes of Global varaibles which BW follows? |
Rank |
Answer Posted By |
|
Question Submitted By :: Kommichiranjeevi |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | String,Integer,Boolean,Password  |
| Chiranjeevi |
| |
| |
| Question |
What is meant by process context varibale? |
Rank |
Answer Posted By |
|
Question Submitted By :: Kommichiranjeevi |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | There are two process variables that are available to all
activities that accept input: $_globalVariables and
$_processContext. $_globalVariables contains the list of
global variables defined on the Global Variables tab of the
project. $_processContext contains general information
about the process, such as the process ID, the project name,
whether the process was restarted from a checkpoint, and so
on.This process Context variable will be created
automatically whenever we create an project  |
| Chiranjeevi |
| |
| |
| Question |
How many types of Global vaibles are there in BW? |
Rank |
Answer Posted By |
|
Question Submitted By :: Kommichiranjeevi |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | I believe this question might be framed wrongly.How many
types of variables are there in BW ?  |
| Chiranjeevi |
| |
| |
| Question |
What are the types of encoding which BW follows? |
Rank |
Answer Posted By |
|
Question Submitted By :: Kommichiranjeevi |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
ISO8859-1 (Latin-1)—Preferred encoding for projects that
deal only with English and other Western European languages
that belong to the ISO Latin-1 character set. If this
encoding is used for languages that do not belong to the
Latin-1 character set (such as Japanese, Arabic, etc.), data
loss may result.
UTF-8—Preferred encoding for projects dealing with languages
not belonging to the Latin-1 character set. This includes
most languages except for English and other western European
languages.  |
| Kommichiranjeevi |
| |
| |
|
| |
|
Back to Questions Page |