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

Easiest Solution 2 Pass Your Certification Exams

TCP-EMS8 Tibco TIBCO Enterprise Message Service 8 Certification Exam Free Practice Exam Questions (2025 Updated)

Prepare effectively for your Tibco TCP-EMS8 TIBCO Enterprise Message Service 8 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 / 3
Total 150 questions

Which two statements are true about server parameters used to configure statistics?

(Choose two.)

Options are :

A.

server_rate_interval parameter can be set to zero to disable average calculation of server statistics.

B.

rate_interval parameter can be set to zero to disable average calculation of producer's statistics.

C.

Server statistics can be disabled using the statistics parameter.

D.

Producers statistics can be disabled using the statistics parameter.

Which Context.PROVDER_URL is used to look up EMS administered objects stored in the

EMS server running on host EMSHOST on port 7222?

Options are :

A.

tibjmsnaming://EMSHOST:7222

B.

emsnaming://EMSHOST:7222

C.

jndi://EMSHOST:7222

D.

ems://EMSHOST:7222

E.

http://EMSHOST:7222

F.

tcp: ://EMSHOST: 7222

Which TIBCO Business Events add-on software enables quires using a language that is SQL-like?

Options are :

A.

Views

B.

Data Modeling

C.

Event Stream Processing

D.

Decision Manager

Which statement is true when clients send messages to EMS servers using

RELIABLE_DELIVERY mode?

Options are :

A.

The publish call waits for the server message indicating receipt confirmation.

B.

The publish call succeeds unless a non-durable consumer is offline.

C.

The publish call gets confirmation if the destination exists.

D.

The publish call succeeds unless the EMS server connection has terminated.

Which two statements are true about SSL support in EMS? (Choose two.)

Options are :

A.

Secure communications will occur between an EMS client and EMS server.

B.

When authorization is enabled, username and passwords are not checked on SSL connections.

C.

If the producer uses SSL to connect to the EMS server, the consumer must also use SSL.

D.

Secure communications will occur between the Administration Tool and EMS server.

An EMS server and client are receiving heartbeats. Given the following EMS server

settings:

? client_timeout_server_connection = 20 seconds

? server_timeout_client_connection = 10 seconds

What are two possible outcomes? (Choose two.)

Options are :

A.

If a client does not receive heartbeats from EMS server for a period exceeding 20 seconds, the client will close the connection.

B.

If a client does not receive heartbeats from EMS server for a period exceeding 10 seconds, the client will close the connection.

C.

If EMS server does not receive heartbeats from a client for a period exceeding 20 seconds, the EMS server will close the connection.

D.

If EMS server does not receive heartbeats from a client for a period exceeding 10 seconds, the EMS server will close the connection.

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

TIBCO Enterprise Message Service Certification Exam Set 2

Atopic sales, topic is bridged to two queues: FINANCE.Q and AUDIT.Q. Ten messages

are sent on the topic SALES.TOPIC. A consumer reads ten messages from FINANCE.Q.

How many messages are now in the AUDIT.Q?

Options are :

ten

zero

twenty

five

Answer : ten

Which two actions are most likely to improve EMS server performance? (Choose two.)

Options are :

Increasing network I/O capacity on the server

Improving physical disk performance

B,D

Switching from a file-based store to a database store

Adding an additional CPU to the server running EMS

Answer : B,D

Which two statements are true about load balancing with EMS? (Choose two.)

Options are :

Load balancing should be avoided when the application requires strict message ordering.

A,C

Each consumer must maintain connections to all servers.

EMS servers should not be load balanced with durable subscribers.

Two load balanced servers can also be configured as a fault-tolerant pair.

Answer : A,C

Which two statements are true about routing queue messages? (Choose two.)

Options are :

Queue messages can travel multiple hops.

The concept of zones and hops does not apply to queue messages.

B,C

Each server in the route path must have its queue defined as global.

Routed queue messages can travel to adjacent servers without reaching the home queue.

