Summer Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

WSO2 Certified Enterprise Integrator 6 Developer (6.5 version)

Last Update 18 hours ago Total Questions : 83

The WSO2 Certified Enterprise Integrator 6 Developer (6.5 version) content is now fully updated, with all current exam questions added 18 hours ago. Deciding to include Enterprise-Integrator-6-Developer practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our Enterprise-Integrator-6-Developer exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these Enterprise-Integrator-6-Developer sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any WSO2 Certified Enterprise Integrator 6 Developer (6.5 version) practice test comfortably within the allotted time.

Question # 1

Which of the following is FALSE about SOAP?

A.

SOAP can be used over HTTP only.

B.

SOAP is extensible with encryption and signing.

C.

SOAP allows for any programmable model.

D.

SOAP is built using XML.

Question # 2

In which folder should you put custom mediator in the EI distribution?

A.

If your Class mediator is a regular non-OSGI JAR file, copy it into the < EI_HOME > /repository/classmediators directory.

B.

Both a and c are correct.

C.

If you develop your mediator as a OSGI bundle, copy jar file into < EI_HOME > /dropins directory.

D.

If your mediator is a regular non-OSGI JAR file, copy it into the < EI_HOME > \lib directory.

Question # 3

Identify a possible approach to externalize endpoints in ESB profile configurations in order to avoid changes when moving artifacts between environments:

A.

Create a separate endpoints CAR file for each environment (Dev, QA, Prod) and deploy the endpoints CAR and the ESB profile configurations CAR file.

B.

All of the above approaches can be used for externalizing endpoints.

C.

Parameterize the endpoints values and replace those with matching endpoint values at build time using a Maven project.

D.

Externalize and store the endpoints in the registry and refer to them by name in the ESB profile configuration.

Question # 4

Which statement is FALSE about REST APIs in the ESB profile?

A.

Specifying a url-template or a url-mapping is mandatory for all the resources in a REST API.

B.

APIs can be exposed through HTTP inbound endpoints.

C.

REST APIs are exposed over one of the HTTP listener ports opened by the EI http transport.

D.

Each REST API can have multiple resources, and each resource can have different service orchestration logic of backend services.

Question # 5

Identify the scenario where a task may NOT be the best option.

A.

Periodically connect to an external service and extract some data.

B.

Trigger some Java code when certain types of data (for instance, stock price of IBM) comes to the sequence.

C.

Periodically run some Java code inside a sequence.

D.

Run a piece of code just once after the ESB profile starts.

Question # 6

You have created a custom ESB task that you want to run every 30 seconds continuously. Select the CORRECT task configuration you can use for this purpose.

A.

< task name=\"CheckPrice\n class=\"org.wso2.esb.tutorial.tasks.PlaceStockOrderTask\" >

< trigger interval=\"1800\7 >

< /task >

B.

< task name=\"CheckPrice\" class=\"org.wso2.esb.tutorial.tasks.PlaceStockOrderTask\"

< trigger interval=\"30\", continuous=\"true\7 >

< /task >

C.

< task name=\"CheckPrice\n class=\"org.wso2.esb.tutorial.tasks.PlaceStockOrderTask\" >

trigger interval=\"30\7 >

< /task >

D.

All three configurations are incorrect.

Question # 7

Select the CORRECT statement about deploying custom mediator artifacts.

A.

If it is a class mediator, you can put that JAR file in the < EI_HOME > /lib directory.

B.

If you have developed your custom mediator as a regular non-OSGI JAR, you have to put it in the < EI_HOME > /extensions directory.

C.

All of the above.

D.

If you have developed your custom mediator as an OSGI bundle, you have to put it in the < EI_HOME > /dropins directory.

Question # 8

Which statement about large file transfer using ESB profile is true?

A.

To enable binary file transfer, you must enable the message builder and formatter for the relevant content type in axis2.xml.

B.

You can enable streaming within your ESB pfoeile configuration using a parameter.

C.

All of the above.

D.

Files can be transferred as binary files using streaming to reduce processing and memory requirements.

Question # 9

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

A.

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

B.

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

C.

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

D.

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

Question # 10

In which of the following cases will an endpoint move to the suspended state?

A.

When retry count is 0.

B.

When the suspend timeout is reached.

C.

When there is a response from the endpoint.

D.

When the retry count is a positive integer.

Go to page: