Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

Tibco TCP-BW6 TIBCO BusinessWorks 6 Certification Exam Exam Practice Test

Page: 1 / 21
Total 207 questions

TIBCO BusinessWorks 6 Certification Exam Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 1

Which two sets of commands successfully create a queue connection factory called fact with the URL pointing to localhost:7222 on the TIBCO EMS Server? (Choose two.)

Options:

A.

create factory fact queue

addprop factory fact url=tcp://localhost:7222

B.

create factory queue fact

setprop factory fact url=tcp://localhost7222

C.

create factory fact queue url=tcp://7222

D.

create factory fact queue □ addprop factory fact url=tcp://localhost:7222 setprop factory fact url

E.

create factory fact queue

addprop factory fact url=tcp://7222 setprop factory fact url

Question 2

Which activity allows you to collect multiple transition flows to resume a single flow of execution in the process?

Options:

A.

Null activity

B.

Empty activity

C.

Exit activity

D.

Scope activity

Question 3

You need to interactively debug a business process application to check the data values of a local business object data field at key points as you step through the execution of a process instance. Which three steps should be followed? (Choose three.)

Options:

A.

Set Studio preferences to enable debug mode.

B.

Set up a debug configuration and connect to the BPM engine.

C.

Add an emulation fie to define the data you wish to check.

D.

Add breakpoints to the process.

E.

Set up a debug configuration and connect to the pageflow engine.

F.

Configure Test Points to indicate the data you wish to monitor.

Question 4

Two Rendezvous applications are publishing messages from Hosts A and B.

Host A: publisher 1: network: ";224.1.1.1,224.1.1.2;224.2.1.1" service 8500

HostB: publisher 2: network: ";224.2.1.1;224.2.1.2" service 8500

HostC: listener: network: ";224.2.1.2;224.2.1.1" service 8500

All applications are using the same subject and all the machines are in the same subnet. Which statement is correct?

Options:

A.

Machine C will receive messages only from machine B.

B.

Machine C will not receive any messages.

C.

Machine C will receive messages from machines A and B.

D.

Machine C will receive messages only from machine A.

Question 5

Which three artifact types are default options when requesting service consumption in the TIBCO ActiveMatrix Lifecycle Governance Framework? (Choose three.)

Options:

A.

the operations to be consumed

B.

the application consuming the service

C.

the organizational unit of the provider of the service

D.

the organizational unit of the consumer of the service

Question 6

The workflow activities that support parallel processing can be tuned for performance. This can be achieved by configuring a parameter for the activity RecordPerAsyncCall. What is the default value for this parameter?

Options:

A.

10

B.

50

C.

20

D.

100

Question 7

Which two statements are true about access control and bridges? (Choose two.)

Options:

A.

ACLs must be added to the bridges.conf file if the access control is enabled for any bridged destination.

B.

A message producer sending messages to a bridged destination must also have access to the target destination(s) defined on the bridge

C.

Message producers must have access to a destination to send messages to that destination

D.

A bridge automatically has permission to send to its target destination(s).

Question 8

How can you implement a consistent form experience for a common subset of data across multiple tasks and forms, while minimizing the number of places where changes must be made?

Options:

A.

Use embedded forms.

B.

Use a pageflow.

C.

Copy and paste a form section into other forms.

D.

Make a form pane read-only.

Question 9

With TIBCO Rendezvous messaging, which networking protocol does the client application use to connect to the Rendezvous daemon (RVD)?

Options:

A.

SSL

B.

HTTP

C.

UDP

D.

TCP

Question 10

A TIBCO EMS Server (mystore) has the following configuration in the stores.conf and queues.conf files: stores.conf [mystore] type=file file=mystore.db mode=sync [mystore] type=dbstore

dbstore_driver_url=jdbc:sqlserver://sqlsrv_l:3415;databasel\lame=sysmeta dbstore_driver_username=admin dbstore_driver_password=adminl23 queues.conf queuel store=mystore Which statement is true when PERSISTENT messages are published to queuel?

Options:

A.

The server decides at runtime which store to use.

B.

The server picks the mystore of database type because that overrides the previously configured filestore.

C.

The server fails to start because there are two stores configured with the same name.

D.

The server picks the mystore of file type because it was configured first.

Question 11

You are developing a process that needs to involve a SOAP service. During development, the endpoint that hosts the service is located at During production, the endpoint that hosts the service is located at How do you ensure that the endpoint you are accessing is configurable?

Options:

A.

Set the endpoint in the advanced section of the Invoke activity, and use a module property that references ^ the endpoint.

