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

TCP-BW6 TIBCO BusinessWorks 6 Certification Exam Questions and Answers

Questions 4

Which three actions are classed as 'Non-Destructive Changes' when upgrading a Case Data Model? (Choose three.)

Options:

A.

On an attribute, make it searchable or not searchable.

B.

Add a mandatory attribute to a class.

C.

Add a new class.

D.

Change multiplicity from 1..1 to 1..*

E.

On an attribute, change a pattern that is applied to the attribute.

F.

Change multiplicity lower bounds to a lower value.

Buy Now
Questions 5

You are asked to implement a solution that implements different integration logic, based on an object-type. For example, depending on the object type, different external systems and interfaces must be called. The system currently has more than 50 object types. What is the appropriate design for this problem?

Options:

A.

a Java activity and implement the solution by means of object-oriented principles

B.

a tree-like cascading set of Null activities to implement a nested if-condition

C.

the Process Dynamic Override in the Call Process activity

D.

the Bind Object-type field in the Dispatch activity

Buy Now
Questions 6

Which TIBCO product must be installed before ActiveMatrix BusinessWorks?

Options:

A.

TIBCO EMS

B.

TIBCO Runtime Agent

C.

TIBCO FTLAdministrator

D.

TIBCO ActiveMatrix Adapter for Database

Buy Now
Questions 7

Your company requests that you set up managed fault tolerance for applications deployed on AppSpace Al. How should you configure the engine persistence modes and requirements in order to fulfil the request?

Options:

A.

Engine persistence mode must be set to memory, and TIBCO Enterprise Message Service must be confgured to let AppNodes communicate between them.

B.

Engine persistence mode must be set to group, TIBCO Enterprise Message Service must be configured to let AppNodes communicate between them, and a database is required for persistence.

C.

Engine persistence mode must be set to datastore, and TIBCO ActiveSpaces must be configured to let AppNodes communicate between them.

D.

Engine persistence mode must be set to TIBCO ActiveSpaces, TIBCO Enterprise Message Service must be configured to let AppNodes communicate between them, and a database is required for persistence.

Buy Now
Questions 8

What are two characteristics of a service? (Choose two.)

Options:

A.

Services use WSDL, an XML format for describing network services as a set of endpoints.

B.

Services use WSIL, an XML format for defining the IP address and port of a service.

C.

The operation interfaces of a service isolate the consumer from the implementation details of the service provider.

D.

A service provides a set of operations that can be used in multiple contexts.

Buy Now
Questions 9

Which advisory message does a Rendezvous fault-tolerant member present when other group members use parameters that do not match its corresponding parameters?

Options:

A.

_RV.ERROR.RVFT.PARAM_MISMATCH.group

B.

_RV.ERR0R.RVFT.PARAM_C0LLISI0N.group

C.

_RV.ERROR.RVFT.PARAM_UNAVAILABLE.group

D.

_RV.ERROR.RVFT.MEMBER_PARAM_MISMATCH.group

Buy Now
Questions 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.

Buy Now
Questions 11

Which two actions should be performed if the JVM crashes when the installer starts? (Choose two.)

Options:

A.

run the installer using another JVM version

B.

verify network access to sun.java.com

C.

verify that the javahome directory contains bin/java.exe or bin/java

D.

run the installer with parameter -update JVM

Buy Now
Questions 12

What is the default HTTP server implementation in ActiveMatrix BusinessWorks?

Options:

A.

Pramati

B.

TOMCAT

C.

JBOSS

D.

IIs

Buy Now
Questions 13

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.

Buy Now
Questions 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

Buy Now
Questions 15

Which three statements are correct about Rendezvous secure daemon (RVSD)? (Choose three.)

Options:

A.

The RVSD startup is exactly same as RVD without using any store file. However, RVSD supports secure transport connections defined through API calls.

B.

The Rendezvous daemon (RVD) can start either automatically or by explicit command. In contrast, administrators must start RVSD by explicit command.

C.

