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

Tibco TCP-EMS8 - TIBCO Enterprise Message Service 8 Certification Exam

Page: 1 / 5
Total 150 questions

Which two statements are true about topics and queues? (Choose two.)

Options are :

A.

A sender can send to a wildcard queue.

B.

A consumer can listen for wildcard queue names.

C.

A queue can only have one exclusive connected consumer at a time.

D.

A publisher can publish to a wildcard topic.

E.

A consumer can listen for wildcard topic names.

F.

A queue can only have one consumer per message.

Which abject management type should be used when cache Load concept by Id () has been defined explicitly to load objects?

Options are :

A.

Cache + Memory

B.

Berkeley DB

C.

In-memory

D.

Cache only

Which measurement determines if the Recovery Time Objective is being achieved?

Options are :

A.

Number of Failures/Time

B.

Mean Time to Repair

C.

Maximum Time to Repair

D.

Mean Time Between Failures

Which two statements are true about RELIABLE_DELIVERY mode? (Choose two.)

Options are :

A.

With RELIABLE_DELIVERY mode, the producer receives a response from the server.

B.

With RELIABLE_DELIVERY mode, the server sends the producer a receipt confirmation.

C.

Reliable mode decreases the volume of message traffic, allowing higher message rates.

D.

It is a TIBCO extension to JMS.

Which three types of channels are supported in TIBCO Business Events 5? (Choose three.)

Options are :

A.

HTTP

B.

TIBCO TRA

C.

FTP

D.

JDBC

E.

JMS

F.

TIBCO Rendezvous

How do you achieve high availability for a TIBCO Active matrix Java component providing a service with a SOAP/HTTP binding type?

Options are :

A.

deploy the service in the system node so the Active matrix infrastructure can manage availability

B.

deploy the service across multiple nodes and place a load balancer in front of the service availability

C.

specify virtualization upon service deployment allowing Active matrix to transparently route requests

D.

create a single node that spans multiple hosts to provide resiliency in the event of host failure

Which two are valid acknowledgment modes in TIBCO Enterprise Message Service?

(Choose two.)

Options are :

A.

TRANSACTIONAL

B.

ACKNOWLEDGE_ALL

C.

AUTO_ACKNOWLEDGE

D.

ACK_PRODUCER

E.

CLIENT_ACKNOWLEDGE

How do you override the default event for a JMS destination?

Options are :

A.

Map incoming messages only through the_ns_filed in the message

B.

Map incoming messages directly to an event in TIBCO Business Events

C.

Map incoming messages only through the_nm_field in the message

D.

Map incoming messages through two fields (_ns_, _nm_) in the message

What are the three options for the user_auth parameter in EMS? (Choose three.)

Options are :

A.

local

B.

Idap

C.

ssl

D.

jaas

E.

x.509

Which three statements correctly describe the differences between

EXPLICIT_CLENT_ACKNOWLEDGE and CLIENT_ACKNOWLEDGE acknowledgments?

(Choose three.)

Options are :

A.

CLIENT_ACKNOWLEDGE is possible for a consumer to fall behind in its message processing and build up a large number of unacknowledged messages.

B.

EXPLICIT_CLIENT_ACKNOWLEDGE acknowledges only the individual message, rather than all messages received so far on the session.

C.

EXPLICIT_CLIENT_ACKNOWLEDGE is possible for a consumer to fall behind in its message processing and build up a large number of unacknowledged messages.

D.

CLIENT_ACKNOWLEDGE "lazily" acknowledges only the individual message, rather than all messages received so far on the session.

E.

CLIENT_ACKNOWLEDGE acknowledges only the individual message, rather than all messages received so far on the session.