Labour Day Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

Tibco TCP-EMS8 TIBCO Enterprise Message Service 8 Certification Exam Exam Practice Test

Demo: 22 questions
Total 150 questions

TIBCO Enterprise Message Service 8 Certification Exam Questions and Answers

Question 1

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.

Question 2

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

Options are :

Options:

A.

JMS

B.

Local

C.

HTTP

D.

FTP

Question 3

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.

Question 4

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

Question 5

Which two statements are true about logging and tracing capabilities in EMS? (Choose

two.)

Options are :

Options:

A.

The location of log file is set in tibemsd.conf file via the log_trace parameter.

B.

Message tracing applies to the header and/or body of the message.

C.

Access control violations can be logged to console or log file.

D.

Message tracing can be applied at the destination level, not at message level.

Question 6

What are two valid ways to create a Connection Factory? (Choose two.)

Options are :

Options:

A.

Create factory myFactory queue url=tcp://server:7777,tcp://server1:8888

B.

Create factory myFactory queue url=tibjmsnaming://server:7777

C.

Create factory myFactory queue url=ssl://server:7777

Create factory myFactory queue url=ems://server:7777

Create factory myFactory queue url=tibjmsnaming://server:7777,tibjmsnaming://server:8888

Question 7

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

Question 8

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

Question 9

Which command displays message count delivered to a queue receiver?

Options are :

Options:

A.

Show consumers

B.

Show connections

C.

Show users

D.

Show receivers

Question 10

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

Question 11

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

Question 12

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

Options are :

Options:

A.

ledger file

B.

in-memorydatagrid

C.

file

D.

mstore

Question 13

Which two objects are referred to as EMS administered objects?

Options are :

Options:

A.

A & B

B.

connection factories

C.

groups

D.

topics

Question 14

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

Question 15

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

Options are :

Options:

A.

browse

B.

send

C.

durable

D.

subscribe

Question 16

Which two statements are true about topics and queues? (Choose two.)

Options are :

Options:

A.

A sender can send to a wildcard queue.

B.

A consumer can listen for wildcard queue names.

C.

A queue can only have one exclusive connected consumer at a time.

D.

A publisher can publish to a wildcard topic.

E.

A consumer can listen for wildcard topic names.

F.

A queue can only have one consumer per message.

Question 17

Which two statements are true about a decision table? (Choose two.)

Options are :

Options:

A.

The entire table represents a rule.

B.

A rule function's arguments represent columns of a table.

C.

Each row in the table represents a rule.

D.

Each table can have one exception table.

Question 18

Two EMS servers have an active/active route between them.

How many connections are used to route messages bi-directionally between them?

Options are :

Options:

A.

4

B.

2

C.

1

D.

0

Question 19

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

Question 20

Which statement best characterizes the IT architecture for a solution?

Options are :

Options:

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.

Question 21

Which two notations are appropriate information model representations? ( Choose two.)

Options are :

Options:

A.

UML class diagram

B.

ER diagram

C.

UML state machine diagram

D.

UML use case diagram

Question 22

What are three valid acknowledgment modes in TIBCO Enterprise Message Service?

(Choose three.)

Options are :

Options:

A.

DUPS_OK_ACKNOWLEDGE

B.

IMPLICIT_CLIENT_DUPS_OK_ACKNOWLEDGE

C.

EXPLICIT_CLIENT_ACKNOWLEDGE

D.

NO_ACKNOWLEDGE

E.

IMPLICIT_CLIENT_ACKNOWLDEGE

Demo: 22 questions
Total 150 questions