Answer : B,C

Which two statements are true about writing a LoginModule, which implements a JAAS

interface? (Choose two.)

Options are :

The LoginModule must be named JAASLoginModule.

B.D

The LoginModule must be thread-safe.

The LoginModule must use SSL.

The LoginModule must accept the password from the EMS server byway of a callback.

Answer : B.D

Which two datastores are supported by EMS servers? (Choose two.)

Options are :

A,D

ledger file

in-memorydatagrid

file

mstore

Answer : A,D

Which three commands must be executed to ensure that user ui can only send messages

to queue qi? (Choose three.)

Options are :

addprop queue q1 exclusive user=u1

A,D,E

addprop queue q1 secure

set server authorization=enabled

grant admin connect user =u1, queue=q1

grant queue q1 user =u1 send

Answer : A,D,E

Which two statements are true about asynchronous message consumption? (Choose two.)

Options are :

An asynchronous durable subscriber exits once it registers its callback with the server.

Asynchronous consumers must use asynchronous message stores,

A,C

Asynchronous consumers use a callback to handle messages,

Each asynchronous consumer object can have at most one listener.

Answer : A,C

Which two objects are referred to as EMS administered objects?

Options are :

A & B

connection factories

groups

topics

Answer : A & B

Which four commands grant the user Bob permission to view topic topic, sample? (Choose

four.)

Options are :

Grant topic topic.sample user=Bob view

Grant admin Bob view topic.sample

Grant topic topic.> user=Bob view

Grant admin Bob view-all

A,B.D.E

Grant topic > user=Bob view

Grant admin Bob view topics

Answer : A,B.D.E

Which four parameters in tibemsd.conf can be used to quickly identity network connection

failures between EMS clients and servers? (Choose four.)

Options are :

server_client_heartbeat

Server_timeout_client_connection

server_heartbeat_client

client_heartbeat_server

server_client_timeout

client_timeout_server_connection

A,C,D,E

Answer : A,C,D,E

Which two statements are true about logging and tracing capabilities in EMS? (Choose

two.)

Options are :

The location of log file is set in tibemsd.conf file via the log_trace parameter.

Message tracing applies to the header and/or body of the message.

Access control violations can be logged to console or log file.

Message tracing can be applied at the destination level, not at message level.

B,C

Answer : B,C

The following topics are defined in topics.conf:

Larger image

Which Statement is true about the topic mycompany. tibx. eng. all?

Options are :

It is secure, but not global.

It is global, but not secure.

It is global and secure.

It is neither global nor secure.

Answer : It is global and secure.

Given the following configuration:

Larger image

What happens when the jMSExpi ration property is set to 60secwhen producing a

message?

Options are :

Message expires after 90 seconds.

Message expires after 60 seconds.

Message expires after 30 seconds.

Message expires after 120 seconds.

Answer : Message expires after 30 seconds.

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

Options are :

A,C

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

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

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

It is a TIBCO extension to JMS.

Answer : A,C

How does a backup fault-tolerant server detect a failure of the primary fault-tolerant server?

Options are :

Multicast heartbeats sent from the backup server

Multicast heartbeats sent from the primary server

TCP heartbeats sent from the backup server

TCP heartbeats sent from the primary server

Answer : TCP heartbeats sent from the primary server

Which Administration Tool command sets the maximum size of a queue?

Options are :

Create queue queue.manage maxbytes = value[KB|MB|GB]

Create queue queue.manage msgm = value[KB|MB|GB]

Create queue queue.manage mbytes = value[KB|MB|GB]

Create queue queue.manage size = value[KB|MB|GB]

Answer : Create queue queue.manage size = value[KB|MB|GB]

Which three commands will update EMS configuration files when an exclusive commit

command is issued from EMS? (Choose three.)

Options are :

set server password=password

set server track_message_ids=enabled

B,C,D

set server routing=enabled

set server client trace=enabled

set server authorization=enabled

