WSO2 Enterprise Integrator 6 Developer WSO2 Certified Enterprise Integrator 6 Developer (6.5 version) Online Training
WSO2 Enterprise Integrator 6 Developer Online Training
The questions for Enterprise Integrator 6 Developer were last updated at Jan 01,2025.
- Exam Code: Enterprise Integrator 6 Developer
- Exam Name: WSO2 Certified Enterprise Integrator 6 Developer (6.5 version)
- Certification Provider: WSO2
- Latest update: Jan 01,2025
How can users write their own connector for the ESB Profile of the WS02 EI?
- A . Create a connector project and include proxy services to invoke the API provider’s endpoints.
- B . Create a connector project and write Synapse configurations that call the API provider’s endpoints.
- C . Create a connector project and use the API provider’s SDK.
- D . Both option a and b can be used.
Which message construct CANNOT directly receive messages from the protocol layer (wire)?
- A . API
- B . Inbound endpoint
- C . Proxy service
- D . Message processor
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?
- A . Write a Class mediator.
- B . Write a Synapse handler.
- C . Write a custom messagebuilder and formatter.
- D . Use the Script mediator.
Which statement is FALSE about SSL profile support in WS02 EI?
- 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.
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 youcan filter out requests based on an HTTP verb.
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
Which of the following is NOT an action to take in order to tune a new ESB profile server for high performance?
- A . Synapse configuration level settings
- B . JVM-level settings
- C . WS02 Carbon platform level settings
- D . OS-level settings
If you are running two or more ESB profile servers on the same physical machine, it is necessary to offset ports. Select the correct statement that describes how to offset ports in the ESB profile.
- A . Go to <EI_HOME>/conf/axis2, open the axis2.xml file, and add the following top-level configuration: <Ports><Offset>2</Offsetx/Ports>
- B . Both statement 1 and 2 are correct.
- C . Both statement 1 and 2 are incorrect.
- D . Go to <EI_HOME>/conf, open the carbon.xml file, locate the following configuration and increase the Offset ^ value. <Ports><Offset></Offsetx/Ports>
Which statement is FALSE about endpoints?
- 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.
Which statement is FALSE about error handling in the ESB profile?
- 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.