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