Answer : B,C,D

Which two conditions can cause messages in a queue to be moved to the undelivered

queue? (Choose two.)

Options are :

The number of pending messages has reached the limit defined for the queue.

A,C

The number of delivery attempts has reached the limit defined for the queue.

The overflow policy for the queue has been set to discard the oldest messages.

The length of time the message has been retained in the queue has exceeded the limit defined for the queue.

Answer : A,C

Two EMS servers have an active/active route between them.

How many connections are used to route messages bi-directionally between them?

Options are :

4

2

1

0

Answer : 1

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

(Choose two.)

Options are :

TRANSACTIONAL

A,E

ACKNOWLEDGE_ALL

AUTO_ACKNOWLEDGE

ACK_PRODUCER

CLIENT_ACKNOWLEDGE

Answer : A,E

Which two statements are true about selector functions? (Choose two.)

Options are :

They are available to control the flow of messages along a route.

They are available for use in the bridging functions, helping to reduce unnecessary network traffic.

B,D

They are useful when used in conjunction with topic browser functions.

A selector's conditional expression can refer to values of the message body.

Answer : B,D

Which two transaction policies are supported by TIBCO ActiveMatrix Service Bus? (Choose two.)

Options are :

managed transaction

XA transaction

JDBC transaction

single resource transaction

transacted one-way

C,D

Answer : C,D

You have a routed queue named ORDER. NEW defined between the US-EMS (home

queue) and MEXICO-EMS servers

What must be done for messages to route properly?

Options are :

Send a message to the queue named ORDER, NEW

Send a message to the queue named order. NEW@US-EMS

Define ORDER.NEW@home in the US-EMS server's queues, conf file

Send a message to the routed queue named order. NEW@MEXICO-EMS

Answer : Send a message to the queue named ORDER, NEW

Which three configuration files are used by EMS? (Choose three.)

Options are :

B,E,F

listeners.conf

routes.conf

jaas.conf

producers.conf

consumers.conf

channels.conf

Answer : B,E,F

Which method is used to register the message listener with the message consumer for

asynchronous message consumption?

Options are :

A.

setListener ()

B.

onMessage ()

C.

setMessageListener ()

D.

putMessageListener ()

Which two conditions can cause messages in a queue to be moved to the undelivered

queue? (Choose two.)

Options are :

A.

The number of pending messages has reached the limit defined for the queue.

B.

The number of delivery attempts has reached the limit defined for the queue.

C.

The overflow policy for the queue has been set to discard the oldest messages.

D.

The length of time the message has been retained in the queue has exceeded the limit defined for the queue.

Which two statements are true about synchronous and asynchronous message

consumption? (Choose two.)

Options are :

A.

When asynchronously receiving messages, the consumer remains blocked until a message arrives.

B.

The consumer can receive messages synchronously by registering a synchronous message listener to receive the messages.

C.

For asynchronous consumption, a message listener can be implemented that serves as an asynchronous event handler for messages.

D.

For synchronous consumption, the message consumer explicitly invokes a receive call on the topic or queue.

Which two statements are true about the listen parameter? (Choose two.)

Options are :

A.

Multiple listen parameters can be set in the TIBCO EMS configuration file.

B.

The listen parameter is set in the tibemsd.conf file.

C.

TCP is the only protocol supported in the listen parameter.

D.

The listen parameter is set in the transports, conf file.

TIBCO Enterprise Message Service Certification Exam Set 1

Which two datastores are supported by EMS servers? (Choose two.)

Options are :

data grid

dbstore

A,D

dbstore

mstore

Answer : A,D

Which two statements are true about EMS tracing and logging capabilities? (Choose two.)

Options are :

The location of log file is set in tibemsd.conf file via the log_trace parameter.

B,D

Message tracing applies only to headers.

Message tracing can be applied at destination and message levels.

Access control violations can be logged to console or log file.

Answer : B,D

