WSO2 Enterprise-Integrator-6-Developer - WSO2 Certified Enterprise Integrator 6 Developer (6.5 version)
Total 83 questions
Which statement is TRUE about Java Message Service (JMS) message stores in the context of the ESB profile?
Which statement is INCORRECT with respect to implementing a custom mediator and best practices to achieve thread safety?
Which statement is FALSE about REST APIs in the ESB profile?
Select the appropriate Enterprise Integration Pattern (EIP) that can be used to break down a large task into smaller subsets of independent steps that are chained together. This EIP is useful when integrating applications requiring a sequence of processing steps to perform a single event.
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?
Identify the correct statement with respect to mutualSSL.
Which of the following is NOT an entry point or trigger of the Synapse mediation engine?
You need to run some Java code only once just after the ESB profile server starts. Select the CORRECT task configuration you can use for this purpose.
What is the most appropriate scenario for using a class mediator over a Script mediator?
Which message construct CANNOT directly receive messages from the protocol layer (wire)?