During RVSD startup, you need to specify the store file, which contains the security parameters that configure RVSD.

D.

The Rendezvous daemon (RVD) can be stopped automatically by configuration after an interval in which it has no clients. In contrast, RVSD does not stop automatically.

Buy Now
Questions 16

What is the default Button Type property value of the Submit button on a TIBCO Business Studio Form?

Options:

A.

associative

B.

submit

C.

close

D.

apply

E.

primary

F.

peripheral

Buy Now
Questions 17

You are using a Mapper activity in your process design. Which three can be used as inputs in the Mapper Input tab? (Choose three.)

Options:

A.

DTD File

B.

Primitive Datatype

C.

CLOB

D.

Inline Schema

E.

Database Resultset

F.

Complex Datatype

Buy Now
Questions 18

Which two are Iteration Patterns? (Choose two.)

Options:

A.

Arbitrary Cycles

B.

Multi-Choice

C.

Structured Loop

D.

Interleaved Routing

Buy Now
Questions 19

What is a valid TIBCO iProcess script file function call to delete a file?

Options:

A.

IPEFileUtil.FILEDELETE("C:\Temp\myfile.txt")

B.

IPEFileUtil.FILEDELETE(C:\Temp\myfile.txt)

C.

IPEFileUtil.FILEDELETE(C:\\Temp\\myfile.txt)

D.

IPEFileUtil.FILEDELETE("C:\\Temp\\myfile.txt")

Buy Now
Questions 20

Given the configuration in the acl.conf file; TOPIC=topic.sample1 USER=Bob PERM=subscribe TOPIC=topic* Group=engineering PERM=publish,subscribe Which statement is true if Bob is a member of the engineering group?

Options:

A.

Bob can publish and subscribe to only topic.sample1.

B.

Bob can publish and subscribe to both topic.sample1 and topic.sample2.

C.

Bob can only subscribe to topic.sample1.

D.

Bob can publish to only topic.sample1 but can subscribe to both topic.sample1 and topic.sample2.

E.

Bob can publish to only topic.sample2 but can subscribe to both topic.sample1 and topic.sample2.

Buy Now
Questions 21

How are Critical section groups used?

Options:

A.

to ensure activities within the group will execute at least once

B.

to create a set of activities with a common error transition

C.

to synchronize process instances across multiple process engines

D.

to group multiple activities into a higher priority

Buy Now
Questions 22

What are four TIBCO Business Studio basic data types? (Choose four.)

Options:

A.

Float

B.

Boolean

C.

Long

D.

Date Time

E.

Date

F.

Integer Number

Buy Now
Questions 23

During the testing of a process through the TIBCO iProcess Workspace (Browser) Client, you notice that some data fields are not being populated in the TIBCO iProcess Engine. Which two steps can be used to debug the form? (Choose two.)

Options:

A.

ensure that all the form fields are mapped correctly on the field properties page of the form

B.

ensure that the fields are configured to be an output type under the data model of the form

C.

ensure that the data fields' types are supported by the iProcess engine

D.

use the form preview to test if all the parameters are being posted by the form

Buy Now
Questions 24

With multicast feature enabled at server side, which class contains the methods to disable the multicast feature at client side?

Options:

A.

TibjmsConnectionFactory

B.

Connection

C.

ConnectionFactory

D.

Session

Buy Now
Questions 25

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

Buy Now
Questions 26

What can be modifed from the TIBCO Designer Startup Panel Administration tab?

Options:

A.

domain membership

B.

user directory

C.

deployment target machine

D.

transition line mode

Buy Now
Questions 27

Which three statements are true about debugging a process using the TIBCO Designer Tester Utility? (Choose three.)

Options:

A.

The process definition can be changed while debugging.

B.

Step Into and Step Out of a subprocess can be used.

C.

The current process instance can be paused during testing.

D.

Input data can be supplied via an xml file to the process starter.

E.

Breakpoint can be set in the process definition before the Start activity.

Buy Now
Questions 28

