Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

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

Questions 4

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.

Buy Now
Questions 5

What is content-awareness in a mediator?

Options:

A.

The method\"isContentAware\" in the mediator specifies whether the mediator requires the message to be built in order to perform the mediator action.

B.

If the mediator is content-unaware, it will always build the message.

C.

It is the mediator's ability to identify the messaging format and select matching message builders and formatters.

D.

All of the above.

Buy Now
Questions 6

Which statement about the ESB profile message store/message processor functionality is FALSE?

Options:

A.

Using message store/message processor constructs, guaranteed message delivery can be implemented.

B.

Using message store/message processor constructs, the dead letter channel pattern can be implemented.

C.

Using message store/message processor constructs, in-order delivery of messages cannot be implemented.

D.

Using message store/message processor constructs, message throttling can be implemented.

Buy Now
Questions 7

Which statement is correct about the graceful shutdown command to shut down the ESB profile?

Options:

A.

It will discard already existing requests and start the shutdown steps immediately.

B.

The graceful shutdown command is only available from the management console.

C.

Each profile uses the same key store and trust store.

D.

It will stop accepting new requests, process all existing requests, and then shut down.

Buy Now
Questions 8

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.

Options:

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.

Buy Now
Questions 9

Which statement is TRUE about Java Message Service (JMS) message stores in the context of the ESB profile?

Options:

A.

Any JMS consumer application cannot consume messages from a given store. Only message processors can consume messages in a JMS message store.

B.

Both a and b are correct.

C.

The ESB profile supports the store-and-forward pattern but not guaranteed delivery.

D.

Users have the option to create a custom message store with their own message store implementation.

Buy Now
Questions 10

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

Options:

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.

Buy Now
Questions 11

Which statement is FALSE about endpoints?

Options:

A.

Endpoints are used to define external destinations of a message.

B.

The same endpoint cannot be used with multiple transports.

C.

An endpoint can be defined independently of transports.

D.

Once configurations are defined, the endpoint can be used to connect to any external service.

Buy Now
Questions 12

Which is NOT a challenge when using messaging systems for integration?

Options:

A.

Messaging systems introduce additional programming complexity.

B.

Messaging systems do not guarantee when the message will be delivered, which can cause sequencing issues.

C.

Performance issues due to the overhead added to the communication by message systems.

D.

Operation is disconnected from networks. Data is synchronized when network connection is available.

Buy Now
Questions 13

Select the appropriate Enterprise Integration Pattern (EIP) that can be used to remove unimportant data items from messages and leave only the important ones.

Options:

A.

Message Filter

B.

Dynamic Router

C.

Content Filter

D.

Composed Msg. Processor

Buy Now
Questions 14

Select the INCORRECT statement regarding ESB connectors.

Options:

A.

Integration is much faster than using sequences and proxy services.

B.

Connectors cannot be directly added and removed to the runtime, so after deploying them you have to restart the servers.

C.

No extensive knowledge of the source system is required to use ESB connectors.

D.

150+ connectors are available, and WS02 is continuously adding more to the connector collection.

Buy Now
Questions 15

Which statement is TRUE about Java Message Service (JMS) support in the ESB profile?

Options:

A.

The ESB profile can be configured as both a JMS Producer and Consumer.

B.

JMS supports point-to-point communication models only.

C.

The ESB profile can be configured as a shared topic listener.

D.

Both statements a and c are correct.

Buy Now
Questions 16

Which statement best describes ESB profile support for JMS?

Options:

A.

ESB profile supports the store and forward messaging model with JMS.

B.

ESB profile supports the point-to-point messaging model (queue).

C.

All of the above are supported by the ESB profile.

D.

ESB profile supports the publish/subscribe messaging model (topics).

Buy Now
Questions 17

Identify the correct statement with respect to mutual SSL.

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.

Buy Now
Questions 18

Which scripting language is not supported by the Script mediator?

Options:

A.

JavaScript

B.

Ruby

C.

XSLT

D.

Groovy

Buy Now
Questions 19

Which statement is TRUE about proxy services?

Options:

A.

Proxy services should be implemented as pure Java classes.

B.

Only HTTP and HTTPS transports can be used to receive and send messages from the proxy services.

C.

Proxy services allow you to perform necessary transformations and introduce additional functionality without changing your existing service.

D.

A proxy service is not externally visible and can't be accessed using a URL similar to a normal web service address.

Buy Now
Questions 20

What is the most appropriate scenario for using a class mediator over a Script mediator?

Options:

A.

For debugging purposes, you want to introduce some latency in the message flow.

B.

You want to change just a single element in the XML payload without changing other elements.

C.

For testing purposes, you want to record the elapsed time between calling a backend service and receiving the response by the proxy service.

D.

You want to develop a logging mediator that sends logging data to an external database such as MySQL.

Buy Now
Questions 21

Which statement about the ESB profile support for JMS is FALSE?

Options:

A.

JMS distributed transactions are supported in the ESB profile.

B.

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

C.

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

D.

Only JMS local transactions are supported in the ESB profile.

Buy Now
Questions 22

Which message construct CANNOT directly receive messages from the protocol layer (wire)?

Options:

A.

API

B.

Inbound endpoint

C.

Proxy service

D.

Message processor

Buy Now
Questions 23

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.

Options:

A.

. Message Channels

B.

Pipes and Filters

C.

Composed Msg. Processor

D.

Message Translator

Buy Now
Questions 24

Select the CORRECT statement about deploying custom mediator artifacts.

Options:

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.

Buy Now
Exam Name: WSO2 Certified Enterprise Integrator 6 Developer (6.5 version)
Last Update: May 6, 2026
Questions: 83

PDF + Testing Engine

$63.52  $181.49

Testing Engine

$50.57  $144.49
buy now Enterprise-Integrator-6-Developer testing engine

PDF (Q&A)

$43.57  $124.49
buy now Enterprise-Integrator-6-Developer pdf