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

Home > Tibco > TIBCO BusinessWorks 6 > TCP-BW6

TCP-BW6 TIBCO BusinessWorks 6 Certification Exam Question and Answers

Question # 4

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

A.

TIBCO Business Studio

B.

TIBCO Business Events

C.

TIBCO Enterprise Message Service

D.

TIBCO Runtime Agent

Full Access
Question # 5

In a mapping, you want to copy a node from the input tree without any of the children this node might have. Which statement should you use to accomplish this?

A.

Copy Contents of

B.

Copy All Except

C.

Copy of

D.

Copy

Full Access
Question # 6

A deployed TIBCO ActiveMatrix BusinessWorks process archive contains mission-critical processes. If the process fails, it should be restarted. If it fails a second time, or more, an operator needs to be notified by email so they can evaluate the situation and take appropriate action. Which three Custom Event components must be configured to meet these requirements? (Choose three.)

A.

Event Type = Subsequent Failure

B.

Event Type = First Failure

C.

Generate Alert

D.

Send Email

E.

Event Type = Second Failure

F.

Execute Hawk Method

Full Access
Question # 7

Which two are Iteration Patterns? (Choose two.)

A.

Arbitrary Cycles

B.

Multi-Choice

C.

Structured Loop

D.

Interleaved Routing

Full Access
Question # 8

Which two situations can trigger the presentation of a SCHEDULER.OVERFLOW advisory? (Choose two.)

A.

Scheduler has set a task backlog limit.

B.

Scheduler is accepting new tasks, but discarding old ones on a FIFO basis.

C.

The Scheduler backlog limit has been reached and new tasks are being discarded.

D.

Scheduler has not set a task backlog limit.

Full Access
Question # 9

The Assign activity is used to assign a value to which type of variable?

A.

Global Variable

B.

Shared Variable

C.

Process Variable

D.

Instance Variable

Full Access
Question # 10

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?

A.

/employee/[id]

B.

/employee/id

C.

/employee/(id)

D.

/employee/{id}

Full Access
Question # 11

Which three statements are true about context variables for a rulebase? (Choose three.)

A.

Attribute access can be restricted to certain roles using context variables.

B.

Previous confirmed and unconfirmed version records can be accessed.

C.

RECORD_ACTION is a special variable and can be directly used for operation

D.

The SESSION object requires explicit declaration in the rulebase

Full Access
Question # 12

A connection to a TIBCO iProcess Engine deployment server has failed with a connection error. What should be verified in order to solve the problem? (Choose two.)

A.

The Hawk Agent service is running.

B.

The destination server is running.

C.

The username and password in the destination properties match an iProcess user credential

D.

The connecting user is a domain administrator.

E.

The web server is running

Full Access
Question # 13

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

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.

Full Access
Question # 14

Which three resources can be retrieved using the Retrieve Resources activity? (Choose three.)

A.

XSD

B.

WSIL

C.

MIME

D.

MTOM

E.

WSDL

Full Access
Question # 15

Which two actions must be taken when the transport parameters for a TIBCO Administrator domain are changed? (Choose two.)

A.

restart the Administrator Server and any secondary servers

B.

redeploy all applications deployed in the domain

C.

restart Domain Hawk Agents on each machine in the domain

D.

rebuild the EAR file with the new transport parameters

Full Access
Question # 16

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.

Full Access
Question # 17

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

A.

Edit menu

B.

Resources menu

C.

Tools menu

D.

Project menu

Full Access
Question # 18

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?

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.

Full Access
Question # 19

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?

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)

Full Access
Question # 20

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?

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

Full Access
Question # 21

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?

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.

Full Access
Question # 22

Your company is about to implement a new integration project with a Human Resources application that deals with sensitive information. All interactions with this information must be secured. Your security team has determined that Transport Layer Security (TLS) will meet the privacy requirements for securing the JMS transport between integration endpoints. Which two components are required to implement TLS within yourTIBCO ActiveMatrix BusinessWorks project? (Choose two.)

A.

Trusted Certifcates Folder

B.

identity resource with Type = Identity File

C.

identity resource with Type = Username/Password

D.

JNDI-based JMS connection

Full Access
Question # 23

When confguring bwagents, which two options are available for setting the persistence and the transport provider? (Choose two.)

A.

DBEMS

B.

ActiveSpaces

C.

NFS

D.

TCP

E.

EMS

Full Access
Question # 24

Which type of data field corresponds to a dynamically addressed participant?

A.

Participant

B.

String

C.

Performer

D.

Integer Number

E.

Boolean

Full Access
Question # 25

Which two values can be set for a user via the User Accounts Administration page? (Choose two.)

A.

Default Repository

B.

Activate Delegation

C.

Date Format

D.

Activate Out-Of-Office Notification

E.

Activate Auto-Approval

F.

Default Catalog Format

Full Access
Question # 26

What are three situations when a configuration deployment by the Central Administration server could fail? (Choose

three.)

A.

deploying to multiple servers simultaneously

B.

failure to connect to the server

C.

inadequate user permissions to deploy to the server

D.

failure to lock the server

E.

invalid settings in the new server configuration

Full Access
Question # 27

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

Full Access
Question # 28

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

A.

Condition

B.

Cancel

C.

Format

D.

Error

E.

Timeout

Full Access
Question # 29

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?

A.

10

B.

50

C.

20

D.

100

Full Access
Question # 30

Which two statements are true about TIBCO BusinessEvents agents? (Choose two.)

A.

A rule in one Processing Unit cannot trigger a rule in a different Processing Unit.

B.

Inference agents and Cache agents can co-exist in a Processing Unit.

C.

DA Processing Unit containing a Cache agent acts as a cache server.

D.

Multiple Inference agents can be run in a single Processing Unit.

Full Access
Question # 31

What is the result of a message producer sending messages with the JMSDeliveryMode set to NON_PERSISTENT?

A.

If authorization is enabled on the server, the server sends a confirmation to the message producer by default.

B.

If authorization is disabled on the server, the server sends a confirmation to the message producer only if the npsend_check_mode is set to temp_dest.

C.

If authorization is disabled on the server, the server sends a confirmation to the message producer by u default.

D.

If authorization is disabled on the server, the server sends a confirmation to the message producer only if the npsend_check_mode is set to auth.

Full Access