Which editor are the global cache values defined and retrieved from?
A
Explanation:
https://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.etools.mft.doc/br26106
_.htm
What is a difference between using Convert Single Project and Convert Multiple Projects when
converting from projects to applications and libraries?
D
Which two types of libraries exist within IBM App Connect Enterprise?
AD
Explanation:
Two types of library exist inIBM App Connect Enterprise:shared librariesandstatic libraries. A
shared library can be deployed directly to anintegration serveror in a BAR file with referencing
applications. If that shared library is updated, the changes are immediately available to all
applications or shared libraries that refer to it.
A static library is deployed with the application that references it. Each application that references
that static library is deployed with its own private copy of that library. If a static library is updated,
each application that references it must be repackaged and redeployed with the updated static
library.
https://www.ibm.com/support/knowledgecenter/SSTTDS_11.0.0/com.ibm.etools.mft.doc/bc23090_.html
How is an IBM supplied pattern removed from the IBM App Connect Enterprise Toolkit?
B
Explanation:
If you want to uninstall and remove a pattern from theIBM App Connect Enterprise Toolkit, right-
click the pattern name inPattern Repositories>OT4I GitHub Pattern Repositoryand clickUninstall.
https://www.ibm.com/support/knowledgecenter/SSTTDS_11.0.0/com.ibm.etools.mft.doc/ac68260_.html
When developing RESTful APIs, what is the main purpose of the RESTAsyncRequest node?
A
Explanation:
You can use aRESTAsyncRequestnode in a message flow to issue a REST request to an external REST
API, and return control to the flow without waiting for a response. The response is received by
aRESTAsyncResponsenode, which can be in a separate message flow but must be in the same
integration server. The nodes are used as a pair, and correlate responses against the original requests
by using a unique identifier, which is specified on both nodes.
https://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bz90920_.html
Which command creates basic user credentials to allow logging into the web user interface?
A
Which two features of IBM App Connect Enterprise require IBM MQ to be installed?
AC
Which standard is used to define web service security mechanisms?
D
In a message flow, what are two valid event sources of a monitoring event?
BE
Explanation:
Event types
You can configure a message flow to emit two types of events: transaction events and terminal
events. There are three types of transaction events: start, end, and rollback. The transaction events
are emitted only from input nodes such as MQInput and HTTPInput. Terminal events are emitted
from any terminal of any node.
https://www.ibm.com/developerworks/websphere/library/techarticles/0911_fan/0911_fan.html
What is the purpose of the mqsicreateworkdir command?
C
Explanation:
Purpose
You use themqsicreateworkdircommand to create a new directory to be used as an integration
server's work directory.
https://www.ibm.com/support/knowledgecenter/en/SSTTDS_11.0.0/com.ibm.etools.mft.doc/create
workdircmd_.htm
A solution developer sets the maximum rate for a message flow to 100 messages per second. What
is this rate evaluated across?
A
What command must be executed before running the mqsicreatebroker command on Linux to create
an integration node?
A
Explanation:
https://www.ibm.com/support/knowledgecenter/SSTTDS_11.0.0/com.ibm.etools.mft.doc/ae12720_.html
Once a BAR file is configured it can be deployed to which production environment?
D
Explanation:
https://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.etools.mft.doc/af03860
_.htm
The mqsicommandconsole command is a required prerequisite for running which two commands?
BE
Explanation:
The mqsicommandconsole command is required for the following commands:
mqsiaddbrokerinstance
mqsicreatebroker
mqsimigratecomponents
mqsisetsecurity
mqsiAssemblyInstall
mqsimanagexalinks
mqsipackagebar
https://www.ibm.com/support/knowledgecenter/SSMKHH_9.0.0/com.ibm.etools.mft.doc/bn13550
_.htm
DRAG DROP
What are the correct sequence of steps to define the operations in a service interface?
Explanation: