Summer Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

TIBCO Enterprise Message Service 8 Certification Exam

Last Update 18 hours ago Total Questions : 150

The TIBCO Enterprise Message Service 8 Certification Exam content is now fully updated, with all current exam questions added 18 hours ago. Deciding to include TCP-EMS8 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our TCP-EMS8 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these TCP-EMS8 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any TIBCO Enterprise Message Service 8 Certification Exam practice test comfortably within the allotted time.

Question # 21

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.

Question # 22

Which section is required in a JMS message?

Options are :

A.

Header

B.

Footer

C.

Properties

D.

Body

Question # 23

Which two statements about channels are true? (Choose two.)

Options are :

A.

AI destinations for a channel must use different server connections.

B.

A Channel can contain many destinations.

C.

A destination can contain many channels.

D.

AI destinations for a channel use the same server connection.

Question # 24

What are three feature of Pattern Matcher? (Chooae three.)

Options are :

A.

Each agent has a separate instance of the Pattern service.

B.

The Pattern service starts automatically when the engine starts.

C.

The Pattern service can run in Inference agent or Query agent.

D.

The Pattern service can be started and stopped anytime inside the engine.

E.

The Pattern service can only be run inside an Inference agent.

Question # 25

Which file must be configured with system-level settings before the TIBCO Business Events engine starts?

Options are :

A.

be-engine.xml

B.

TRA

C.

CDD

D.

Site Topology

Question # 26

What is the command to modify an existing route?

Options are :

A.

setprop route < route name > outgoing_topic=topicName selector="msg-selector"

B.

setroute < route name > incoming_topic=topicName selector="msg-selector"

C.

setprop route.conf < route name > outgoing_topic=topicName selector="msg-selector

D.

setroute route.conf incoming_topic=topicName selector="msg-selectorp"

Question # 27

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

Options are :

A.

Multicast heartbeats sent from the backup server

B.

Multicast heartbeats sent from the primary server

C.

TCP heartbeats sent from the backup server

D.

TCP heartbeats sent from the primary server

Question # 28

Which TIBCO product is designed to operate as a cache without customization?

Options are :

A.

Business Events

B.

Active Matrix Service Grid

C.

Active Matrix BPM

D.

Business Works Smart Mapper

Question # 29

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.

Question # 30

Which two parameters must be edited/added in the tibemsd.conf file when configuring

database-based stores? (Choose two.)

Options are :

A.

dbsto re_odbc_driver

B.

dbsto re_classpath

C.

dbstore_name

D.

dbstore driver dialect

Go to page: