You are on page 1of 4

Tibco Questionnaire

Business Works
1.
Different type of group actions in Business Works?
Ans. Iterate, Repeat-Until-True,Repeat-on-error-until true, Transaction and later added Critical
Section and Pick first in 5.2
2.
Different Types of Conditions available for Transitions in Business Works?
Ans. Success, Error, Success with condition, Success with no matching condition
3.
how can we save the current process instance and data?
Ans. By using Check and Confirm activities.
4.
how we do error handling in BW?
Ans. Using log, generate error and email activities.
5.
Purpose of Check Point and Confirm activities n BW?
Ans. The Checkpoint activity performs a checkpoint in a running process instance. A checkpoint
saves the current process data and state so that it can be recovered at a later time in the event of a
failure. The Confirm activity confirms any confirmable messages received by the process
instance.
6.
when we will use Receive Notification activity?
Ans. The Notify activity allows a process instance to send data to a corresponding process
instance containing a Wait activity or Receive Notification process starter.
7.
Purpose of Render XML activity
Ans. 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.
8.
how can we access a Jar file in BW?
Ans. By setting appropriate path in designer.tra and bwengine.tra.
9.
procedure to deploy BW process in Tibco Administrator?
Ans. Create an EAR from Tools menu and access that archive in the Tibco Administrator,
Application Management and we can deploy there.
10.
Procedure for Fault Tolerance
Ans. Setup 2 servers one as primary and other one as secondary for the same primary, which is
going to be a fault tolerant machine for the primary.
11.

what XML to Java activity does?


Ans. The XML to Java activity allows you to create an instance of a Java object
based on data from an XML document.

12.

Main functions of TRA?


Ans. Responsible for starting and stopping processes that run on a machine
according to the deployment info.
monitors the machine.

supplies the run-time environment that is all shared libraries and third party
libraries required by an adapter
13.
functions of Domain Utility?
Ans. 1. add or remove machine to Tibco Administrator domain.
2. change RV parameters
3. remove a secondary Tibco admin server.
4. enable tib admin domain and security management on a machine where Tib
admin has been installed.
5. migrate previous Tibco Admin Installations.
14.
functions of Hawk?
Ans. Monitors and manages distributed applications and systems through out the enterprise.
15.
components of Hawk?
Ans. Console Display, Central Repository for storage of Configuring objects, agents,
microagents and rulebases.
16.
What Adapter Microagents provide?
Ans. Each adapter includes a standard and custom microagent, they provide
Business level statistics
Queries that return the info about adapter state.
Updates of the adapter runtime parameters.
17.
where we can insert our Business logic while using designer?
Ans. XPath.
Adapters
1.
What is an Adapter
Ans. An adapter provides a bridge between an application and your TIBCO integration
environment.
2.
Adapter Life Cycle?
Ans. Installation, Development, Deployment, Management and Monitoring.
3.
Adapter Services?
Ans. Publication, Subscription, Request-Response, Request-Response Invocation
4.
Features of Adapters?
Ans. Ease to Use, Multi threading, multilingual, multiple platform support, connection
management, support for multiple message transports
Rendezvous
1.
Difference between Unicast, Multicast and BroadCast
Ans. Unicast, communication between a single system in a subnet, Multicast, publisher and
subscriber model , Broad cast is nothing but mixture of Unicast and MultiCast
2.
Addressing type used by RV?
Ans. Subject Based Addressing

3.
Communication models supported by RV?
Ans. Publish-Subscribe, Request-Reply, Broadcast Request-Reply and point to point.
4.
Transport Protocols used by RV.
Ans. Tibco Reliable Data Protocol , Pragmatic General Multicasting.
5.
Services provided by RV
Ans. Certified Messaging for guaranteed message delivery, Fault Tolerance,
Distributed Queues, Virtual Circuits.
6.
Parameters required for network transport?
Ans. Service Parameter, Daemon Parameter, Network Parameter.
7.
Message Structure of RV?
Ans. Self-describing Data
8.
rvd functionalities?
Ans. The Rendezvous Daemon is a runtime process that implements TRDP. The daemon sends,
listens for, filters and routes subject based messages reliably.
9.
how RVCM does on Error Recovery?
Ans. For each Certified Message sender assigns numbers serially for each out bound message
subject stream. When a certified listener receives a certified message that is not in
sequence with the last message it has received, acknowledged and recorded in its ledger,
the certified listener sends a point-point-message to the certified sender requesting redelivery of the missed message. On receipt of the re-transmitted message the certified
listener acknowledges receipt.
10.
functions of rvrd?
Ans. Delivers messages beyond LAN boundaries. rvrd forwards messages between networks,
rvrd administrators control with subject names the messages that can traverse their networks.
11.
what are rvsd and rvsrd?
Ans. Provide secure connections between daemon and client program transports.
12.
Tib RV Benefits ?
Ans. Wide area network routing, Multicast, Connectionless
13.
JMS benefits?
Ans. Standards based, Robust security features
Hawk
1. What is Application Management Interface?
Ans. AMI is a messaging protocol, formal specification that defines the Procedures
applications should follow when sending and receiving data.
2. Stages of AMI?
Ans. Discovery, method description, method invocation.

3. Callback functions?
Ans. A call back function is a hook into an application, through which the Tib RV daemon
delivers new messages.
4. AMI methods?
Ans. May include 3 types, Required Methods, User Defined Methods, Optional Methods.
5. Types of monitoring operations.
Ans. Agent alive monitoring, Microagent List Monitoring, Rulebase List Monitoring, Alert
Monitoring.

You might also like