Which statement is true about configuration file usage for an EMS fault tolerant

configuration?

Options are :

Primary and Secondary EMS servers must share all configuration files excluding the stores.conf file.

Primary and Secondary EMS servers must share all configuration files.

Primary and Secondary EMS servers should share the tibemsd.conf file.

C

Primary and Secondary EMS servers can share all configuration files excluding the tibemsd.conf file.

Answer : C

Which command displays message count delivered to a queue receiver?

Options are :

Show consumers

Show connections

Show users

Show receivers

Answer : Show consumers

What are three valid acknowledgment modes in TIBCO Enterprise Message Service?

(Choose three.)

Options are :

DUPS_OK_ACKNOWLEDGE

IMPLICIT_CLIENT_DUPS_OK_ACKNOWLEDGE

EXPLICIT_CLIENT_ACKNOWLEDGE

NO_ACKNOWLEDGE

A,B,E

IMPLICIT_CLIENT_ACKNOWLDEGE

Answer : A,B,E

Which Administration Tool command creates the queue without reporting any errors?

Options are :

Create queue test.queue store=$sys.failsafe, secure,local

Create queue test.queue store=$sys.failsafe,trace=header

Create queue test.queue secure,global,store=Ssys.failsafe

Create queue test.queue secure,store=$sys.failsafe,channel=multicast-l

Answer : Create queue test.queue secure,global,store=Ssys.failsafe

Which parameter must be configured for primary and secondary EMS to operate in fault-

tolerant mode?

Options are :

ft_passive parameter in the tibemsd.conf file

store parameter in the store, conf file

server parameter in the tibemsd.conf file

ft_factory in the factories.conf file

Answer : server parameter in the tibemsd.conf file

Which section is required in a JMS message?

Options are :

Header

Footer

Properties

Body

Answer : Header

The customer has identified an interface called "New Customer". When a new customer

has been created in the Customer Care Application, the customer data must be distributed

to other applications such as billing, payments, etc.

What is the most efficient mechanism to implement the message delivery?

Options are :

Publish/subscribe using queues

Point-to-point using queues

Publish/subscribe using topics

Point-to-point using topics

Answer : Point-to-point using queues

A topic, conf.file contains the following entry: mycompany. *. hr. > secure

Which two topics will inherit the secure property? (Choose two.)

Options are :

mycompany.south.hr.vacation.approval

mycompany.south.eng.hr.vacation

A,F

mycompany.south.hr

mycompany.hr.vacation

mycompany.south.region.hr.vacation

mycompany_office.hr.vacation

mycompany.south.hr.vacation

Answer : A,F

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

Options are :

A sender can send to a wildcard queue.

A consumer can listen for wildcard queue names.

C,E

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

A publisher can publish to a wildcard topic.

A consumer can listen for wildcard topic names.

A queue can only have one consumer per message.

Answer : C,E

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

Options are :

A,C,D

local

Idap

ssl

jaas

x.509

Answer : A,C,D

A bridge has been configured from topic T1 to topic T2.

Which two statements are true if a message producer sends messages to T1 within a

transaction? (Choose two.)

Options are :

The transaction can succeed if the producer only has permission to send to topic T1.

The transaction will fail if the producer does not have permission to send to topic T2.

A,B

The bridge needs to be configured to support transactions.

All messages sent across the bridge are part of the transaction.

Answer : A,B

Which two statements are true about configuring security for a fault-tolerant pair that does

not share state? (Choose two.)

Options are :

When SSL is deployed, both servers must use the same certificate(s).

B,D

acl.conf settings can differ between servers.

When SSL is deployed, severs can use different certificate(s), but must use the same root certificate authority.

All access control settings should be the same on both servers.

Answer : B,D

Which two statements are true about the listen parameter? (Choose two.)

Options are :

Multiple listen parameters can be set in the TIBCO EMS configuration file.

A,B

The listen parameter is set in the tibemsd.conf file.

TCP is the only protocol supported in the listen parameter.

