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

Easiest Solution 2 Pass Your Certification Exams

TCP-BW6 Tibco TIBCO BusinessWorks 6 Certification Exam Free Practice Exam Questions (2025 Updated)

Prepare effectively for your Tibco TCP-BW6 TIBCO BusinessWorks 6 Certification Exam certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 2 / 4
Total 207 questions

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?

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.

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

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

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.)

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.

Which file is used to specify custom engine properties and enable the display of those properties on the Advanced tab of the deployment configuration in TIBCO Administrator?

A.

BW_HOME\lib\com\tibco\deployment\bwengine.tra

B.

BW_HOME\bin\bwengine.tra

C.

BW_HOME\lib\com\tibco\deployment\bwengine.xml

D.

BW_HOME\bin\bwengine.xml

In which format does TIBCO Designer store project trusted certificates?

A.

PKCS12

B.

PKCS7

C.

PEM

D.

Key Store

flow_control in tibemsd.conf is enabled with the following configuration: setprop queue myQueue

maxmsgs=1000/overflowPolicy=rejectIncoming,flowControl=100MB Which two statements are true about this configuration? (Choose two.)

A.

When the total size of pending messages exceeds the value of flowControl(100MB), the server will generate errors back to the producer.

B.

When the number of pending messages exceeds the value of maxmsgs(1000), the server will generate errors back to the producer.

C.

When the number of pending messages exceeds the value of maxmsgs(1000), new messages to myQueue are rejected.

D.

When the total size of pending messages exceeds the value of flowControl(100MB), new messages to myQueue are rejected.

Which two types of activities have transactional capabilities in ActiveMatrix BusinessWorks? (Choose two.)

A.

JMS activities

B.

Rendezvous activities

C.

Java activities

D.

SOAP activities

E.

JDBC activities

A called sub-process has a Generate Error activity. There are no error transitions in any of the involved processes. What happens when the Generate Error activity is executed?

A.

The process instance terminates.

B.

The uncaught exception causes the engine to exit.

C.

The job interface transitions into an error state.

D.

The sub-process restarts processing with its start activity.

Which two statements are true about workitems? (Choose two.)

A.

All approval workitems must be ASYNCHR in execution mode.

B.

The number of workitems that need to be completed can be configured in the workflow.

C.

The default action of the ManageWorkitem activity is to CLOSE a workitem.

D.

Another workitem must be created for users who have already had a workitem in a particular event.

What are two allowed connection factory types with TIBCO EMS?

A.

xaboth

B.

xageneric

C.

generic

D.

both

What is the result of setting the processor_ids property in the tibemsd.conf file?

A.

The affinity of the processing threads is set to these processors.

B.

The affinity of the data store related threads is set to these processors.

C.

The affinity for the tibemsd process is set to these processors.

D.

The affinity of the network related threads is set to these processors.

Which activity is used to expose multiple operations for a SOAP service in ActiveMatrix BusinessWorks?

A.

SOAP Request Reply

B.

SOAP HTTP Receiver

C.

SOAP Event Source

D.

Service Resource

Which two statements are true about local channel destinations? (Choose two.)

A.

Local channel destinations must have a default event.

B.

Local channel destinations do not have a default event.

C.

Local channel destinations may use preprocessors.

D.

Sending an event to a local destination is equivalent to asserting it to the working memory.

What are two requirements for deleting a domain? (Choose two.)

A.

use TIBCO Domain Utility to delete all secondary servers

B.

undeploy all deployed applications

C.

delete all administrators associated with the domain

D.

stop any LDAP server used by the domain

Which two statements are true about importing an XSD file using the Schema Importer Pool from the TIBCO Designer menu? (Choose two.)

A.

The tool cannot resolve references to other resources within the imported resources.

B.

The tool does not automatically import any referenced resources along with the specifed resource.

C.

The tool stores imported resources in a temporary holding area called 8ocation resources.

D.

The tool automatically imports any referenced resources along with the specified resource.

Which two elements enable message tracing on an Enterprise Message Service server? (Choose two.)

A.

on a message

B.

on a producer

C.

on a destination

D.

on a consumer

When a record Add workitem is rejected and sent for correction, which Business Process Rule must be set to create a new workitem?

A.

Conflict Resolution

B.

Record Edit Approval

C.

Data Custodian

D.

New Record Introduction Edit

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

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

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.)

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

Which two must you specify when using a datapool as the delivery entity when configuring synchronization profile? (Choose two.)

A.

delivery mechanism

B.

output map

C.

repository listing

D.

input map

E.

zip file storage location

Page: 2 / 4
Total 207 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved