TIBCO Interview Questions and Answers
Here you can find TIBCO Interview Questions and Answers.
Why TIBCO Interview Questions and Answers Required?
In this TIBCO Interview Questions and Answers section you can learn and practice TIBCO Interview Questions and Answers to improve your skills in order to face technical
inerview by IT companies. By Practicing these interview questions, you can easily crack any TIBCO interview.
Where can I get TIBCO Interview Questions and Answers?
AllIndiaExams provides you lots TIBCO Interview Questions and Answers with proper explanation. Fully solved examples with detailed answer description. All students,
freshers can download TIBCO Interview Questions and Answers as PDF files and eBooks.
How to solve these TIBCO Interview Questions and Answers?
You no need to worry, we have given lots of TIBCO Interview Questions and Answers and also we have provided lots of FAQ's to quickly answer the questions in the
TIBCO technical interview.
TIBCO Interview Questions and Answers
What are the modes of TIBCO BW Installations ?
GUI mode
Console mode
Silent mode
TIBCO Interview Questions and Answers
If you have installed a particular version of TIBCO software e.g. TIBCO BW X.Y.Z, What are X, Y and Z number stands for?
Integration can be at different application layers:
X:Patch
Y:Major
Z:Minor
TIBCO Interview Questions and Answers
What is the role of TRA?
TRA stands for TIBCO Runtime Agent.
The TRA has two main functions:
Supplies an agent that is running in the background on each machine.
The agent is responsible for starting and stopping processes that run on a machine according to the deployment information.
The agent monitors the machine. That information is then visible via TIBCO Administrator.
Supplies the run-time environment, that is, all shared libraries including third-party libraries.
TIBCO Interview Questions and Answers
What are the revision control system options available in TIBCO designer?
File sharing
VSS
Perforce
XML Canon
ClearCase
iPlanet
CVS
PVCS
TIBCO Interview Questions and Answers
What are the different modes of service invocation?
Services can be invoked in several ways:
A one-way operation is executed once and does not wait for a response.
A request-response operation is executed once and waits for one response. In a request-response service, communication flows in both directions. The complete interaction
consists of two point-to-point messages—a request and a response. The interaction is only considered complete after the response has arrived.
Publication (notification) means an operation sends information on an as-needed basis, potentially multiple times.
Subscription means incoming information is processed on an as-needed basis, potentially multiple times.
TIBCO Interview Questions and Answers
What is vcrepo.dat?
TIBCO Designer creates a file named vcrepo.dat in the project root directory when you first save the project.
This file is used to store properties such as display name, TIBCO Rendezvous encoding, and description.
This file can be used for identification in place of the project root directory and can be used as the repository locator string (repoUrl).
TIBCO Interview Questions and Answers
What are the TIBCO BW activities that can participate in transactions?
Not all TIBCO BusinessWorks activities can participate in a transaction. Only the following types of activities have transactional capabilities:
JDBC activities
JMS activities
ActiveEnterprise Adapter activities that use JMS transports
EJB activities
TIBCO iProcess BusinessWorks Connector activities
TIBCO Interview Questions and Answers
What are the different types of Transactions TIBCO provides?
TIBCO BusinessWorks offers a variety of types of transactions that can be used in different situations. You can use the type of transaction that suits the needs of your
integration project. When you create a transaction group, you must specify the type of transaction.
TIBCO BusinessWorks supports the following types of transactions:
JDBC
Java Transaction API (JTA) UserTransaction
XA Transaction
TIBCO Interview Questions and Answers
What activities are supported in JTA Transaction?
The Java Transaction API (JTA) UserTransaction type allows:
JDBC
JMS
ActiveEnterprise Adapter (using JMS transports)
EJB activities
to participate in transactions.
TIBCO Interview Questions and Answers
What activities are supported in XA Transaction ?
The XA Transaction type allows:
JDBC activities
ActiveEnterprise Adapter activities that use the JMS transport
JMS activities
to participate in transactions.
Note: For JMS activities and ActiveEnterprise Adapter activities, request/reply operations cannot participate in an XA transaction. Also, EJB activities cannot participate in an XA
Transaction group.