Easter Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

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

WSO2 Certified Enterprise Integrator 6 Developer (6.5 version)

Last Update May 18, 2024
Total Questions : 83

We are offering FREE Enterprise-Integrator-6-Developer WSO2 exam questions. All you do is to just go and sign up. Give your details, prepare Enterprise-Integrator-6-Developer free exam questions and then go for complete pool of WSO2 Certified Enterprise Integrator 6 Developer (6.5 version) test questions that will help you more.

Enterprise-Integrator-6-Developer pdf

Enterprise-Integrator-6-Developer PDF

$35  $99.99
Enterprise-Integrator-6-Developer Engine

Enterprise-Integrator-6-Developer Testing Engine

$42  $119.99
Enterprise-Integrator-6-Developer PDF + Engine

Enterprise-Integrator-6-Developer PDF + Testing Engine

$56  $159.99
Questions 1

Identify the mediator group that can be used to implement the Message Translator EIP pattern.

Options:

A.  

Script mediator, Clone mediator, PayloadFactory mediator, XSLT mediator

B.  

Enrich mediator, XSLT mediator, XQuery mediator, Iterate mediator

C.  

PayloadFactorymediator, XSLT mediator, Filter mediator, Class mediator

D.  

Class mediator, Script mediator, PayloadFactory mediator, XSLT mediator

Discussion 0
Questions 2

Which statement is FALSE about ESB connectors?

Options:

A.  

Every connector is self-contained and independent of ESB code.

B.  

A connector is a ready-made convenient tool to reach publicly available web APIs.

C.  

Hardcoding usernames and passwords in the connector configuration is required to connect to externa public APIs that require authentication.

D.  

Connectors provide dynamic tooling support with EI tooling.

Discussion 0
Questions 3

Which is a valid extension point for the ESB profile of WS02 EI?

Options:

A.  

Custom Synapse Handler by extending AbstractSynapseHandler

B.  

Custom transport by implementing org.apache.axis2.transport.base.AbstractTransportSender and org.apache.axis2.transport.base.AbstractTransportListener interfaces

C.  

All of the above

D.  

Custom class mediator byextending AbstractMediator.

Discussion 0
Questions 4

Which statement is FALSE about SSL profile support in WS02 EI?

Options:

A.  

SSL outbound profiles allow different SSL profiles for different backend servers.

B.  

Each ssl profile uses the same keystore and truststore.

C.  

Inbound SSL profiles allow you to specify different SSL profiles for different IPs of clients

D.  

The purpose of SSL profiles is to allow connections to different servers with different certificates and identities.

Discussion 0
Questions 5

Select the appropriate Enterprise Integration Pattern (EIP) that can be used to combine the results of individual but related messages so that they can be processes as a whole.

Options:

A.  

Envelope Wrapper

B.  

Process Manager

C.  

Aggregator

D.  

Composed Msg. Processor

Discussion 0
Questions 6

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

Options:

A.  

If you do not define a fault sequence, in the case of an error in a sequence or a proxy service, an exception will be thrown and the message will be dropped.

B.  

In situationswhere a fault sequence is not specified explicitly, a default fault sequence will be used to handle errors.

C.  

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

D.  

The Fault mediator can be used to customize error messages that are sent back to the client.

Discussion 0
Questions 7

Which statement is FALSE about the ESB profile?

Options:

A.  

By setting the transport.jms.MessageType parameter with the respective content type, you can read different message formats from a queue.

B.  

When the JMS transport is enabled on a proxy service, ESB profile will start listening on a JMS queue with the same name as the proxy service.

C.  

By default,ESB profile considers all messages consumed from a queue as a SOAP message.

D.  

ESB profile can work with any JMS broker that offers JNDI support.

Discussion 0
Questions 8

Consider the following scenario: in the next WS02 EI integration project, you need to implement the Content Filter enterprise integration pattern (EIP). However, the messages coming into your sequence are in awired format not supported in the ESB profile, so you cannot implement the Content Filter EIP. What would be the best extension point that you can used to overcome this issue?

Options:

A.  

Write a Class mediator.

B.  

Write a Synapse handler.

C.  

Write a custom messagebuilder and formatter.

D.  

Use the Script mediator.

Discussion 0
Questions 9

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

Options:

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.

Discussion 0
Questions 10

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 onlyavailable 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.

Discussion 0
Questions 11

Identify the correct sample Synapse configuration to execute a custom Synapse task class org.wso2.esb.tutorial.tasks.PlaceStockOrderTask every day at 1:30PM.

Options:

A.  

B.  

C.  

D.  

Discussion 0
Questions 12

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

Discussion 0