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

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 of the following EIP patterns does NOT alter the message content?

A.

Wire-Tap

B.

Message Translator

C.

Content-Enricher

D.

Splitter

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.

Identify the correct error description and solution for the following error message from the ESB profile: => ERROR - RelayUtils error while building Passthrough stream org.apache.axiom.soap.SOAPProcessingException: Transport

level information does notmatch with SOAP Message namespace URI.

A.

This happens when a soapll message is sent to a soapl2 endpoint or vice versa, resulting in the p, message content type not matching the SOAP namespace URI, e.g., soapll should have text/xml content type and soapl2 should

have application/soap+xml content type. Solution: Enable the relevant message builder/formatter in axis2.xml for the matching content type.

B.

The ESB profile has failed to extract the transport protocol from the given URL. This happens when theO transport defined in the URL is not enabled in the system. Solution: Enable relevant transport sender in axis2.xml.

C.

This happens when a soapll message is sent to a soapl2 endpoint or vice versa. Solution: Correct the SOAP envelope namespace.

D.

Options a, b and c all provide mismatching reasons/solutions, so all of the answers are incorrect.

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.

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.

A.

Use an Axis2 handler

B.

Write a custom Class mediator

C.

Use an API handler

D.

Use an Axis2 module

Identify a possible approach to externalize endpoints in ESB profile configurations in order to avoidchanges 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.

Which statement is TRUE about throttling in the ESB profile?

A.

All of the above are correct.

B.

Throttling isonly supported at the mediation level.

C.

The throttle mechanism is used to control access to the services at different levels.

D.

Mediation level throttling works in distributed fashion only when ESB nodes are configured as a stateful cluster which is a membership based cluster.

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.

Howcan you implement POX-to-SOAP transformations with the ESB profile?

A.

Use the XSLT mediator with the Validate mediator and send the message out with a default enpoint.

B.

Implement message transformation with the Data Mapper and use endpoint format as soapll.

C.

Use the XSLT mediator and use the Call mediator with blocking mode.

D.

Use the XSLT mediator and use the Call mediator with blocking mode with enable addressing.