Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Tibco TCP-EMS8 Practice Exam with Questions & Answers | Set: 2

Questions 11

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 :

Options:
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,

Tibco TCP-EMS8 Premium Access
Questions 12

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

Options are :

Options:
A.

Views

B.

Data Modeling

C.

Event Stream Processing

D.

Decision Manager

Questions 13

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 :

Options:
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.

Questions 14

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 :

Options:
A.

Publish/subscribe using queues

B.

Point-to-point using queues

C.

Publish/subscribe using topics

D.

Point-to-point using topics

Questions 15

Which two statements are true about JNDI lookups of EMS administered objects? (Choose

two.)

Options are :

Options:
A.

EMS "administered" objects include users/groups.

B.

The EMS server and third-party naming/directory services automatically synchronize administered objects,

C.

EMS client can perform JNDI lookups of administrated objects stored in third-party naming/directory services.

D.

Dynamic topics are automatically added to the third-party naming/directory service.

E.

EMS client can only perform JNDI lookups on static queues or topics.

Questions 16

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

server? (Choose two.)

Options are :

Options:
A.

reserve memory

B.

max_msg_memory

C.

reserve_msg_memory

D.

max_memory

Questions 17

Which two statements reflect the realities about using common data models? (Choose two.)

Options are :

Options:
A.

The use of comprehensive data structures that combine many concepts simplifies interface design.

B.

The goal of common data models is to minimize the number of representation of each concept.

C.

Enterprises typically require more than one representation for each concept.

D.

A common data model provides a single representation of each concept that is used every where.

Questions 18

Which activity is appropriate for implementation as a synchronous request-reply operation?

Options are :

Options:
A.

processing a request that requires human action

B.

performing a long-running update to a back end system

C.

retrieving data from a back end system

D.

keeping a cache of customer information continuously updated

Questions 19

When does an RTC cycle end?

Options are :

Options:
A.

When an external action causes changes to the RETE network

B.

When TIBCO Business Events builds (or refreshes) a rule action agenda

C.

When a rule action is executed

D.

When the rule action agemda is empty

Questions 20

A dynamic queue named q1 has been created by an EMS client.

What will be the result of executing the following command: create queue q1?

Options are :

Options:
A.

The command will fail saying the queue already exists.

B.

The command will succeed and dynamic queue will be renamed.

C.

The command will succeed and queue will be promoted to static.

D.

The command will fail if queue has connected receivers.

Exam Code: TCP-EMS8
Certification Provider: Tibco
Exam Name: TIBCO Enterprise Message Service 8 Certification Exam
Last Update: Jul 15, 2025
Questions: 150