Labour Day Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

TCP-BW6 Sample Questions Answers

Questions 4

When filtering on text attributes, what would "s*s" return?

Options:

A.

anything beginning with "s" and ending with "s"

B.

anything beginning and ending with upper or lower case "s"

C.

only text of three characters beginning or ending with upper or lower case "s"

D.

only text of three characters beginning with "s" and ending with "s"

Buy Now
Questions 5

Correlation data must always be associated with which two process objects? (Choose two.)

Options:

A.

Catch message event

B.

Receive task

C.

Send task

D.

Catch signal event

E.

Start message event

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

Buy Now
Questions 7

Which three resources allow breakpoints in TIBCO BusinessEvents Debugger? (Choose three.)

Options:

A.

rule conditions section

B.

rule function body

C.

channel destination

D.

rule actions section

E.

preprocessor body

Buy Now
Questions 8

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

Buy Now
Questions 9

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 10

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 11

Which two statements correctly describe the behavior when a destination inherits the prefetch property from multiple parent destinations? (Choose two.)

Options:

A.

When none of the parent destinations sets a non-zero value, the child destination uses the value none.

B.

When all parent destinations set the value to none, the child destination uses the default value.

C.

When all parent destinations set the value to none, the child destination uses the value none.

D.

When none of the parent destinations sets a non-zero value, the child destination uses the default value.

Buy Now
Questions 12

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 13

What are two valid advanced properties on the process level? (Choose two.)

Options:

A.

Ignore Case Suspend

B.

Ignore Blank Addressees

C.

Use Deadline For Task Duration

D.

Priority Value Expression

E.

Enable Case Prediction

Buy Now
Questions 14

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 15

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 16

What can be used to retrieve all records that match a value across all repositories?

Options:

A.

Text Search

B.

Event Search

C.

Record Search

D.

Subset Rules

Buy Now
Questions 17

Given the configuration in the acl.conf file; TOPIC=topic.sample1USER=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 andsubscribe to only topic.sample1.

B.

Bob can publish andsubscribe to both topic.sample1and topic.sample2.

C.

Bob canonly subscribe to topic.sample1.

D.

Bob can publish to only topic.sample1but cansubscribe to both topic.sample1and topic.sample2.

E.

Bob can publish to only topic.sample2 but cansubscribe to both topic.sample1and topic.sample2.

Buy Now
Questions 18

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

Options:

A.

delivery mechanism

B.

output map

C.

repository listing

D.

input map

E.

zip file storage location

Buy Now
Questions 19

What are two valid TIBCO EMS Administrator Tool commands? (Choose two.)

Options:

A.

set server ft=enabled

B.

set server routing=enabled

C.

set server authorization=enabled

D.

set server detailed_statistics=NONE

Buy Now
Questions 20

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?

Options:

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

Buy Now
Questions 21

Which three activities can have transitions out to other activities? (Choose three.)

Options:

A.

Rethrow

B.

Catch

C.

Set Shared Variable

D.

Inspector

E.

Generate Error

Buy Now
Questions 22

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

Options:

A.

Conflict Resolution

B.

Record Edit Approval

C.

Data Custodian

D.

New Record Introduction Edit

Buy Now
Questions 23

You are a supervisor of a group of analysts at your company. Your business analysts do not have sufficient experience to understand the configuration of web services and integration components. How would you hide the technical implementation details from your business analysts?

Options:

A.

use the Diagram > Enable/Disable Technical Details menu option to disable technical details

B.

select the Enable/Disable Business Studio Capabilities icon and de-select the Solution Design option

C.

use the Window > Show View menu option to disable the technical details

D.

select the Enable/Disable Technical Details icon and de-select the Technical Details option

Buy Now
Questions 24

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

Options:

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.

Buy Now
Questions 25

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 26

Which three field names are found on the Outbound Packet Total on the Service Information page of the Rendezvous daemon (RVD) HTTP Administrator interface? (Choose three.)

Options:

A.

lost MC

B.

lost PTP

C.

bad pkts

D.

shed MC

E.

missed MC

F.

suppressed MC

Buy Now
Questions 27

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 28

You need to define a process that can only be involved by other processes that are a part of the same package. Which modifier should the process have?

Options:

A.

private

B.

protected

C.

static

D.

public

Buy Now
Questions 29

A Pageflow process is used to collect information and then start a BPM process. The Pageflow process contains a Service task, which updates an external database. The Pageflow is deployed as a Business Service. A user selects to run this Business Service. However, the user cancels the operation after the Service task runs, before the Pageflow completes. Which two statements are true about the Pageflow? (Choose two.)

Options:

A.

It is cancelled and the external database update is rolled back.

B.

It is cancelled and BPM retains no history of the interaction.

C.

It is cancelled and BPM retains an Event Log tracking the Pageflow.

D.

It is cancelled and the external database update is not rolled back.

Buy Now
Questions 30

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

Options:

A.

JMS activities

B.

Rendezvous activities

C.

Java activities

D.

SOAP activities

E.

JDBC activities

Buy Now
Questions 31

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

Options:

A.

Condition

B.

Cancel

C.

Format

D.

Error

E.

Timeout

Buy Now
Exam Code: TCP-BW6
Exam Name: TIBCO BusinessWorks 6 Certification Exam
Last Update: May 3, 2024
Questions: 207
$64  $159.99
$48  $119.99
$40  $99.99
buy now TCP-BW6