What must be done before deleting a BPM application from an application environment?

Options:

A.

update the BPM application to be marked for undeployment and deletion

B.

undeploy the BPM application from the environment to which it is deployed

C.

delete the Application Template from the Software Management section

D.

unmap the BPM application from the nodes in the Distribution section for the DAA

Buy Now
Questions 29

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.

Buy Now
Questions 30

Which three items must be supplied when specifying an ActiveMatrix BusinessWorks Service Resource? (Choose three.)

Options:

A.

a WSDL file that defines the interface for the service

B.

endpoint bindings of the service

C.

a Process Definition that implements the operations of the service

D.

fault messages that can be sent by the service

E.

SOAP headers that you want to pass to the messages of the service

F.

a Context Resource for the incoming request

Buy Now
Questions 31

Which statement is correct about the _RV.INFO.RVCM.DELIVERY.CONFIRM.subject advisory?

Options:

A.

A sender presents this advisory whenever a registered listener confirms receipt of a certified message.

B.

A listener sends this advisory to confirm receipt of a certified message.

C.

A sender presents this advisory when all registered listeners have either confirmed delivery of a certified message, or canceled interest in receiving it.

D.

The sender presents this advisory after deleting the message from its ledger.

Buy Now
Questions 32

tibrvlisten is started with the following settings: -network ";224.2.2.2;224.6.6.6" "mytest" tibrvsend is started with the following settings: -network ";224.6.6.6;224.2.2.2" "mytest". "message #1" What is the expected result?

Options:

A.

The listener receives "message #1" only when run on a different host than the sender.

B.

The listener will receive the message only if both the listener and sender run on the same host.

C.

The listener will receive the message only if both the listener and sender connect remotely to the same daemon.

D.

The listener does not receive "message #1" when run on a different host than the sender.

Buy Now
Questions 33

Which statement is true about changing the log-level of an engine?

Options:

A.

It is changed by restarting the engine with a different -debugLevel argument.

B.

It is changed by modifying the bwengine.xml file, which is periodically re-read by the engine.

C.

It is changed from the TIBCO Administrator by selecting the appropriate role(s).

D.

It is changed from the TIBCO Administrator by re-deployment of the engine.

Buy Now
Questions 34

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

Buy Now
Questions 35

A global trading firm is kick-starting its SOA initiative with a pilot project implementing an enterprise trading platform. The platform requires integrating multiple frontend .NET applications at its New York business unit (with its own data center) with multiple Java-based backend applications developed/managed by its Hong Kong business unit (with its own data center). The SOA Competency Center team is working with the Enterprise Architecture team to decide how to deploy the TIBCO ActiveMatrix Service Grid to best enable the implementation, What would be a recommended approach to setting up ActiveMatrix Service Grid for the firm?

Options:

A.

since most clients are based in the U.S., use the TIBCO ActiveMatrix cluster at the U.S. site to set up a single worldwide ActiveMatrix Service Grid, with environments spanning the U.S. and Hong Kong sites

B.

set up one ActiveMatrix cluster at each site, and use standard SOAP/HTTP or SOAP/JMS to integrate the two

sites

C.

since most backend systems are in Hong Kong, use the TIBCO ActiveMatrix cluster at the Hong Kong site to O set up a single worldwide ActiveMatrix Service Grid, with environments spanning the U.S. and Hong Kong sites

D.

The information provided is insufficient to determine a solution.

Buy Now
Questions 36

Which processes are recovered when an ActiveMatrix BusinessWorks engine is gracefully stopped and restarted?

Options:

A.

all processes that were in progress when the shutdown was initiated

B.

all processes that have passed a Checkpoint activity but did not complete

C.

all processes that were paged by the engine during their execution

D.

all processes that are marked "persistent" during deployment

Buy Now
Questions 37

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.

Buy Now
Questions 38

On a host, you start a tibrvlisten using tibrvlisten -daemon tcp:7500 -service 8500 A.B. Which two tibrvsend commands on the same host will successfully send "HELLO" message to tibrvlisten? (Choose two.)

Options:

A.

tibrvsend -daemon 7500 -service 8500 A.B HELLO

B.

tibrvsend -service 8500 A.B HELLO

C.

tibrvsend -daemon 7500 -service 7500 A.B HELLO

D.

tibrvsend -daemon 8500 -service 8500 A.B HELLO

Buy Now
Questions 39

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

Buy Now
Questions 40

What does Rendezvous Daemon Manager (RVDM) manage?

Options:

A.

all Rendezvous clients in a network from a centralized location

B.

the behavior of all clients connected to a daemon process

C.

Rendezvous daemons in a network from a centraliled location

D.

connections to the browser administration interface of a daemon process

Buy Now
Questions 41

When is it appropriate to use a compensating transaction?

Options:

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 participant is 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 is last in the transaction

Buy Now
Questions 42

Given the following set of values:

sess is a Session object

dest is a Destination object

nolocal is a boolean variable

What is the correct way to create a message consumer with a selector?

Options:

A.

String selector = "JMSCorrelationID='3"';

MessageConsumer consumer = sess.createConsumer(dest,selector,nolocal);

B.

String selector = "JMSCorrelationID=3";

MessageConsumer consumer = sess.createConsumer(dest,selector,nolocal);

C.

String selector = "JMSCorrelationID='3"';

MessageConsumer consumer = sess.createConsumer(dest, nolocal, selector)

D.

String selector P = '"JMSCorrelationlD'-'a"';

MessageConsumer consumer = sess.createConsumer(dest, selector, nolocal)

Buy Now
Questions 43

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?

Options:

A.

/employee/[id]

B.

/employee/id

C.

/employee/(id)

D.

/employee/{id}

Buy Now
Questions 44

The Accumulate Output feature for loops accumulates the output for which activities?

Options:

A.

a selected activity in the loop

B.

the last executed activity in the loop

C.

any map activity in the loop

D.

all activities in the loop

Buy Now
Questions 45

How can you revert an allocated work item to the original distribution pool?

Options:

A.

Re-allocate to world.

B.

Skip work item.

C.

Re-offer selected work item.

D.

Allocate work item to pool.

Buy Now
Questions 46

Which three options are available when starting TIBCO Designer? (Choose three.)

Options:

A.

New Empty Project

B.

New Project From Template

C.

Deploy Project

D.

Test Current Project

E.

Delete Project

Buy Now
Questions 47

The mismatched bandwidth between a message producer and consumer can be solved by setting which property in the TIBCO EMS configuration?

Options:

A.

msg_swapping

B.

multicast

C.

max_msg_memory

D.

flow_control

Buy Now
Questions 48

In modeling Common Business Objects and Data Models, a Flexible and extensible XML Schema representation is a must. What are three recommended approaches in XML Schema design to enable a Flexible SOA implementation? (Choose three.)

Options:

A.

use substitution groups

B.

use choices

C.

use one global namespace

D.

use type extensions

Buy Now
Questions 49

TIBCO Administrator domain is needed to meet the following requirements: A BusinessWorks process must be deployed that receives input from an EMS topic and publishes data to an EMS queue. The topic and queue names must contain a token used for migrating between testing and production environments. The system administrator must be able to purge the topic and queue from within the TIBCO Administrator. Which two actions should be taken to meet these requirements? (Choose two.)

Options:

A.

use a BusinessWorks global variable for migrating between environments

B.

configure the topic and queue as global

C.

use the Designer to change the BusinessWorks domain when migrating between environmentsbr/ >

D.

use the Domain Utility to add the EMS server to the domain

E.

create queues and topics as failsafe

Buy Now
Questions 50

When creating a TIBCO ActiveMatrix environment to support the deployment of SOA solutions by multiple business units, which two components are optional? (Choose two.)

Options:

A.

TIBCO ActiveMatrix Lifecycle Governance Framework

B.

a database

C.

