Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Tibco > TIBCO BusinessWorks 6 > TCA-Tibco-BusinessWorks

TCA-Tibco-BusinessWorks TIBCO BusinessWorks Certified Associates Exam Question and Answers

Question # 4

Which type of activity is required to implement an asynchronous event in a running process and then proceed with executing the process instance when an appropriate event is received?

A.

Process Starter activity

B.

Regular activity

C.

Signal-in activity

D.

Catch and Rethrow activity

Full Access
Question # 5

What should you configure in order to define pre-processing tasks for a given application?

A.

activator process

B.

initiator process

C.

startup process

D.

main process

Full Access
Question # 6

TIBCO Enterprise Administrator cannot find a domain.

What is the problem?

A.

The TIBCO Enterprise Administrator cannot access the local file system.

B.

The domain was created in enterprise mode

C.

The TIBCO Enterprise Administrator cannot connect to the database.

D.

The domain was created in local mode.

Full Access
Question # 7

You deploy a REST application to an AppSpace with two AppNodes on the same machine.

Where should you set the swagger doc properties so that every AppNode can host the swagger docs independently?

A.

Domain

B.

AppNode

C.

bwagent

D.

AppSpace

Full Access
Question # 8

Which two statements are true about a bw.engine.persistenceMode that is set to group? (Choose two.)

A.

The engine requires a group provider such as TIBCO Enterprise Message Service to be configured.

B.

The group mode supports the Checkpoint activity and other persistence features.

C.

The non-managed fault tolerance feature requires this property.

D.

The engine does not require a database to be configured.

E.

The database connection configuration must be specified only at the AppNode level.

Full Access
Question # 9

You have two machines configured in an agent network. A domain and AppSpace span across both machines. Each machine has a single AppNode. which is part of the same AppSpace. Which utility allows you to deploy an application to the AppSpace so that it runs on each AppNode?

A.

bwadmin

B.

bwdesign

C.

bwinstall

Full Access
Question # 10

Which error handling method would allow you to continue processing activities in the same scope?

A.

Configure a catch all fault handler.

B.

Configure an Error transition from the activity.

C.

Configure a catch specific fault handler.

D.

Configure a success with no matching condition.

Full Access
Question # 11

You must restart the engine after you apply a breakpoint.

A.

False

B.

True

Full Access
Question # 12

Refer to the exhibit:

There are two fault handlers. One fault handler acts at the Scope Level, while the other fault handler is at the Process Level.

What happens if the File Read activity throws a FileNotFoundException?

A.

The job will error out since there are conflicting fault handlers.

B.

The fault handler at the Process Level will be executed, and the Log1 activity will be executed.

C.

The fault handler surrounding the Read File activity will be executed, and the Log activity will be executed.

D.

Both fault handlers will be executed, and both Log and Log1 will be executed.

Full Access
Question # 13

Which two database drivers require additional configuration in order to be used with TIBCO ActiveMatrix BusinessWorks? (Choose two.)

A.

HSQLDB Driver

B.

Microsoft SQL Server Driver

C.

Oracle Database Driver

D.

Postgres SOL Driver

E.

MySQL Database Driver

Full Access
Question # 14

Which two actions must be performed for an Oracle driver to be used inside BusinessWorks environment? (Choose two.)

A.

Copy the JDBC jar file in the bwagent lib folder.

B.

Copy the JDBC jar file to any folder in the RunTime Classpath.

C.

Use the bwadmin utility.

D.

Copy the JDBC jar file to the TIBCO third-party JDBC Driver folder.

E.

Use the bwinstall utility.

Full Access
Question # 15

During development, one of your peers asks you for help on how to call an external web service.

Which activity should you recommend that they use?

A.

Invoke API activity

B.

Invoke activity

C.

SOAP Request/Reply activity

D.

HTTP Request/Response activity

Full Access
Question # 16

In which scope would you place a Rethrow activity?

A.

Fault Handler

B.

Compensation Handler

C.

Event Handler

D.

Transaction Scope

Full Access
Question # 17

You need to define an Event Handler for asynchronous processing for a given process.

At which levels can you create an Event Handler?

A.

Scope Level and Process Level

B.

Activity Level and Process Level

C.

Module Level and Process Level

D.

Scope Level and Activity Level

Full Access
Question # 18

What HTTP method do you use to create a resource at a known URI or update an existing resource?

A.

PUT

B.

POST

C.

GET

D.

DELETE

Full Access