When creating a TCP/IP client configuration that uses SSL, what is the correct method to test the configuration?
AUse an HTTPClientInput node, or a HTTPClientOutput node to open a connection to a remote SSL server application that is listening on a HTTP/IP port.
BUse either a TCPIPClientInput node or a TCPIPClientOutput node to open a connection to a remote SSL server application that is listening on a TCP/IP port.
CUse an SSLClientInput node or a SSLClientOutput node to open a connection to a remote HTTPS server application that is listening on a SSL/IP port.
DUse an HTTPSClientInput node, or a HTTPSClientOutput node to open a connection to a remote SSL server application that is listening on a HTTPS/IP port.
In a microservices architecture, what is one way to determine granularity for decomposing integration flows?
AKeep the flows that share a common data model in the same container
BGroup all flows together in a container
CPackage the consumer, integration, and providers related to the flow in a container
DStrictly isolate each node in a container
What are two resources that can be used in a commit/rollback scenario? (Choose two.)
AMessage Flows
BJava Instances
CNodes
DIBM MQ Queues
EDatabases
The mqsicreateworkdir command allows creation of a new work directory for which integration component?
AIntegration Node
BIntegration Server
CIntegration Flow
DIntegration Application
How is an IBM supplied pattern removed from the IBM App Connect Enterprise Toolkit?
ARight-click the pattern and choose Uninstall.
BRight-click the pattern name in Pattern Repositories > OT4I GitHub Pattern Repository and choose Uninstall.
CRight-click the pattern and choose Purge.
DRight-click the pattern name in Pattern Repositories > OT4I GitHub Pattern Repository and choose Purge.
What two types of pub/sub brokers can App Connect Enterprise use to deliver messages to subscribers? (Choose two.)
AMQ AMS
BMQTT
CMQ
DMQMFT
EJMS
Long-lived variables in ESQL data types include which two features?
AThe data is stored publicly
BImpossible to create shared constraints
CSubsequent messages can access data left by a previous message
DAbility to share data across message flows
EAbility to handle long-lifetime data
How can anonymous login be disabled on the Web User Interface?
ABy setting authMode: true
BBy setting requireClientAuth: enabled
CBy setting basicAuth: true
DBy setting adminSecurity: disabled
As part of an API Development Lifecycle, a Solution Developer is provided with a Swagger file containing all resources, methods, and data model definitions. How can the Solution Developer leverage the Swagger and its definitions when creating a new REST API to be exposed?
ACreate a REST API and import the Swagger document
BUse the RESTRequest node and import the Swagger document
CUse the RESTRequestAsync node and import the Swagger document
DUse the HTTPRequest node and import the Swagger document
The WS-Security specification provides authentication for securing web services at the message level. What does WS-Security do with a username token?
AExtracts the username and passes it to a user registry for verification
BExtracts the username and password and passes them to a user registry for storage
CExtracts the password and passes it to a user registry for storage
DExtracts the username and password and passes them to a user registry for verification
When updating a policy outside of IBM App Connect Enterprise, what step must be completed to implement the new policy?
APut a copy of the policy into a user defined subdirectory and then restart the integration server.
BPut a copy of the policy into the overrides subdirectory and then restart the integration server.
CPut a copy of the policy into a user defined subdirectory, there is no need to restart the message flow.
DPut a copy of the policy into the overrides subdirectory and then redeploy the message flow.
What can be used to deploy the Developer Edition of IBM App Connect Enterprise to IBM Cloud Private?
AHelm Charts
BYAML files
COS templates
DBAR files
The following flow processes balance transfers between accounts but it logs the request first by putting it on the logging queue before processing it in the database node. However, the solution developer is trying to fix an issue where log requests do not appear on the queue when the Process Transfer node fails because of a database error.
Which change should be done to fix this issue and have the log request messages put on the queue regardless whether the database processing succeeds or fails?
ASet the "Persistence Mode" property of the MQ Output node to No
BSet the "Transaction Mode" property of the MQ Output node to No
CSet the "Transaction Mode" property of the Database node to No
DSet the "Message Context" property of the MQ Output node to Pass All
HOTSPOT -
Which section in the Cloud Integration Platform Navigator should be clicked in order to install IBM App Connect Enterprise?
What is the function of identity mapping in IBM App Connect Enterprise?
AMaps it to a username in a same realm
BMaps it to a username in a different realm
CMaps it to an identity in a same realm
DMaps it to an identity in a different realm
Which type of library on the Integration Sever allows multiple versions for each referencing application to utilize private copy of the resources?
ADynamic Library
BStatic Library
CShared Library
DReference Library
Which supported message format can be imported while creating a message model?
ATIFF
BASCII
CXML Schema
DRTF
Which configuration enables message flows that use HTTPInput and HTTPReply nodes to communicate with other applications that use HTTPS?
AConfigure the integration server or the integration node to use HTTPS and require a UID and PWD.
BConfigure the integration server or the integration node to use encrypted TCP.
CConfigure the integration server or the integration node to use HTTP and require a UID and PWD.
DConfigure the integration server or the integration node to use SSL.
What is required for an upgrade to IBM App Connect Enterprise if Integration Explorer is used within the environment?
AThe integration Explorer must be upgraded before the Integration Nodes.
BJava EE 8 must be installed before the Integration Explorer.
CThe operation mode must be set to Standard or Advanced.
DTasks using the Integration Explorer must be changed to use the web UI.