Wednesday 23 November 2016

Tibco Interview Questions

1.What are the modes of TIBCO BW Installations ?

GUI Mode:
In GUI mode, invoke the installer by double-clicking the executable file TIBCOUniversalInstaller.The installer presents windows that you can use to select the product components, its location, and so proceed with your inputs.
Console Mode:
In console mode, you invoke the installer from a command prompt or a terminal window.This mode is useful if your machine does not have a Windows
environment.
Silent Mode:
In silent mode, the installer installs without prompting you for information. Silent mode either installs using the default settings or uses a response file that was saved during an earlier installation

2.What is Workpsace?









The TIBCO Business Studio ™workspace contains one or more application modules.
An application module contains one or more BusinessWorks packages
A TIBCO ActiveMatrix BusinessWorks ™ package contains one or more processes, which in turn are
main processes or subprocesses
A process is stored as a single file with a .bwp extension

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

4.What are the 4 main panels of the Designer window ?

The 4 main panels of the Designer window are
  1. Project Panel: This panel shows project hierarchy.
  2. Design Panel: This panel is used to design new BW Processes in TIBCO.
  3. Palette Panel: This Panel has all the available Palettes with bundled activities which can be dragged and used in design panel during process development.
  4. Configuration Panel: Configurations including input, output details for any activity are specified in the configuration panel.
5) What is Schema and why do we create schema?


       Schema is used to create a XML schema file in which we add the variables which we want to use in our designer process. We can create the elements under which we can add the typed variables. The structure formed will be in the form of tree structure.

6) In web service in how many ways can we create connections?

     
    2 ways. HTTP and JMS.

7) What are the conditions in transitions?

       a)Success :- Take this transition unconditionally. That is, always transition to the activity the transition points to, if the activity completes successfully.This is the default condition for transitions.

b)Success with condition :- Specify a custom condition using XPath. If the activity completes successfully, and the condition you create evaluates to true, the transition is taken to the activity it points to.You can type in an XPath condition, and you can use the XPath formula builder to drag and drop XPath expressions and data into the condition. 

c)Success if no matching condition :- Take this transition when the activity completes successfully, but only if no other transitions are taken. This is useful when multiple transitions with conditions are drawn to other activities. This condition type can be used to handle any cases not handled by the conditions on the other transitions.

d)Error :- Take this transition if there is an error during processing of the activity.

8).What is parsedata and renderdata?

  The Parse Data activity takes a text string or input from a file and processes it by converting it into a schema tree based on the specified Data Format shared resource.

The Render Data activity takes an input of a data schema and renders it as a text string. The schema processed is based on a specified Data Format shared resource.

9).What is parseXml and renderXml?

The Parse XML activity takes a binary XML file or an XML string and processes it, converting it into an XML schema tree based on the XSD specified.


The Render XML activity takes an instance of an XML schema element and renders it as a stream of bytes containing XML or an XML string

 


Monday 14 November 2016

Installation of TIBCO Softwares components

Download the Tibco Software from any of below links:



Recommended Install sequence is as below.

1.      JDK-1.8
2.      TIBCO Administrator-2.2
3.      TIBCO EMS-8.2.0
4.      TIBCO Business Works-6.3
5.      TIBCO RV-8.4.4

6.      TIBCO HAWK-5.2

Business Works Installation

  1.  Extract all files, then go to BW6.3.1 >>TIB_BW_6.3.1_win_x86_64 >> TIBCOUniversalInstaller-x86-64.exe.Run or Open “TIBCOUniversalInstaller-x86-64.exe” (Double Click on TIBCOUniversalInstaller-x86-64.exe icon).



2.

Click on “Next” to continue, “About” to know details and “Cancel” to quit from installation

3

Click on “I accept terms of license agreement” and then on “Next” to continue.

4.

Click on “Create a new TIBCO_HOME” and Enter path for directory and Name of the Directory.

5.

Default is Typical Installation or you can go with Custom Installation.
Under Typical Installation Click “Next” to proceed.
Under Custom Installation choose files you want to install and then click “Next”.

6.

TIBCO software will install on your system, it is going to take 5-10 minutes.

7.

After completion of installation, summary of installation will be displayed. Click “Finish”


Now you have TIBCO BUSINESS WORKS (6.3.3) successfully installed on your system.