Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

What are the different modes of TIBCO BW Installations?

Answer»

What are the different modes of TIBCO BW Installations?
Below are the 3 different modes of TIBCO BW installations
(1)GUI Mode
(2)CONSOLE Mode
(3)SILENT Mode

2.

Write Main Parts Of Jms Message in TIBCO?

Answer»

Write Main PARTS Of Jms MESSAGE in TIBCO?
Below are the three main PART of Jms Message
(1)Header
(2)Body
(3)Properties

3.

Different revision control system option thats are available in TIBCO designer?

Answer»

Different revision control system option thats are AVAILABLE in TIBCO designer?
Below are the 8 revision control system options:-
(1)FILE Sharing
(2)VSS
(3)Perforce
(4)XML Canon
(5)ClearCase
(6)iPlanet
(7)CVS
(8)PVCS

4.

Different types of variables in TIBCO and provide details?

Answer»

Different types of VARIABLES in TIBCO and provide details?
TIBCO has mainly three types of variables as given below with some details:-
(1)Global Variables:-As the NAME suggest Global variable usually these are some common variables which are used in whole projects just like we specify the constants variables throughout the project. And these constants can be changed and specified while we are doing testing or designing our projects. We can also specify different values for each deployment of our project. For EXAMPLE in tibco we specify two global variable that are Machine IP and Port which can be later changed at the time of deployment with change in code.

(2)PROCESS Variables:-Process Variables allow us to access project various data. To understand this we will take a example of project where many predefined variable are situated and these variables contained the Process ID, Project Name and some other information. And we can also create user define process variable for containing process-specific data. Process variables are data structures available to the activities in the process. Process variables are displayed in the Process Data panel of each activitys Input tab.

(3)Shared Variables:-When we need some variable to access on ACROSS multiple process instance then shared variables comes into picture. Because multiple process instances can access the same variable, we can also synchronize access across processes when setting or retrieving the shared variable.
There are two types of shared variables:
(1)Shared Variable
(2)Job Shared Variable

5.

Three main delivery modes for messages?

Answer»

Three MAIN delivery modes for MESSAGES?
Below are the three main delivery modes for messages
(1)Persistent
(2)Non-persistent
(3)Reliable-delivery

6.

Write the different types of messages that can be used in EMS?

Answer»

Write the different TYPES of messages that can be USED in EMS?
Below are the different types of messages which can be used in EMS:-
(i)Text (II)Simple (III)Bytes (iv)Map (v)XML Test (vi)Object (VII)Object ref (viii)Stream

7.

Name the different acknowledgement modes for a message?

Answer»

Name the different acknowledgement MODES for a message?
Below are the six modes of acknowledgement and these are given below:-
(1)Auto:-Here message is acknowledged automatically.
(2)Client:-This is USE to confirm activity for acknowledgement.
(3)TIBCO EMS Explicit:-Here use confirm activity for acknowledgement and only available for TIBCO EMS
(4)TIBCO EMS no ack
(5)Dups ok:-Here message is acknowledged automatically on its receipt.
(6)Transactional:-when a transaction is INCLUDED in a process definition. The message is ack when the transaction commits.

8.

What do you mean by prefetch and failsafe in TIBCO?

Answer»

What do you mean by PREFETCH and failsafe in TIBCO?
Here in TIBCO prefetch is one of technique to FETCH the message from SEVER before the receiver CALLS.
On the other hand Failsafe PROPERTY enables to write any of the persistence messages which is used to file with synchronous i/o calls.

9.

Difference Between Concrete Wsdl And Abstract Wsdl in TIBCO?

Answer»

Difference Between CONCRETE Wsdl And Abstract Wsdl in TIBCO?
Abstract WSDL:-Abstract Wsdl will describes the interface of WEB service that includes the FORMAT of both request and response messages of each operation.
Concrete Wsdl:-Concrete Wsdl describes the abstract WSDL plus transport INFORMATION. And this will contains messages, operations and transport SPECIFIC information (JMS or HTTP) and that is used by SOAP client.

10.

Process to create a RESTFul web services in TIBCO?

Answer»

Process to create a RESTFUL web services in TIBCO?
To develop RESTFul web services we need to install REST and JSON PLUGIN first. Once we have these two plugin installed we are ABLE to view REST related PALETTE in our TIBCO DESIGNER. After that we can proceed with RESTFul web service development in TIBCO.

11.

Why we use TIBCO Ledger files and why this is important?

Answer»

Why we use TIBCO Ledger files and why this is important?
We generally used TIBCO Ledger files to store message in case of Certified RV Messaging. And TIBCO Certified Messaging is the way which guaranteed delivery of MESSAGES in TIBCO RV communication. And this Certified RV Messaging is the best option for data critical applications where we cannot AFFORDED the loss of data. And here every Certified Subscriber FIRST registers/subscribes itself with the Publisher on CERTAIN topic of its interest.
So we use Ledger file to store the messages sent and will kept in ledger until the acknowledgement is received from RV subscriber. Once acknowledgement is received message is removed from ledger file immediately.

12.

What is TIBCO and some details?

Answer»

What is TIBCO and some DETAILS?
Tibco is neither a product nor a service its a name of an organization. Tibco organization provides integration software to software INDUSTRY. The abbreviation for TIBCO is "The Information Bus Company". There are number of products which is released from tibco as given below:-
(1)Tibco BW
(2)Tibco SPOTFIRE
(3)Tibco iprocess
(4)Tibco AMX BPM
(5)Tibco MDM
(6)Tibco FOS
(7)Tibco active Space
And from above list ONE of the most popular products of Tibco BW( Tibco Business WORKS)

13.

Main Difference between AliasLibrary and LibraryBuilder?

Answer»

Main DIFFERENCE between AliasLibrary and LibraryBuilder?
Library Builder activity is mainly used to create a DESIGN time library. And this design time library is used to share a SET of TIBCO BW processes or resources ACROSS projects when we are in DEVELOPMENT phase.
On the other hand Alias Library is used to access some java classess which are part of jar file.

14.

Why we need routers in TIBCO?

Answer»

Why we NEED routers in TIBCO?
MAINLY routers in Tibco is USED to transfer messages between DIFFERENT ems servers.

15.

Write down one of the main differences between JDBC activities and SQL direct in Tibco?

Answer»

Write down one of the main differences between JDBC activities and SQL direct in TIBCO?
When we say about the SQL direct this will executes the ENTIRE DML OPERATIONS and these operations are like table CREATION, insertion and deletion. On the other hand JDBC activities will only execute specific operation just like insert, modify and UPDATE.