B.

Create a module property called soapServiceEndpoint., and use that to set the correct endpoint.

C.

Use the SetEPR activity in the process and have a module property that references the endpoint. Associate an HT the HTTP Client.

D.

Associate an HTTP Client with the transport configuration in the component bindings, and set the endpoint in

Question 12

Which three statements are correct about Rendezvous Daemon Manager (RVDM) configurations? (Choose three.)

Options:

A.

All the configurations required for the managed daemons are saved in local configuration files on the host where the managed daemon is running.

B.

If there are pre-RV8.x release Rendezvous daemons running in the same network as RVDM, then RVDM is prevented from starting successfully.

C.

When an inactive managed daemon becomes active again, the server ensures that the daemon receives and confirms the configuration update.

D.

When administrators modify the configuration in RVDM, the server pushes the new configuration to all managed daemons.

E.

Each managed daemon receives and installs the updated configuration from RVDM and confirms receipt to the RVDM server.

Question 13

Which two record permissions should be denied to prohibit a user from adding new records? (Choose two.)

Options:

A.

Full Control

B.

Compare

C.

Modify

D.

Create

E.

Copy

Question 14

While debugging an application inside TIBCO BusinessStudio, when is the job data visible in the job data view?

Options:

A.

after selecting a completed job

B.

after selecting an activity in completed jobs only

C.

after selecting an activity in a job

D.

a Process Definition that implements the operations of the service

E.

after selecting the job data view

Question 15

With TIBCO Rendezvous messaging, which protocol does the Rendezvous daemon (RVD) use to communicate with other RVDs?

Options:

A.

TCP

B.

HTTP

C.

UDP

D.

SSL

Question 16

Your back-end processing supports multi-threading and you plan to leverage this capability in the context of a Rendezvous distributed queue (RVCMQ) subscriber by running five concurrent threads. Which statement is correct?

Options:

A.

Each distributed queue member receives as many messages as it dispatches (nothing needs to be done from a RVCMQ standpoint as it is a matter of the multi-threaded message dispatching).

B.

Each distributed queue member receives as many messages as specified by the worker tasks parameter (the worker tasks parameter of each queue member must be equal to or greater than 5).

C.

Each distributed queue member receives as many messages as specified by the scheduler configuration (the scheduler tasks parameter must be set to 5 or greater).

D.

RVCMQ scales by multiple program instances (horizontally), not by multi-threading (vertically).

Question 17

While modeling a Service Task, and configuring it to use TIBCO BusinessWorks, the user needs to ensure that the endpoint name matches the JMS destination that was created in TIBCO iProcess Engine, renaming the System Participant if necessary. Which two options support this? (Choose two.)

Options:

A.

Use LiveLink

B.

Use local

C.

Use remote

D.

Use BW

E.

Use JMS

Question 18

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

Options:

A.

No alerts will be presented

B.

Warning Only

C.

Information Only

D.

Severe Error Only

Question 19

Which three activities can be configured through the Rendezvous routing daemon (RVRD) HTTP interface to be routinely output to the RVRD log file? (Choose three.)

Options:

A.

Subject Data: to log all messages that this routing daemon forwards to its neighbors or receives from its neighbors

B.

to log RVRD remote client connection activity whenever a remote client application establishes or closes a connection to the routing daemon

C.

to log RVRD local client connection activity whenever a client application establishes or closes a connection to the routing daemon

D.

to log connection activity whenever this routing daemon establishesor closes a connection to a neighbor

E.

Subject interest: to log all subscription requests (notification of listening) that this routing daemon sends to its neighbors or receives from its neighbors

Question 20

The following is the declaration of secure daemon in Rendezvous C API: tibrv_status tibrvSecureDaemon_SetUserCertWithKey(const char* userCertWithKey, const char* password); Which two statements are correct about this function? (Choose two.)

Options:

A.

The password parameter is used for the password for this user.

B.

The password parameter is used to decrypt the private key.

C.

The userCertWithKey parameter is used to register user certificate with a private key. The text of this certifcate may be in PEM or PK12 encoding.

D.

The userCertWithKey parameter is used to register user certificate with a private key. The text of this certifcate must be in PEM encoding.

Question 21

Which two files represent the installation registry? (Choose two.)

Options:

A.

TIBCOInstallationHistory.xml

B.

vpd.properties

C.

TIBCOInstallationProperties.xml D machine.xmi

D.

install.xmi

E.

vpd.properties.tibco.

Question 22

Which two levels of tracing are provided for tracing process resources? (Choose two.)

Options:

A.

