Tuesday 19 June 2012

TIBCO INTERVIEW QUESTIONS AND ANSWERS


1.What are the modes of TIBCO BW Installations ?
  • GUI mode
  • Console mode
  • Silent mode
2.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
3.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.
1.     The agent is responsible for starting and stopping processes that run on a machine according to the deployment information.
2.     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.
4.What are the resources that gets included in the EAR file, created by the TIBCO Designer?

An EAR file can contain local project resources, LibraryBuilder resources, and files as specified in AliasLibrary resources. In addition, the TIBCO Designer classpath may include references to other files that are included in the EAR file.


5.What are the revision control system options available in TIBCO designer?
  • File sharing
  • VSS
  • Perforce
  • XML Canon
  • ClearCase
  • iPlanet
  • CVS
  • PVCS
6.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.
7.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).

8.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
9.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
10.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.

11.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.

12.What are the possible Error output's of Read File activity?

Integration can be at different application layers:
  • FileNotFoundException :Thrown when yhe file does not exist.
  • UnsupportedEncodingException:Thrown when the text file’s encoding is not valid and the content of the file is read into process data.
  • FileIOException :Thrown when an I/O exception occurred when trying to read the file.

0 comments:

Post a Comment