WSO2-CEID Dumps

WSO2-CEID Braindumps WSO2-CEID Real Questions WSO2-CEID Practice Test WSO2-CEID Actual Questions


WSO2


WSO2-CEID


WSO2 Certified Enterprise Integrator 6 Developer (6.5 version)


https://killexams.com/pass4sure/exam-detail/WSO2-CEID


Question: 22


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

  1. Synapse configuration level settings

  2. JVM-level settings

  3. WS02 Carbon platform level settings

  4. OS-level settings


Answer: A


Question: 23


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

  1. JavaScript for processing messages at a given message sequence.

  2. Synapse configuration language.

  3. WS02 EItooling.

  4. Java code to build the entire message processing logic.


Answer: D


Question: 24


Which statement about the Entitlement mediator is true?

  1. Entitlement mediator intercepts requests and evaluates the actions performed by the user against an extensible Access Control MarkupLanguage (XACML) policy.

  2. All of the above.

  3. When configuring the mediator, you specify which sequence to execute depending on the Entitlement mediator result.

  4. Entitlement mediator can only work with WS02 Identity Server as the PolicyDecision Point.


Answer: A


Question: 25


Select the CORRECT statement about setting parameters for class mediators.

  1. Both statement b and c are correct.

  2. It is not possible to set parameters for custom mediators.

  3. Custom mediator’s parameters should be declared as public fields in mediator code. For instance: public String foo, bar;

  4. Synapse properties can be used to pass values to mediator arguments. For instance:

<class name="org.wso2.custom.HelloClassMediator">

<property name=MfooM value="10"/>

<property name=Mbar value="5"/>

</class>


Answer: D


Question: 26


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.

  1. Use an Axis2 handler

  2. Write a custom Class mediator

  3. Use an API handler

  4. Use an Axis2 module


Answer: B


Question: 27


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

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

  2. Each ssl profile uses the same keystore and truststore.

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

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


Answer: B


Question: 28


Which statement is true about EIPs?


  1. EIPs are designed to implement SOA.


  2. EIPs are used by most ESB vendors as a common set of patterns related to integration.


  3. EIP is a standard for all ESBs.


  4. EIPs are not valid for modern integration scenarios.


Answer: C


Question: 29


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

  1. Define a resource for each API, and only allow that HTTP verb for that particular resource.

  2. Each HTTP method can be identified by the transport,and you can configure a sequence for each method at transport configuration logic.

  3. Only define the message filtering switching logic inside a sequence, and each path can handle the specific HTTP verb.

  4. Wrap a given REST API with an inbound so that youcan filter out requests based on an HTTP verb.


Answer: A


Question: 30


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

  1. The Exception mediator can be used to customize error messages that are send back to the client.

  2. It is mandatory to associate each sequence and proxy service with a fault sequence.

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

  4. A fault sequence is a collection of mediators just like any other sequence, and it can be associated with another sequence or a proxy service.


Answer: D