Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Certified Enterprise Integrator 6 Developer Enterprise-Integrator-6-Developer Full Course Free

WSO2 Certified Enterprise Integrator 6 Developer (6.5 version) Questions and Answers

Question 9

Select the CORRECT statement about setting parameters for class mediators.

Options:

A.

Both statement b and c are correct.

B.

It is not possible to set parameters for custom mediators.

C.

Custom mediator's parameters should be declared as public fields in mediator code. For instance: public String foo, bar;

D.

Synapse properties can be used to pass values to mediator arguments. For instance:

Question 10

Identify the correct statement with respect to mutualSSL.

Options:

A.

Mutual SSL provides message level security.

B.

Mutual SSL provides higher performance.

C.

All of the above are correct.

D.

Both client and server have to authenticate each other and require certificates to be configured at both server and client ends.

Question 11

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

Options:

A.

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

B.

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

C.

Enrich mediator cannot be used for message transformation.

D.

Header mediator can only work with SOAP headers.

Question 12

Which statement is INCORRECT with respect to implementing a custom mediator and best practices to achieve thread safety?

Options:

A.

Use of class variables is not recommended.

B.

You can define and use a global variable in the mediator class if and only if those variables are shared with all the messages in that particular message flow.

C.

When we use the mediatorin different artifacts, an instance of the mediator gets created for each occurrence in the configuration.

D.

A mediator instance gets created for each occurrence in the configuration and for each message.