The listen parameter is set in the transports, conf file.

Answer : A,B

Which statement is true about acknowledgment modes?

Options are :

They determine the way the EMS server sends confirmations to message producers.

They determine the way message consumers send confirmations to message producers

They determine the way message consumers send confirmations to the EMS server.

They determine the way the EMS server sends confirmations to message consumers.

Answer : They determine the way message consumers send confirmations to the EMS server.

What are three valid delivery modes in EMS? (Choose three.)

Options are :

NON PERSISTENT

PERSISTENT

TRANSACTIONAL

GUARANTEED

RELIABLE_DELIVERY

A,C,E

Answer : A,C,E

What are two characteristics of multicasting? (Choose two.)

Options are :

A.

The EMS server uses TCP to transmit messages to receivers,

B.

The EMS server uses PGM to transmit messages to receivers.

C.

It reduces network traffic generated between EMS server and EMS client machines.

D.

The producer can choose to use PGM or TCP to send messages to the EMS server,

E.

Multicasting is used in messaging scenarios where high bandwidth delivery of real-time data is a requirement,

Which three commands must be executed to ensure that user ui can only send messages

to queue qi? (Choose three.)

Options are :

A.

addprop queue q1 exclusive user=u1

B.

addprop queue q1 secure

C.

set server authorization=enabled

D.

grant admin connect user =u1, queue=q1

E.

grant queue q1 user =u1 send

Which two statements are true about the transactional abilities of TIBCO EMS? (Choose

two.)

Options are :

A.

EMS does not support transactional consumers on routed queues.

B.

EMS only supports non-XA transactions.

C.

EMS can serve as a JTA compliant transaction manager.

D.

EMS can integrate with JTA compliant transaction managers.

Consider the following design of a Balance Manager service and its corresponding implementation in the Account Balance Manager: Which statement is true about the deployment of the Account Balance Manager Component?

Options are :

A.

If two instance of the Account Balance Manager are deployed on different nodes than the Balance Manger Service, each service request will be handled by one of the instances.

B.

It is illegal to deploy more than one instance of the Account Balance Manager.

C.

If one instance of the Account Balance Manger is deployed on the same node as the Balance Manger Service and another Account Balance Manager is deployed on a different node, the instance on the different node can never receive the requests.

D.

If two instance of the Account Balance Manger are deployed on different nodes than the Balance Manger Service, each service request will be handled by both of the instances.

What are two possible actions a Mediation implementation type can take when the underlying service times out? (Choose two.)

Options are :

A.

return a SOAP fault

B.

return a constructed reply message

C.

loop and try again

D.

update a database

A topic, conf.file contains the following entry: mycompany. *. hr. > secure

Which two topics will inherit the secure property? (Choose two.)

Options are :

A.

mycompany.south.hr.vacation.approval

B.

mycompany.south.eng.hr.vacation

C.

mycompany.south.hr

D.

mycompany.hr.vacation

E.

mycompany.south.region.hr.vacation

F.

mycompany_office.hr.vacation

G.

mycompany.south.hr.vacation

Which two channels represent configurable physical connections to a resource? (Choose two.)

Options are :

A.

JMS

B.

Local

C.

HTTP

D.

FTP

Which two statements are true about logging and tracing capabilities in EMS? (Choose

two.)

Options are :

A.

The location of log file is set in tibemsd.conf file via the log_trace parameter.

B.

Message tracing applies to the header and/or body of the message.

C.

Access control violations can be logged to console or log file.

D.

Message tracing can be applied at the destination level, not at message level.

Which two statements are true about routing zones with more than two EMS servers?

(Choose two.)

Options are :

A.

Messages are always forwarded one more hop when crossing into a new zone.

B.

You can have a full mesh topology (every server connected) in an mhop zone.

C.

You can have a full mesh topology (every server connected) in a 1hop zone.

D.

Messages are not forwarded into a 1 hop zone.

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