Winter Special Flat 65% Limited Time Discount offer - Ends in 0d 00h 00m 00s - Coupon code: netdisc

WSO2 Enterprise-Integrator-6-Developer WSO2 Certified Enterprise Integrator 6 Developer (6.5 version) Exam Practice Test

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

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 1

Which statement is TRUE about error handling in the ESB profile?

Options:

A.

The Exception mediator can be used to customize error messages that are send back to the client.

B.

It is mandatory to associate each sequence and proxy service with a fault sequence.

C.

Within the fault sequence, you can access error details using the EXCEPTION_DETAIL property.

D.

A fault sequence is a collection of mediators just like any other sequence, and it can be associated with another sequence or a proxy service.

Question 2

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 3

Which protocols are supported by the ESB profile for transferring files?

Options:

A.

FTPS, FTP, HTTPS

B.

HTTP, HTTPS

C.

All of the above

D.

MQTT

Question 4

Howcan you implement POX-to-SOAP transformations with the ESB profile?

Options:

A.

Use the XSLT mediator with the Validate mediator and send the message out with a default enpoint.

B.

Implement message transformation with the Data Mapper and use endpoint format as soapll.

C.

Use the XSLT mediator and use the Call mediator with blocking mode.

D.

Use the XSLT mediator and use the Call mediator with blocking mode with enable addressing.

Question 5

Select the best extension point of the ESB profile that can be used to secure an API created inside the ESB profile with access restricted to limited user roles.

Options:

A.

Use an Axis2 handler

B.

Write a custom Class mediator

C.

Use an API handler

D.

Use an Axis2 module

Question 6

Suppose youare writing a complex proxy service. In the middle of the task, you need to debug your proxy service as it is not working as expected. Select the mediator that can be used for debugging your proxy service.

Options:

A.

Log mediator

B.

Drop mediator

C.

Validate mediator

D.

Switch mediator

Question 7

When building an integration scenario with the ESB profile, you CANNOT use:

Options:

A.

JavaScript for processing messages at a given message sequence.

B.

Synapse configuration language.

C.

WS02 EItooling.

D.

Java code to build the entire message processing logic.

Question 8

Which scripting language is not supported by the Script mediator?

Options:

A.

JavaScript

B.

Ruby

C.

XSLT

D.

Groovy

Question 9

Which statement is FALSE about the process of message mediation?

Options:

A.

The response message comes to the main sequence.

B.

The message is sent to an endpoint from the main sequence.

C.

Messages go through each of the mediators inside the main sequence.

D.

If an error occurs in a sequence, the message goes through its error sequence.

Question 10

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.

Question 11

Which statement is true about outbound endpoints?

Options:

A.

Outbound endpoints are mandatory for any integration scenario.

B.

They operate in the same way as inbound endpoints.

C.

When you use message stores, you have to specify the address as an outbound endpoint.

D.

Outbound endpoints can have flags to translate the message.

Question 12

Consider thefollowing scenario: you are working on an ESB integration project, and you want to work with messages that contain PDF files as the payload. You also need to filter some messages based on the content of the PDF files. Identify the step you would need to take to fulfill this requirement.

Options:

A.

Implement a custom message formatter to work with PDF payloads and register it in the /conf /axis2/axis2.xml file under the section.

B.

Implement a custom message builder to work with PDF payloads and register it in the /conf /axis2/axis2.xml file under the section.

C.

Both steps a and b are required.

D.

WS02 ESB can handle PDF payloads by default, so there is no need to build a custom message builder/formatter.