Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Tibco TCP-BW6 - TIBCO BusinessWorks 6 Certification Exam

Page: 5 / 7
Total 207 questions

A Pageflow process is used to collect information and then start a BPM process. The Pageflow process contains a Service task, which updates an external database. The Pageflow is deployed as a Business Service. A user selects to run this Business Service. However, the user cancels the operation after the Service task runs, before the Pageflow completes. Which two statements are true about the Pageflow? (Choose two.)

A.

It is cancelled and the external database update is rolled back.

B.

It is cancelled and BPM retains no history of the interaction.

C.

It is cancelled and BPM retains an Event Log tracking the Pageflow.

D.

It is cancelled and the external database update is not rolled back.

Which two statements are true about a site topology file? (Choose two.)

A.

It contains deployment information, such as JVM parameters and thread settings.

B.

It contains deployment information, mapping Processing Units to machines.

C.

It can be edited in TIBCO BusinessEvents Studio or a Text Editor.

D.

It can only be edited in TIBCO BusinessEvents Studio.

Which two statements are true about Subflow and SpawnWorkflow activities? (Choose two.)

A.

Subflows can be nested, but SpawnWorkflows can not.

B.

Both execution modes are supported by both activities.

C.

SpawnWorkflow is ASYNCHR and Subflow is SYNCHR.

D.

Subflow is ASYNCHR and SpawnWorkflow is SYNCHR.

E.

Both Subflows and SpawnWorkflow can be nested.

When is it appropriate to use a compensating transaction?

A.

When multiple participants are each incapable of performing a compensating transaction and each participant is separated by at least one stateless activity

B.

When multiple participants are each incapable of performing a compensating transaction and each participantis not separated by any stateless activities

C.

When one of the participants is incapable of performing a compensating transaction and that participant is first in the transaction

D.

When one of the participants is incapable of performing a compensating transaction and that participant islast in the transaction

In which format does TIBCO Designer store project trusted certificates?

A.

PKCS12

B.

PKCS7

C.

PEM

D.

Key Store

A bank built a DebitAccount Service and a CreditAccount Service, both exposed as standard Web Services (SOAP/HTTPS) in the enterprise. The bank now wants to build a FundTransfer Service that debits an input amount from one account and credits it to another account. The FundTransfer Service must be able to throw and handle all errors as SOAP Faults. Which two TIBCO ActiveMatrix products are capable of enabling the implementation of this FundTransfer Service? (Choose two.)

A.

TIBCO ActiveMatrix Policy Manager

B.

TIBCO ActiveMatrix BusinessWorks

C.

TIBCO ActiveMatrix Service Grid

D.

TIBCO ActiveMatrix Service Performance Manager

Which two mappings of JMS header fields to TIBCO Rendezvous data types are correct? (Choose two.)

A.

JMSTimestamp to TIBRVMSG_U64

B.

JMSRedelivered to TIBRVMSG_STRING

C.

JMSType to TIBRVMSGJJ8

D.

JMSDeliveryMode to TIBRVMSG_U8

The following sample section of a rulebase will result in the displaying of which alerts on the UI?

A.

No alerts will be presented

B.

Warning Only

C.

Information Only

D.

Severe Error Only

Service X is available 80% of the time, and Service Y is available 90% of the time. Service Z calls Services X and Y. What is the highest expected availability for Service Z?

A.

72%

B.

80%

C.

90%

D.

8%

You need to create a RESTful service in TIBCO ActiveMatrix BusinessWorks for an employee resource that has the following fields: ID, FirstName, LastName, Salary. How should you configure the resource Service Path for a service that returns the employee resource by ID?

A.

/employee/[id]

B.

/employee/id

C.

/employee/(id)

D.

/employee/{id}