Enterprise-Integrator-6-Developer WSO2 Certified Enterprise Integrator 6 Developer (6.5 version)

Loading demo links...

Showing 1–3 of 10 questions

Question 1

Which statement is true about message transformations in the ESB profile?

Select an option, then click Submit answer.

  • Data Mapper mediator can perform JSON-to-JSON transformation without converting the message to a canonical form.

  • All the transformation mediators require SOAP as the canonical message format.

  • Enrich mediator cannot be used for message transformation.

  • Header mediator can only work with SOAP headers.

Question 2

In the proxy service, it is necessary to call one of the several back-end services depending on the format of the message. Forinstance, the incoming message to the proxy service might have a property called "company". If company == 'IBM', we need to call the IBM service, and if company == 'Google', we need to call the Google service. To implement this scenario, what would be thebest option available in the ESB profile?

Select an option, then click Submit answer.

  • None of these approaches would implement this scenario.

  • Use the Switch mediator.

  • Write a custom Class mediator and implement the custom routing logic inside that mediator.

  • Use the Script mediator and implement the above routing logic.


Question 3

What is NOT a basic construct of the ESB profile?

Select an option, then click Submit answer.

  • RESTAPI

  • Pipeline

  • Sequence

  • Proxy service