Winter Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

TCP-EMS8 Sample Questions Answers

Questions 4

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 :

Options:

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.

Buy Now
Questions 5

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

Options are :

Options:

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.

Buy Now
Questions 6

Which command should be used to modify an existing connection factory

QueueconnectionFactory?

Options are :

Options:

A.

addprop factory QueueconnectionFactory

B.

change factory QueueconnectionFactory

C.

modify factory QueueconnectionFactory

D.

updateprop factory QueueconnectionFactory

Buy Now
Questions 7

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

Options are :

Options:

A.

They can be applied only on header of the message.

B.

They can be applied on bridges and routes.

C.

They can be applied on header, properties, and body of the message.

D.

They can be applied only on header and properties of the message.

Buy Now
Questions 8

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 :

The EMS server uses TCP to transmit messages to receivers,

The EMS server uses PGM to transmit messages to receivers.

B,C

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

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

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

Answer : B,C

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 :

tibjmsnaming://EMSHOST:7222

emsnaming://EMSHOST:7222

jndi://EMSHOST:7222

ems://EMSHOST:7222

http://EMSHOST:7222

tcp: ://EMSHOST: 7222

Answer : jndi://EMSHOST:7222

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

Larger image

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

Options are :

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

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

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

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

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

What must you do to set an EMS Java client application to attempt reconnection 10 times

with 1000 ms delay between attempts to the EMS server during fault tolerance switch or

when a connection is being terminated by the network? (Choose two.)

Larger image

Options are :

Option A

Option B

Option D

Option C

A,D

Answer : A,D

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 :

The command will fail saying the queue already exists.

The command will succeed and dynamic queue will be renamed.

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

The command will fail if queue has connected receivers.

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

Which statement is true about message compression with EMS?

Options are :

Body is the only message part that is compressed

Properties are compressed, but headers are not.

Properties and headers are also compressed.

Headers are compressed, but properties are not.

Answer : Body is the only message part that is compressed

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

Options are :

B,E

GUARANTEED

DURABLE

PERSISTENT

RELIABLE_DELIVERY

EXPLICIT

Answer : B,E

Producer A has published a message with expiration time as 30 seconds to a queue with

the property JMS_TIBCO_PRESERVE_UNDELIVERED set to true.

What happens when the message expires?

Options are :

The message is moved to Ssys.expired queue.

The message is deleted from the undelivered queue.

The message is moved to Ssys.undelivered queue.

The message is completely deleted from the server.

Answer : The message is moved to Ssys.undelivered queue.

If authorization is enabled in the tibemsd.conf file and the secure property is set for a

destination, when are permissions checked? (Choose two.)

Options are :

A,B

When creating non-durable subscription for wildcard topics

When performing a JNDI lookup of a destination

When a producer sends a message to the destination

When attempting to become a consumer for a queue

Answer : A,B

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

Options are :

file_minimum

store_min_size

store_minimum

file_min_size

file_truncate

Answer : file_minimum

What are three limitations in the use of wildcards by EMS clients? (Choose three.)

Options are :

Clients cannot subscribe to wildcard topics,

Clients cannot send to wildcard queues.

Clients cannot use wildcards for dynamic topics.

B,C,E

Clients cannot receive from wildcard queues.

Clients cannot publish to wildcard topics.

Answer : B,C,E

Which event causes EMS to return a delivered but unacknowledged queue message to be

available to another receiver?

Options are :

Options:

A.

The client application terminates the connection.

B.

Ssys.redelivery.delay queue is purged.

C.

redeliverydelay property is set to zero.

D.

Ssys.undelivered queue is disabled.

Buy Now
Questions 9

Which two objects are referred to as EMS administered objects?

Options are :

Options:

A.

A & B

B.

connection factories

C.

groups

D.

topics

Buy Now
Questions 10

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

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

Options are :

Options:

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

Buy Now
Questions 11

What must you do to set an EMS Java client application to attempt reconnection 10 times

to the EMS server during fault tolerance switch or when a connection is being terminated

by the network? (Choose two.)

Options are :

Options:

A.

before creating a connection, set the connection factory object "factory" with the following parameters: factory.setConnAttemptCount(10);

B.

define the following Java system property for ConnectionFactory property: - Dcom.tibco.tibjms.connect.attemptcount=10

C.

define the following Java system property for ConnectionFactory property: - Dcom.tibco.tibjms.reconnect.attemptcount=10

D.

before creating a connection, set the connection factory object "factory" with the following parameters: factory.setReconnAttemptCount(10);

Buy Now
Questions 12

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 :

Options:

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.

Buy Now
Questions 13

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

Buy Now
Questions 14

Which three components are provided with TIBCO Business Events Standard Edition? (Choose three.)

Options are :

Options:

A.

TIBCO Business Events Coherence

B.

TIBCO Business Events Monitoring and Managements

C.

TIBCO Business Events Runtime

D.

TIBCO Business Events Data Grid

E.

TIBCO Business Events State Modeler

Buy Now
Questions 15

Concept a contains Concept B. Concept A is using Cache Only mode of object management mode is recommended for Concept B to use?

Options are :

Options:

A.

Memory Only

B.

Memory Only or Cache Only

C.

Memory Only or Cache + Memory or Cache Only

D.

Cache + Memory or Cache Only

Buy Now
Questions 16

Which three types of channels are supported in TIBCO Business Events 5? (Choose three.)

Options are :

Options:

A.

HTTP

B.

TIBCO TRA

C.

FTP

D.

JDBC

E.

JMS

F.

TIBCO Rendezvous

Buy Now
Questions 17

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

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

Options are :

Options:

A.

server_client_heartbeat

B.

Server_timeout_client_connection

C.

server_heartbeat_client

D.

client_heartbeat_server

E.

server_client_timeout

F.

client_timeout_server_connection

Buy Now
Questions 18

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

Buy Now
Questions 19

Which two statements are true about fault-tolerant pairs of EMS servers? (Choose two.)

Options are :

Options:

A.

The standby server sends heartbeats to the active server.

B.

The active server sends heartbeats to the standby server,

C.

The passive server does not need to specify an ft_active value,

D.

Both servers need to point to each other using their ft_active parameters,

Buy Now
Questions 20

How do you override the default event for a JMS destination?

Options are :

Options:

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

Buy Now
Questions 21

What are two characteristics of topics and queues? (Choose two.)

Options are :

Options:

A.

A topic publisher can send to wildcard topics.

B.

Each queue message is acknowledged by at most one receiver.

C.

Each topic message can be acknowledged by multiple consumers.

D.

A queue cannot have multiple receivers connected at the same time

Buy Now
Questions 22

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

Buy Now
Questions 23

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.

;

Buy Now
Questions 24

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

to queue qi? (Choose three.)

Options are :

Options:

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

Buy Now
Questions 25

Which two should be considered when deciding the number of versions to maintain of a particular service? (Choose two.)

Options are :

Options:

A.

the frequency with which compatible service provider interface changes are deployed

B.

the number and hierarchy of organization having consuming applications

C.

the frequency with which service consumers typically deploy changes

D.

the frequency with which incompatible service provider interface changes are deployed

Buy Now
Questions 26

Which two permissions can be granted to users to access queues? (Choose two.)

Options are :

Options:

A.

browse

B.

send

C.

durable

D.

subscribe

Buy Now
Questions 27

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

Options are :

Options:

A.

JMS

B.

Local

C.

HTTP

D.

FTP

Buy Now
Questions 28

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.

Buy Now
Questions 29

Which two properties are correct for the topic mycompany. tibx. eng. all? (Choose two.)

Options are :

Options:

A.

maxbytes=200

B.

maxmsgs=1000

C.

maxmsg=100

D.

maxbytes=2000

Buy Now
Questions 30

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 :

Options:

A.

setListener ()

B.

onMessage ()

C.

setMessageListener ()

D.

putMessageListener ()

Buy Now
Questions 31

Which two JMS message types are supported by Text Message Serializer? (Choose two.)

Options are :

Options:

A.

Text Message

B.

Stream Message

C.

