IBM c1000-056 practice test

IBM App Connect Enterprise V11 Solution Development Exam


Question 1

The image below is an example of which IBM App Connect Toolkit editor?

  • A. Graphical Data Mapping
  • B. Message Flow Editor
  • C. Policy Editor
  • D. Message Definition
Answer:

A

Discussions

Question 2

Event-driven flows can be configured to run at regular intervals by adding which type of node in IBM
App Connect Designer?

  • A. Event
  • B. Scheduler
  • C. Execute
  • D. Timer
Answer:

A

Discussions

Question 3

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
Answer:

A

Discussions

Question 4

When sharing data between a calling flow and a response flow, how can user context data be stored?

  • A. By setting a value in the Environment.CallableFlow.UserContext environment variable
  • B. On a database or in a local drive
  • C. In a remote database or in the local host's memory
  • D. By setting a value in the ContextData environment variable or in a local drive
Answer:

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';

Discussions

Question 5

When using a GroupScatter node, which terminal allows logging and debugging of groups?

  • A. Catch
  • B. Published
  • C. Group Created
  • D. Out
Answer:

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.

Discussions

Question 6

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
Answer:

BC

Explanation:
https://www.ibm.com/support/knowledgecenter/SSTTDS_11.0.0/com.ibm.etools.mft.doc/py00100_.html

Discussions

Question 7

In order to comply with port binding in 12-Factor App, how many integration servers should exist per
container?

  • A. 3
  • B. 2
  • C. 1
  • D. Unlimited
Answer:

C

Discussions

Question 8

Where are recorded messages sent by default in the flow exerciser?

  • A. They are sent to the Message Flow icon in the Flow Exerciser toolbar
  • B. They are sent to the input node where each message was saved
  • C. They are sent to the output node where each message was saved
  • D. They are sent to the Recorded Messages item located in the navigator
Answer:

A

Discussions

Question 9

When splitting message flow processing between different integration servers how do the flows
communicate?

  • A. Using a switch server and connectivity agents
  • B. Using switch addresses and node configuration
  • C. Using a connectivity server and switch agents
  • D. Using node addresses and node configuration
Answer:

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

Discussions

Question 10

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?

  • 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;
Answer:

D

Discussions
To page 2