Summer Certification Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code = getmirror

Pass the Tibco TIBCO Enterprise Message Service 8 TCP-EMS8 Questions and answers with ExamsMirror

Practice at least 50% of the questions to maximize your chances of passing.
Exam TCP-EMS8 Premium Access

View all detail and faqs for the TCP-EMS8 exam


738 Students Passed

88% Average Score

92% Same Questions
Viewing page 3 out of 5 pages
Viewing questions 21-30 out of questions
Questions # 21:

Which character is valid separator in the URL for a client to connect to a load-balanced

EMS server pair?

Options are :

Options:

A.

&

B.

.

C.

|

D.

;

Questions # 22:

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 :

Options:

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.

Questions # 23:

Which three TIBCO Business Events objects can be stored in cache servers? (Choose three.)

Options are :

Options:

A.

Concepts

B.

Scorecards

C.

Rule Functions

D.

Global Variables

E.

Rules

F.

Events

Questions # 24:

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 :

Options:

A.

Message expires after 90 seconds.

B.

Message expires after 60 seconds.

C.

Message expires after 30 seconds.

D.

Message expires after 120 seconds.

Questions # 25:

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

Options are :

Options:

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.

Questions # 26:

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

Options are :

Options:

A.

ledger file

B.

in-memorydatagrid

C.

file

D.

mstore

Questions # 27:

Which two are configured in the CDD file? (Choose two.)

Options are :

Options:

A.

The physical machines that will run the Processing Units

B.

Rule bases that will monitor the deployed Processing Units

C.

The Processing Units that will run in the cluster

D.

Enable STDERR or STDOUT streams

Questions # 28:

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

tolerant mode?

Options are :

Options:

A.

ft_passive parameter in the tibemsd.conf file

B.

store parameter in the store, conf file

C.

server parameter in the tibemsd.conf file

D.

ft_factory in the factories.conf file

Questions # 29:

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

Options are :

Options:

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]

Questions # 30:

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

Options are :

Options:

A.

managed transaction

B.

XA transaction

C.

JDBC transaction

D.

single resource transaction

E.

transacted one-way

Viewing page 3 out of 5 pages
Viewing questions 21-30 out of questions
TOP CODES

TOP CODES

Top selling exam codes in the certification world, popular, in demand and updated to help you pass on the first try.