Mao Message

D.

Bytes Message

Buy Now
Questions 32

Which statement is true about acknowledgment modes?

Options are :

Options:

A.

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

B.

They determine the way message consumers send confirmations to message producers

C.

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

D.

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

Buy Now
Questions 33

A service had an inbound SOAP/HTTP binding. There is no external load balancer available. The Invocation overhead under extremely high load volumes causes requests to queue for dispatch. What is the recommended way to improve request dispatch concurrency?

Options are :

Options:

A.

use policies to specify the thread pool management

B.

implement a flow-control policy set to limit the rate if incoming requests

C.

deploy additional service instance to handle the request load

D.

change from a SOAP binding to a virtualization binding

Buy Now
Questions 34

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 :

Options:

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.

Buy Now
Questions 35

Which two statement are true about TIBCO Business Events agents? (Choose two.)

Options are :

Options:

A.

A Processing Unit containing a Cache agent acts as a cache server.

B.

Multiple Inference agents can be run in a single Processing Unit.

C.

Inference agents and Cache agents can co-exits in a Processing Unit.

D.

A rule in one Processing Unit cannot trigger a rule in a different Processing Unit.

Buy Now
Questions 36

he following topics are defined in topics.conf:

Larger image

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

Options are :

Options:

A.

It is secure, but not global.

B.

It is global, but not secure.

C.

It is global and secure.

D.

It is neither global nor secure.

Buy Now
Questions 37

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

configuration?

Options are :

Options:

A.

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

B.

Primary and Secondary EMS servers must share all configuration files.

C.

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

D.

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

Buy Now
Questions 38

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.

Buy Now
Questions 39

What are three limitations in the use of wildcards by EMS clients? (Choose three.)

Options are :

Options:

A.

Clients cannot subscribe to wildcard topics,

B.

Clients cannot send to wildcard queues.

C.

Clients cannot use wildcards for dynamic topics.

D.

Clients cannot receive from wildcard queues.

E.

Clients cannot publish to wildcard topics.

Buy Now
Questions 40

Which three statements are true about TIBCO Business Events Views? (Choose three.)

Options are :

Options:

A.

A Dashboard agent must run in a separate JVM.

B.

View data can be stored in cache servers, and a backing store is optional.

C.

A backing store is required for view data.

D.

A dashboard page is a collection of views.

E.

A dashboard agent may run in the same JVM as Inference agents.

F.

A view is a collection of dashboard pages.

Buy Now
Questions 41

Which three can be achieved out-of-the-box in TIBCO Active matrix Mediation implementation type? (Choose Three.)

Options are :

Options:

A.

database update

B.

data mapping

C.

sub-routine call

D.

content-based routing

E.

schema validation

Buy Now
Questions 42

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

Options are :

Options:

A.

be-engine.xml

B.

TRA

C.

CDD

D.

Site Topology

Buy Now
Questions 43

Which three statements are true about the TIBCO Collaborative Information Manager? (Choose Three.)

Options are :

Options:

A.

It completely automates the process of keeping data consistent

B.

It updates data in other systems when change notifications arise.

C.

It receives data change notifications from individual systems.

D.

All Of The Above

E.

It manages the workflow required to reconcile inconsistent data.

Buy Now
Questions 44

Which two statements are true about the Total Architecture approach to system, data, and business process integration ? (Choose two.)

Options are :

Options:

A.

Total Architecture provides a generic framework that is suitable for implementing the range of common business processes.

B.

Total Architecture ensures that the solution is suitable for its intended purpose but adaptable to changes in the business process it supports.

C.

Total Architecture provides business benefit by Web Service enabling relevant interfaces and business processes in the enterprise.

D.

Today's business solution combine data, events, processes and people, which Total Architecture must consider when designing a suitable solution.

Buy Now
Questions 45

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

Buy Now
Exam Code: TCP-EMS8
Exam Name: TIBCO Enterprise Message Service 8 Certification Exam
Last Update: Nov 13, 2024
Questions: 150
$64  $159.99
$48  $119.99
$40  $99.99
buy now TCP-EMS8