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

Loading demo links...

Showing 7–9 of 10 questions

Question 7

How do you configure a REST API to handle different mediation logic with different HTTP verbs?

Select an option, then click Submit answer.

  • Define a resource for each API, and only allow that HTTP verb for that particular resource.

  • Each HTTP method can be identified by the transport,and you can configure a sequence for each method at transport configuration logic.

  • Only define the message filtering switching logic inside a sequence, and each path can handle the specific HTTP verb.

  • Wrap a given REST API with an inbound so that youcan filter out requests based on an HTTP verb.


Question 8

Which statement about the ESB profile support forJMS is FALSE?

Select an option, then click Submit answer.

  • JMS distributed transactions are supported in the ESB profile.

  • The transport.jms.SessionTransacted property is used to enable JMS local transactions in the ESB profile.

  • ESB profile JMS transactions only work with either the Calloutmediator or the Call mediator in blocking mode.

  • Only JMS local transactions are supported in the ESB profile.


Question 9

Which statement is TRUE about throttling in the ESB profile?

Select an option, then click Submit answer.

  • All of the above are correct.

  • Throttling isonly supported at the mediation level.

  • The throttle mechanism is used to control access to the services at different levels.

  • Mediation level throttling works in distributed fashion only when ESB nodes are configured as a stateful cluster which is a membership based cluster.