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: 1 / 3
Total 150 questions

Which statement best characterizes the IT architecture for a solution?

Options are :

A.

It defines the structure of a solution ( communication mechanisms, components) suitable for the present purpose.

B.

It provides a generic framework, such as an application server, that is suitable for solving any common business problem.

C.

It is a compilation of user features required for the solution.

D.

It defines the set of products, technologies, programming tools, and coding standards to be used to implement a solution.

When is it appropriate to use a Mediation implementation type?

Options are :

A.

when the underlying service is a REST service

B.

when each underlying service operation completes quickly

C.

when service operation might need human interaction

D.

when the interaction with an underlying service is asynchronous

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 commands will update EMS configuration files when an exclusive commit

command is issued from EMS? (Choose three.)

Options are :

A.

set server password=password

B.

set server track_message_ids=enabled

C.

set server routing=enabled

D.

set server client trace=enabled

E.

set server authorization=enabled

What are two valid EMS Message types? (Choose two.)

Options are :

A.

Object Message with a serializable Java object

B.

Stream Message

C.

Object Message with a .NET object

D.

Object Message with any Java object

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 :

A.

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

B.

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

C.

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

D.

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

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

four.)

Options are :

A.

Grant topic topic.sample user=Bob view

B.

Grant admin Bob view topic.sample

C.

Grant topic topic.> user=Bob view

D.

Grant admin Bob view-all

E.

Grant topic > user=Bob view

F.

Grant admin Bob view topics

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

Options are :

A.

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

B.

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

C.

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

D.

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

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 :

A.

Message expires after 90 seconds.

B.

Message expires after 60 seconds.

C.

Message expires after 30 seconds.

D.

Message expires after 120 seconds.

Which parameter is used to preallocate disk space for the store file?

Options are :

A.

file_minimum

B.

store_min_size

C.

store_minimum

D.

file_min_size

E.

file_truncate

Which statement is true about acknowledgment modes for non-transacted sessions?

Options are :

A.

The acknowledge mode is set by the administrator of the EMS server.

B.

Only EMS extensions of the acknowledge modes can be set by the administrator of the EMS server.

C.

The acknowledge mode is set on the message consumer side.

D.

The acknowledge mode is set on the message producer side.

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

Options are :

A.

Queue messages can travel multiple hops.

B.

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

C.

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

D.

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

Which two functions does the studio-tools.exe utility provide? (Choose two)

Options are :

A.

Imports decision tables from Microsoft Excel

B.

Exports decision tables to Microsoft Excel

C.

Imports version 2.x projects

D.

Analyzes decision tables

E.

Imports version 3.x projects

F.

Validates decision tables

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

Which two parameters in the main configuration file affect memory usage of the EMS

server? (Choose two.)

Options are :

A.

reserve memory

B.

max_msg_memory

C.

reserve_msg_memory

D.

max_memory

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 :

A.

The LoginModule must be named JAASLoginModule.

B.

The LoginModule must be thread-safe.

C.

The LoginModule must use SSL.

D.

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

Which three statements are true about the TRA file? (Choose three.)

Options are :

A.

Its settings define backing store database connection pools.

B.

It contains the settings necessary to enable the JMX connector.

C.

It is mandatory when running the be-engine.

D.

It is used to select backing store database types.

E.

It defines the classpath for Java libraries exiting outside of the project

Which three are required in order to determine the feasibility of providing a proposed service? (Choose Three.)

Options are :

A.

service architecture

B.

binding port specification

C.

service interface specification

D.

service utilization scenarios

E.

user interface specification

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.

User Bob is in the ENG group with the following permissions:

Which statement is true for user Bob and the topic quote.tibx.us.new?

Options are :

A.

The EMS server starts and Bob can publish and subscribe to quote.tibx.us.new.

B.

The wildcard topics collide, so the EMS server fails to start.

C.

The EMS server starts and Bob overrides all the ENG group permission, so Bob cannot subscribe to quote.tibx.us.new.

D.

The EMS server starts and Bob inherits all permissions from the ENG group, so Bob cannot publish to quote.tibx.us.new.

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