41.If the business process needs to invoke another web service which resource do you use ?SOAP request reply activity. If the business process needs to be exposed as SOAP service use SOAP Event Source in conjunction with SOAP Send Reply or SOAP Send Fault. 42.What is the functionality of the Retrieve Resources resource?It can be used to serve the wsdl file of a SOAP Event Source to a (http) client. 43.How do wait-notify resources work ?Basically wait and notify should share a common notification configuration which is just a schema definition for data that will be passed from notifier to waiter. Specific instances of waiter & notifier are corrrelated via a key. For example: when one process is in wait state for key 'Order-1', it waits till another process issues a notification with the same key value. 44.What is the default Axis in XPath ?Child axis- What this means is that when you select "BOOK" from the current context, it selects a child node with that name, not a sibling with that name. Other axes are parent , self , sibling etc. 45.What are the output formats for XSLT?
46.What does ' Success if no matching condition' transition mean ?between two nodes N1 and N2, there are 3 success transitions with condition and there is no success transition without condition. If none of the conditions match then a 'Success if no matching condition' transition can be used. 47.What are the modes of TIBCO BW Installations ?
48.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:
49.What is the role of TRA?TRA stands for TIBCO Runtime Agent.
50.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. 51.What are the revision control system options available in TIBCO designer?
52.What are the different modes of service invocation?Services can be invoked in several ways.
53.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). 54.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:
55.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:
56.What activities are supported in JTA Transaction?The Java Transaction API (JTA) UserTransaction type allows:
to participate in transactions. 57.What activities are supported in XA Transaction ?The XA Transaction type allows:
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. 58.What are the possible Error output's of Read File activity?Integration can be at different application layers:
59.What is the purpose of the inspector activity ?The Inspector activity is used to write the output of any or all activities and process variables to a file and/or stdout. This is particularly useful when debugging process definitions and you wish to see the entire schema instead of mapping specific elements to the Write File activity. 60.What are the maximum/minimum of threads available for incoming HTTP ?The maximum/minimum of threads available for incoming HTTP : 75/10 |