EMT Practice Test

1. Question Content...


Question List

Question1: Which statement is true about EMS mstore?
Options are :

Question2: What are the three options for the user_auth parameter in EMS? (Choose three.) Options are :

Question3: 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 :

Question4: Which statement is true about acknowledgment modes?
Options are :

Question5: Which two statements are true about routing queue messages? (Choose two.) Options are :

Question6: 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 :

Question7: System A invokes a service on System B, which in turn invokes a service on System C.
System C's result is returned to System B, which uses it to create the final result for System A.
Which statement about the coordination patterns is correct?
Options are :

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

Question9: Which two parameters must be edited/added in the tibemsd.conf file when configuring database-based stores? (Choose two.) Options are :

Question10: Which two statements are true about EMS management of persistent messages? (Choose two.) Options are :

Question11: What are two valid EMS Message types? (Choose two.)
Options are :

Question12: 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 :

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

Question14: Which two statements are true about the transactional abilities of TIBCO EMS? (Choose two.) Options are :

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

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

Question17: Which three commands must be executed to ensure that user ui can only send messages to queue qi? (Choose three.) Options are :

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

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

Question20: What is the Recovery Point Objective (RPO) of a system?
Options are :

Question21: Which two statements are true about routing zones with more than two EMS servers?
(Choose two.)
Options are :

Question22: he following topics are defined in topics.conf:
Larger image
Which Statement is true about the topic mycompany. tibx. eng. all?
Options are :

Question23: Which two parts are optional in JMS Message Structure? (Choose two.)
Options are :

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

Question25: Which two statements are true about a new installation of TIBCO Business Events? (Choose Two.) Options are :

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

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

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

Question29: When does an RTC cycle end?
Options are :

Question30: 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 :

Question31: How do you achieve high availability for a TIBCO Active matrix Spring component providing a service with a JMS binding type?
Options are :

Question32: Which two statements are true about SSL support in EMS? (Choose two.)
Options are :

Question33: In which two scenarios will the EMS server persist messages? (Choose two.) Options are :

Question34: Which two statements are true about hops and zones in EMS? (Choose two.) Options are :

Question35: Which two statements are true about server parameters used to configure statistics?
(Choose two.)
Options are :

Question36: 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 :

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

Question38: 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 :

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

Question40: Which statement is true about message compression with EMS?
Options are :

Question41: Two EMS servers have an active/active route between them.
How many connections are used to route messages bi-directionally between them?
Options are :

Question42: Which two are valid acknowledgment modes in TIBCO Enterprise Message Service?
(Choose two.)
Options are :

Question43: Within TIBCO Activematrix Administrator, which three can have logging enabled? (Choose three.) Options are :

Question44: Which TIBCO product is designed to operate as a cache without customization?
Options are :

Question45: Which two permissions can be granted to users to access queues? (Choose two.) Options are :

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

Question47: Which two statements are true about the listen parameter? (Choose two.) Options are :