Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

What is the correct order of steps to create an Integration Service from scratch?

Which two policies can be changed by redeploying an exisitng policy project?

A.

CICSConnection

B.

JDBC Providers

C.

Aggregation

D.

TCPIP Client

E.

HTTPS Connector

What are the correct sequence of steps to define the operations in a service interface?

What are two methods for configuring a Highly Available IBM App Connect Enterprise installation?

A.

A Microsoft Cluster Server

B.

Multi-instance integration nodes with IBM MQ

C.

Network deployment mode

D.

Integration node clustering

E.

High Availability mode

The message flow security manager can be invoked by configuring a security enabled input node. The following diagram shows an example message flow and gives an overview of the sequence of events that occur when an input message is received by a security enabled input node in the message flow. Select the number that would interact with LDAP.

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?

A.

SET OutputLocalEnvironment.ReplyStatusCode = 400;

B.

SET OutputLocalEnvironment.Reply.Transport.HTTP = 400;

C.

SET OutputLocalEnvironment.REST.Reply.Transport.HTTP = 400;

D.

SET OutputLocalEnvironment.Destination.HTTP.ReplyStatusCode = 400;

Which statement is true about shared libraries?

A.

If a shared library (A) references another shared library (B), shared library (B) can create a reference to shared library (A)

B.

Static libraries can reference shared libraries but cannot reference other static libraries

C.

Integration Projects can reference shared libraries

D.

A shared library must be deployed with or before an application that references it

The following flow receives order messages on an MQInput node then uses a Compute node to do some processing and sends MQ messages to two warehouses on two different queues.

The compute node routes the message to two MQOutput nodes connected through terminals Out1 and Out using the following ESQL expressions.

PROPAGATE TO TERMINAL 'out1; RETURN TRUE;

After deploying the flow, the solution developer noticed that the second queue always receives an empty message. To fix this issue, which ESQL expression lines should be used in the Compute node instead?

A.

PROPAGATE TO TERMINAL 'out; PROPAGATE TO TERMINAL 'out';

B.

PROPAGATE TO TERMINAL 'out1; DELETE NONE-RETURN TRUE;

C.

RETURN TRUE DELETE NONE; RETURN TRUE;

D.

PROPAGATE TO TERMINAL 'out1; PROPAGATE; RETURN FALSE;

When referencing a policy within a node configuration, what is the format of the reference?

A.

{PolicyProjectName}:PolicyName

B.

PolicyProjectName:PolicyName

C.

Policy:{PolicyName}

D.

ApplicationName:PolicyName

Where does the data get pulled from during an extract migration in IBM App Connect Enterprise?

A.

Generated Project Interchange (PI) files

B.

An IBM MQ queue manager

C.

An existing Integration Server

D.

Deployed BAR files