BusinessWorks engine input XML and output XML

B.

only Write to Log activities

C.

any process starters

D.

only Service Agents

Question 23

You want to prioritize work items in a queue so that users process high-priority work items first. These items should appear at the top of the list. How is this accomplished?

Options:

A.

display the Priority column in the iProcess Workspace (Browser) Client

B.

sort the Work Item List by priority descending

C.

select the Sort By Priority flag in the View menu

D.

sort the Work Item List by priority ascending

Question 24

Which statement is correct about Rendezvous fault-tolerant groups (RVFTs)?

Options:

A.

For reliable consumers bound to an RVFT transport, the RVFT transport automatically disables subscriptions if the fault-tolerant group member becomes inactive.

B.

For certified consumers bound to an RVFT transport, the RVFT transport automatically confirms messages if ^ the fault-tolerant group member becomes inactive.

C.

RVFT can only be utilized for message producers, not for message consumers.

D.

RVFT is an election protocol that tells an application when it is active or inactive.

E.

For certified consumers bound to an RVFT transport, the RVFT transport automatically cancels the certified agreement if the fault-tolerant group member becomes inactive.

Question 25

What are three special transitions for the purpose of processing exceptions? (Choose three.)

Options:

A.

Condition

B.

Cancel

C.

Format

D.

Error

E.

Timeout

Question 26

Which three statements are correct about TIBCO Rendezvous? (Choose three.)

Options:

A.

Rendezvous distributed queue (RVCMQ) is 1-of-n delivery for load balancing among cooperating processes.

B.

RVFT is specifcally designed for high-speed network interface cards.

C.

Rendezvous reliable delivery (TRDP) is built on top of the UDP protocol.

D.

RVDM is built on top of the TCP layer for point-to-point communication.

E.

RVCM is implemented in the API layer for guaranteed message delivery.

Question 27

Your company is supporting an integration project between two home-grown database applications running on Microsoft and Oracle databases. These applications support 24/7 operations. For the integration project, you are using TIBCO ActiveMatrix BusinessWorks and the TIBCO ActiveMatrix ActiveDatabase Adapter. The project includes: PSeveral ActiveMatrix BusinessWorks processes contained in two process archives (PARI and PAR2)?One ActiveMatrix ActiveDatabase Adapter for each respective database, each contained in a separate adapter archive (AARM and AARO) Given two servers (A and B), what is the correct domain architecture?

Options:

A.

Server A: primary TIBCO Administrator, secondary PARI, secondary AARM, Master AARO, Master PAR2 v u Server B: Master PARI, Master AARM, secondary AARO, secondary PAR2, secondary TIBCO Administrator

B.

Server A: primary TIBCO Administrator, secondary PARI, secondary AARM, Master AARO, Master PAR2 u Server B: Master PARI, Master AARM, secondary AARO, secondary PAR2, primary TIBCO Administrator

C.

Server A: primary TIBCO Administrator, secondary PARI, secondary AARM, Master AARO, Master PAR2

Server B: secondary PARI, Master AARM, secondary AARO, secondary PAR2, secondary TIBCO Administrator

D.

Server A: primary TIBCO Administrator, secondary PARI, secondary AARM, Master AA60, Master PAR2 Server B: Master PARI, Master AARM, secondary AARM, secondary PAR2, secondary TIBCO Administrator

Question 28

In which format does TIBCO Designer store project trusted certificates?

Options:

A.

PKCS12

B.

PKCS7

C.

PEM

D.

Key Store

Question 29

Which two input parameters are mandatory for the BuildEAR Utility? (Choose two.)

Options:

A.

the location of the TIBCO Designer project

B.

the project path of the Enterprise Archive Resource

C.

the location of the Global Variables file

D.

the output directory for the EAR file

Question 30

Which two statements are true about enabling the Hawk Microagent for a TIBCO ActiveMatrix BusinessWorks process engine in its respective property file? (Choose two.)

Options:

A.

Only instrumentation that does not require memory and processor overhead can be enabled.

B.

You change the Hawk.Service, Hawk.Network, and Hawk.Daemon properties only if these parameters are non-default.

C.

You can enable instrumentation for a specific process definition with the Instrumentation.processName property.

D.

You must always change the Hawk.Service, Hawk.Network, and Hawk.Daemon properties.

Question 31

In TIBCO Designer, which menu is used to add an activity to an ActiveMatrix BusinessWorks process?

Options:

A.

Edit menu

B.

Resources menu

C.

Tools menu

D.

Project menu

Page: 1 / 21
Total 207 questions