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

Tibco TCP-BW6 - TIBCO BusinessWorks 6 Certification Exam

Page: 1 / 7
Total 207 questions

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

A.

lost MC

B.

lost PTP

C.

bad pkts

D.

shed MC

E.

missed MC

F.

suppressed MC

Which statement is true about the Organization Modeler?

A.

It identifies named individuals within your enterprise's organization structure.

B.

It produces an organization chart of your enterprise's organization structure.

C.

It allows you to maintain an abstract model of your enterprise's organization structure.

D.

It is used to map resources from an LDAP directory to your enterprise's organization structure.

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.

Which TIBCO product must be installed before ActiveMatrix BusinessWorks?

A.

TIBCO EMS

B.

TIBCO Runtime Agent

C.

TIBCO FTLAdministrator

D.

TIBCO ActiveMatrix Adapter for Database

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)

As a TIBCO recommended best practice, what is the preferred method for indicating backwards- compatible changes to a service?

A.

update the major release number in the WSDL namespace name

B.

update the major release number in the WSDL filename

C.

update the point release number in the WSDL namespace name

D.

update the point release number in the WSDL filename

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

A.

use substitution groups

B.

use choices

C.

use one global namespace

D.

use type extensions

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

A.

Null activity

B.

Empty activity

C.

Exit activity

D.

Scope activity

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

A.

Float

B.

Boolean

C.

Long

D.

Date Time

E.

Date

F.

Integer Number

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

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.