Summer Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

Enterprise-Integrator-6-Developer PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

Enterprise-Integrator-6-Developer PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: WSO2 Certified Enterprise Integrator 6 Developer (6.5 version)
  • Last Update: Sep 12, 2025
  • Questions and Answers: 83
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

Enterprise-Integrator-6-Developer Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

Enterprise-Integrator-6-Developer Practice Exam Questions with Answers WSO2 Certified Enterprise Integrator 6 Developer (6.5 version) Certification

Question # 6

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

A.

API

B.

Inbound endpoint

C.

Proxy service

D.

Message processor

Full Access
Question # 7

Which statement is FALSE with respect to secure vault?

A.

When looking up secured passwords in a Synapse configuration, it is possible to use theXPath expression ,,wso2:vault-lookup('alias,) to retrieve the actual password by providing 'alias'.

B.

Secure vault can be used to secure plain text passwords stored in ESB profile configuration files.

C.

Secure vault uses the cipher-tool.properties filesto identify the locations of the passwords in configuration U files.

D.

Secure vault always uses the certificate in the primary keystore configured in carbon.xml to encrypt the passwords.

Full Access
Question # 8

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

A.

B.

C.

D.

Full Access
Question # 9

What should you enter for the cacheld configuration element that resides inside the remotelnstance configuration section of the /conf/registry.xml file?

instaceid

< readonly >true

true

/

A.

The SHA 256 hash of the JDBC connection URL of the registry database.

B.

The value you entered for the element.

C.

The SHA 255 hash of the value you gave to the element.

D.

The JDBC connection URL of the registry database.

Full Access
Question # 10

Which statement is FALSE about message entry points?

A.

A proxy service receives messages that aresent to specific endpoint.

B.

APIs can only accept JSON or XML messages but not SOAP messages.

C.

An inbound endpoint injects a message directly from the transport layer to the mediation layer, without going through the Axis engine.

D.

A task injects a message into the ESB profile at a scheduled interval.

Full Access
Question # 11

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.

A.

Log mediator

B.

Drop mediator

C.

Validate mediator

D.

Switch mediator

Full Access
Question # 12

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

A.

When retry count is 0.

B.

When thesuspend timeout is reached.

C.

When there is a response from the endpoint.

D.

When the retry count is a positive integer.

Full Access
Question # 13

Identify the correct statement with respect to mutualSSL.

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.

Full Access
Question # 14

Which of the following is NOT an enterprise integration pattern?

A.

Splitter

B.

Facade

C.

Wire-Tap

D.

Dead Letter Channel

Full Access
Question # 15

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

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.

Full Access
Question # 16

Identify the best ESB profile extension point you can use to implement the following scenario: A financial application needs to make a credit transaction by sending an XML message. The message needs to be converted to an IS08583 byte stream before being passed to the wire through a TCP channel.

A.

Write a Script mediator.

B.

Write a custom mediator.

C.

Write an Axis2 handler.

D.

Write a custom message builder and formatter.

Full Access
Question # 17

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.

A.

Envelope Wrapper

B.

Process Manager

C.

Aggregator

D.

Composed Msg. Processor

Full Access
Question # 18

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.

B.

C.

trigger interval=\"30\7>

D.

All three configurations are incorrect.

Full Access
Question # 19

Which statement about the ESB profile support forJMS is FALSE?

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 Calloutmediator or the Call mediator in blocking mode.

D.

Only JMS local transactions are supported in the ESB profile.

Full Access
Question # 20

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.

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.

Full Access
Question # 21

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 /repository/classmediators directory.

B.

Both a and c are correct.

C.

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

D.

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

Full Access
Question # 22

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.

Full Access
Question # 23

Which of the following is NOT an entry point or trigger of the Synapse mediation engine?

A.

Outbound endpoints

B.

Proxy services

C.

APIs

D.

Inbound endpoints

Full Access
Question # 24

What is the easiest method to put a thread sleep in the ESB profile for the purpose of troubleshooting and debugging?

A.

Write a custom mediator and put a Java Thread.Sleep

B.

Write a custom taskand put a Java Thread.Sleep

C.

Write a Script mediator and use Java.lang.Thread.Sleep

D.

Write a Class mediator and put a Thread.Sleep

Full Access