The image below is an example of which IBM App Connect Toolkit editor?
A
Event-driven flows can be configured to run at regular intervals by adding which type of node in IBM
App Connect Designer?
A
Where does the data get pulled from during an extract migration in IBM App Connect Enterprise?
A
When sharing data between a calling flow and a response flow, how can user context data be stored?
A
Explanation:
https://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.etools.mft.doc/cl28163_.html
To store user context data, you can either set a value in
theEnvironment.CallableFlow.UserContextenvironment variable, or create and populate child
folders below it in the message tree. For example, you can use the following command to specify
context data to be stored the environment:
SET Environment.CallableFlow.UserContext = 'myData';
When using a GroupScatter node, which terminal allows logging and debugging of groups?
C
Explanation:
https://www.ibm.com/support/knowledgecenter/SSTTDS_11.0.0/com.ibm.etools.mft.doc/bc04740_.html
If the Group created terminal is wired, a message is propagated down this terminal, with the detailed
group information, after the group has been committed. The purpose of this terminal is to allow
logging and debugging of groups.
Which two policies can be changed by redeploying an exisitng policy project?
BC
Explanation:
https://www.ibm.com/support/knowledgecenter/SSTTDS_11.0.0/com.ibm.etools.mft.doc/py00100_.html
In order to comply with port binding in 12-Factor App, how many integration servers should exist per
container?
C
Where are recorded messages sent by default in the flow exerciser?
A
When splitting message flow processing between different integration servers how do the flows
communicate?
A
Explanation:
If you are splitting processing between differentintegration servers, or betweenIBM App Connect
EnterpriseandIBM App Connect on IBM Cloud, your flows communicate by using aSwitch
serverandconnectivity agents.
https://www.ibm.com/support/knowledgecenter/SSTTDS_11.0.0/com.ibm.etools.mft.doc/cl23141_.
htm
Exhibit:
According to the API resource pictured above, there are three possible HTTP Return Codes: 400, 404,
200. What is one way to set a HTTP Return code as 400 using ESQL?
D
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