TIBCO Enterprise Message Service

D.

TIBCO ActiveMatrix Policy Manager

Buy Now
Questions 51

What is the primary purpose of a service specification?

Options:

A.

to ensure that the service appropriately utilizes other services

B.

to ensure that the service can be built within the given cost and schedule guidelines

C.

to ensure that the resulting service is suitable for its intended uses

D.

to ensure that the design of the service follows established best practices

Buy Now
Questions 52

Which two resources must be configured to invoke an external Web service using Service Palette activities? (Choose two.)

Options:

A.

SOAP Request Reply

B.

Get Context

C.

Invoke Partner

D.

Partner Link Configuration

Buy Now
Questions 53

What is required before exposing a process as a web service?

Options:

A.

use an HTTP Receiver activity

B.

create an abstract WSDL

C.

create an HTTP transport shared resource

D.

use a SOAP Event Sources activity

Buy Now
Questions 54

To which state is a process instance re-instantiated when using a database to store process engine information?

Options:

A.

the last checkpoint

B.

the last received message

C.

the Administrator backup

D.

the last database update

Buy Now
Questions 55

Which two statements are true about transitions in a State Model? (Choose two.)

Options:

A.

Composite states can optionally use boundary transitions but Concurrent states must use them./li >

B.

When a transition crosses the boundary of one or more nested states, the entry or exit actions of those states are executed.

C.

Concurrent states can optionally use boundary transitions but Composite states must use them.

D.

When a transition crosses the boundary of one or more nested states, only exit actions of those states are executed./Ii >

Buy Now
Questions 56

Which of the following statements are true? (Choose two.)

Options:

A.

Coarse-grained services are suitable for both user and system-to-system interactions

B.

Fine-grained services are best suited for user interactions

C.

Coarse-grained services are best suited for system-to-system interactions

D.

Fine-grained services are suitable for both user and system-to-system interactions

Buy Now
Questions 57

A large data set needs to be passed from a parent to multiple inline child processes. The variable has to be visible to processes across different modules. Which variable is correct to use in this situation?

Options:

A.

substitution variables

B.

application shared variable

C.

module shared variables

D.

job shared variables

Buy Now
Questions 58

Event A and Event B are in scope. Event A has property ZZ and Event B has property YY. Both properties belong to the same data type. Using Decision Manager, you drag property ZZ to a condition column. For a new rule, you specify a value of b.YY in its cell. What is the intended action?

Options:

A.

to overwrite the property ZZ with property YY

B.

to compare the value of property ZZ with the value of property YY

C.

to set the property of ZZ to the value of YY

D.

to set the property YY to the value of ZZ

Buy Now
Questions 59

How is work offered or allocated through instantiations of a dynamic organization?

Options:

A.

Using an LDAP query in a Performer field.

B.

Referencing the dynamic organization identifer from RQL.

C.

Mapping the correct identification process data to the relevant dynamic organization identifer.

D.

Using a Performer field that contains the dynamic organization identifier.

Buy Now
Questions 60

Which TIBCO product must be pre-installed in the same TIBCOJHOME as ActiveMatrix BusinessWorks?

Options:

A.

TIBCO Business Studio

B.

TIBCO Business Events

C.

TIBCO Enterprise Message Service

D.

TIBCO Runtime Agent

Buy Now
Questions 61

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

Buy Now
Questions 62

When will a conflict resolution cycle begin?

Options:

A.

when a rule action agenda is built or refreshed

B.

when a run to completion cycle has ended

C.

when a rule action is executed (or the agenda is empty)

D.

when an external action causes changes to the RETE network

Buy Now
Exam Code: TCP-BW6
Exam Name: TIBCO BusinessWorks 6 Certification Exam
Last Update: Apr 30, 2026
Questions: 207

PDF + Testing Engine

$63.52  $181.49

Testing Engine

$50.57  $144.49
buy now TCP-BW6 testing engine

PDF (Q&A)

$43.57  $124.49
buy now TCP-BW6 pdf