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

Tibco TCA-Tibco-BusinessWorks TIBCO BusinessWorks Certified Associates Exam Exam Practice Test

TIBCO BusinessWorks Certified Associates Exam Questions and Answers

Question 1

Which three TIBCO ActiveMatrix BusinessWorks artifacts can be designed using TIBCO BusinessStudio? (Choose three.)

Options:

A.

application module

B.

domain

C.

shared modules

D.

bwaqent network

E.

applications

F.

AppNode

Question 2

Which two statements are true about applications deployed to an AppSpace? (Choose two.)

Options:

A.

Adding more AppNodes will increase capacity

B.

Adding AppNodes after an application is deployed does not scale the application.

C.

A deployed application scales dynamically across all the AppSpaces

D.

Adding more AppNodes will not affect capacity.

E.

A deployed application scales dynamically across all the AppNodes.

Question 3

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?

Options:

A.

Process Starter activity

B.

Regular activity

C.

Signal-in activity

D.

Catch and Rethrow activity

Question 4

You must restart the engine after you apply a breakpoint.

Options:

A.

False

B.

True

Question 5

What is the minimum requirement for mapping the output of a Preceding activity to the input of a mapper?

Options:

A.

Define a data element for the input of the Preceding activity.

B.

Define a data element in the Input tab in the Mapper activity.

C.

Define an output data element of the Mapper activity.

D.

Define a data element in the Input tab of the Precedingand Mapper activity.

Question 6

Which two shared module functionalities are exported to the application and other shared modules? (Choose two.)

Options:

A.

reference bindings

B.

private processes

C.

public processes

D.

service bindings

E.

shared resources

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?

Options:

A.

Domain

B.

AppNode

C.

bwagent

D.

AppSpace

Question 8

Which two statements are true about the fault tolerance feature of TIBCO ActiveMatrix BusinessWorks applications? (Choose two.)

Options:

A.

Managed fault tolerance requires persistence mode to be set to memory, while non-managed fault tolerance requires persistence mode to be set to group.

B.

Managed fault tolerance requirespersistence mode to be set to group, while non-managed fault tolerance requires persistence mode to be set to datastore.

C.

Managed faulttolerance supports checkpointing. while non-managed fault tolerance does not support checkpointing.

D.

Managed fault tolerance requires activation mode to be set to Single AppNode. while non-managed fault tolerance requires activation mode to be set to Multiple

E.

In managed fault tolerance. AppNodes are aware of other AppModes inthe AppSpace. while in non-managed fault tolerance. AppModes are unaware of other AppModes in the AppSpace.

Question 9

While designing applications, if you wish to use the same JMS Connection Resource in multiple application modules, where should you configure it?

Options:

A.

application

B.

application module

C.

shared module

D.

plug-in

Question 10

Which runtime entity is required to run in an enterprise mode using the default domain data storage?

Options:

A.

bwagent

B.

bwdesign

C.

Database Server

D.

TIBCO Enterprise Message Service

Question 11

What mediates between client and server and reuses responses to improve efficiency?

Options:

A.

A REST application

B.

A protocol

C.

A cache

D.

A network

Question 12

Refer to the following scenario when a route is established between two Enterprise Message Service servers:

routes.conf on Server-A:

[Server-B]

url=tcp://hostA:7022

zone_name=Zl

zone_type=lhop

routes.conf on Server-B is empty.

Which two statements are true in this situation? (Choose two.)

Options:

A.

Server-A actively initiates the connection to Server-B.

B.

Server-B actively initiates the connection to Server-A.

C.

The route between Server-A and Server-B cannot be promoted to active-active.

D.

The route between Server-A and Server-B can be promoted to active-active.

Question 13

Select 3 architectural elements that are included in REST services. (Choose three.)

Options:

A.

Resource metadata

B.

Applications

C.

Resource identifier

D.

Data elements

Question 14

Each process in TIBCO BusinessWorks is a service.

Options:

A.

True

B.

False

Question 15

Which view of the Debug perspective in TIBCO BusinessStudio displays the incoming and outgoing messages of an activity?

Options:

A.

Job Data

B.

Properties

C.

BusinessWorks Jobs

D Variables

Question 16

You need to activate your process on a different AppNode, but only if the existing AppNode fails.

Which Activation setting should you use to achieve this goal?

Options:

A.

Multiple AppNodes

B.

Single AppNode

C.

Elastic AppNodes

D.

Failover AppNodes

Question 17

What defines a messaging framework for communication between two entities?

Options:

A.

HTTP

B.

SOAP

C.

XML

D.

WSDL

Question 18

You need to synchronize multiple Critical Section groups that can be part of different process instances.

What should you do to accomplish this goal?

Options:

A.

Increase the Timeout of the Critical Section to allow for all the different process instances to synchronize.

B.

Create a Shared Lock in your Critical Section with a Module Shared Variable as Shared Variable Type.

C.

Create a Shared Lock in your Critical Section with a Job Shared Variable as Shared Variable Type.

D.

Change the Group Type from Critical Section to Local Transaction.