1. You have a repeating structure as follows:
Customer (*)
Name (String)
Surname (String)
isVIP (Boolean)
And you want to create an output structure as follows:
VIP_Customer (*)
Name (String)
Surname (String)
To select a list of VIP customers you must perform a For-each mapping between customer and VIP_Customer with which filter?
Ans. [isVIP='true']
2. Which pairs are valid TIBCO Business Works Messaging wire formats?
Ans. TIBCO Rendezvous XML and TIBCO Rendezvous AE
TIBCO JMS XML and TIBCO Rendezvous RV
3. Where in TIBCO Administrator do you configure an alert for a TIBCO Business Works application?
Ans. In the monitoring tab of the process archive configuration.
4. Which two might have an impact on projects outside of your TIBCO Business Works process archive?
Ans. i. TIBCO Enterprise Message Service Queue name you create
ii. TIBCO Rendezvous subject names you plan to publish
5. Sharing the variable across multiple process engines.
If you wish to make the value of a Shared Variable resource available to process instances across multiple process engines, you can check the Multi-Engine field on the Configuration tab.
And this field is not available on Job Shared Variable resources.If you choose Multi-engine option a database must be used to store process engine data.
6. Saxon -B XSLT 2.0 engine is used by which resource?
Ans. Transform XML activity.
7. Which activity is used to print output data?
ans. Inspector Activity
8. Where can you able to see audit logs?
Ans: TIBCO Administrator GUI --> Service Instances --> Machine Name - TIBCO Administrator Service --> Audit Log Tab.
10. JMS local transnational groups uses the following three activities
a. Two JMS Queue sender with JMS Shared Connection 1
b. One JMS Topic Publisher with JMS Shared Connection 2
c. Wait for JMS activity
So how many transactions will be committed if all the activities complete successfully?
Ans. 1
Customer (*)
Name (String)
Surname (String)
isVIP (Boolean)
And you want to create an output structure as follows:
VIP_Customer (*)
Name (String)
Surname (String)
To select a list of VIP customers you must perform a For-each mapping between customer and VIP_Customer with which filter?
Ans. [isVIP='true']
2. Which pairs are valid TIBCO Business Works Messaging wire formats?
Ans. TIBCO Rendezvous XML and TIBCO Rendezvous AE
TIBCO JMS XML and TIBCO Rendezvous RV
3. Where in TIBCO Administrator do you configure an alert for a TIBCO Business Works application?
Ans. In the monitoring tab of the process archive configuration.
4. Which two might have an impact on projects outside of your TIBCO Business Works process archive?
Ans. i. TIBCO Enterprise Message Service Queue name you create
ii. TIBCO Rendezvous subject names you plan to publish
5. Sharing the variable across multiple process engines.
If you wish to make the value of a Shared Variable resource available to process instances across multiple process engines, you can check the Multi-Engine field on the Configuration tab.
And this field is not available on Job Shared Variable resources.If you choose Multi-engine option a database must be used to store process engine data.
6. Saxon -B XSLT 2.0 engine is used by which resource?
Ans. Transform XML activity.
7. Which activity is used to print output data?
ans. Inspector Activity
8. Where can you able to see audit logs?
Ans: TIBCO Administrator GUI --> Service Instances --> Machine Name - TIBCO Administrator Service --> Audit Log Tab.
10. JMS local transnational groups uses the following three activities
a. Two JMS Queue sender with JMS Shared Connection 1
b. One JMS Topic Publisher with JMS Shared Connection 2
c. Wait for JMS activity
So how many transactions will be committed if all the activities complete successfully?
Ans. 1
No comments:
Post a Comment