WSO2 ENTERPRISE-INTEGRATOR-6-DEVELOPER Exam
WSO2 Certified Enterprise Integrator 6 Developer (Page 2 )

Updated On: 12-Jan-2026

Which statement is FALSE about message entry points?

  1. A proxy service receives messages that are sent to specific endpoint.
  2. APIs can only accept JSON or XML messages but not SOAP messages.
  3. An inbound endpoint injects a message directly from the transport layer to the mediation layer, without going through the Axis engine.
  4. A task injects a message into the ESB profile at a scheduled interval.

Answer(s): A



Identify the INCORRECT statement with respect to endpoint timeout:

  1. For all endpoint timeout values. Endpoint Timeout >= http.socket.timeout The following is a correct endpoint definition with a timeout value and a response action: <endpoint> <address url="http://localhost:8281/services/SimpleStockQuoteService"> <timeout>
  2. <duration>120000</duration>
    <responseAction>fault</responseAction>
    </timeout>
    </address>
    </endpoint>
  3. It is possible to define a responseAction to be taken in case of an endpoint timeout within the endpoint definition.
  4. Endpoint timeout specifies the timeout duration for an endpoint and allows different timeouts to be specified for different endpoint definitions.

Answer(s): B



Which statement is true about EIPs?

  1. EIPs are designed to implement SO
  2. EIPs are used by most ESB vendors as a common set of patterns related to integration.
  3. EIP is a standard for all ESBs.
  4. EIPs are not valid for modern integration scenarios.

Answer(s): C



Which of the following is NOT an enterprise integration pattern?

  1. Splitter
  2. Facade
  3. Wire-Tap
  4. Dead Letter Channel

Answer(s): B



Identify the correct sample Synapse configuration to execute a custom Synapse task class org.wso2.esb.tutorial.tasks.PlaceStockOrderTask every day at 1:30PM.

  1. <task name=\nCheckPrice\n class=\"org.wso2.esb.tutorial.tasks.PlaceStockOrderTask\"> <trigger U cron=\"0 30 13 * * ?\"/></task>
  2. <task name=\nCheckPrice\n class=\"org.wso2.esb.tutorial.tasks.PlaceStockOrderTask\"> <trigger u cron=\"30 1 * * * *7></task>
  3. <task name=\nCheckPrice\n class=\"org.wso2.esb.tutorial.tasks.PlaceStockOrderTask\"> <trigger U cron=\"30 13 * * * *\7></task>
  4. <task name=\nCheckPrice\n class=\"org.wso2.esb.tutorial.tasks.PlaceStockOrderTask\"> <trigger U cron=\"0 30 1 * * ?\7></task>

Answer(s): D



Viewing page 2 of 18
Viewing questions 6 - 10 out of 83 questions



Post your Comments and Discuss WSO2 ENTERPRISE-INTEGRATOR-6-DEVELOPER exam prep with other Community members:

Join the ENTERPRISE-INTEGRATOR-6-DEVELOPER Discussion