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

Which message construct CANNOT directly receive messages from the protocol layer (wire)?A . API B. Inbound endpoint C. Proxy service D. Message processorView AnswerAnswer: D

October 31, 2022 No Comments READ MORE +

Which of the following is NOT an action to take in order to tune a new ESB profile server for high performance?

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 settingsView AnswerAnswer: A

October 31, 2022 No Comments READ MORE +

When building an integration scenario with the ESB profile, you CANNOT use:

When building an integration scenario with the ESB profile, you CANNOT use:A . JavaScript for processing messages at a given message sequence. B. Synapse configuration language. C. WS02 EItooling. D. Java code to build the entire message processing logic.View AnswerAnswer: D

October 31, 2022 No Comments READ MORE +

Which statement about the Entitlement mediator is true?

Which statement about the Entitlement mediator is true?A . Entitlement mediator intercepts requests and evaluates the actions performed by the user against an extensible Access Control MarkupLanguage (XACML) policy. B. All of the above. C. When configuring the mediator, you specify which sequence to execute depending on the Entitlement mediator...

October 30, 2022 No Comments READ MORE +

Select the CORRECT statement about setting parameters for class mediators.

Select the CORRECT statement about setting parameters for class mediators.A . Both statement b and c are correct. B. It is not possible to set parameters for custom mediators. C. Custom mediator's parameters should be declared as public fields in mediator code. For instance: public String foo, bar; D. Synapse...

October 30, 2022 No Comments READ MORE +

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.

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

October 28, 2022 No Comments READ MORE +

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

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

October 28, 2022 No Comments READ MORE +

Which statement is true about EIPs?

Which statement is true about EIPs? A. EIPs are designed to implement SOA. B. EIPs are used by most ESB vendors as a common set of patterns related to integration. C. EIP is a standard for all ESBs. D. EIPs are not valid for modern integration scenarios.View AnswerAnswer: C

October 28, 2022 No Comments READ MORE +

How do you configure a REST API to handle different mediation logic with different HTTP verbs?

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

October 28, 2022 No Comments READ MORE +

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

Which statement is TRUE about error handling in the ESB profile?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...

October 27, 2022 No Comments READ MORE +