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 Dec 30,2024.
- Exam Code: Enterprise Integrator 6 Developer
- Exam Name: WSO2 Certified Enterprise Integrator 6 Developer (6.5 version)
- Certification Provider: WSO2
- Latest update: Dec 30,2024
Select theINCORRECT statement regarding ESB connectors.
- A . Integration is much faster than using sequences and proxy services.
- B . Connectors cannot be directly added and removed to the runtime, so after deploying them you have to restart the servers.
- C . No extensiveknowledge of the source system is required to use ESB connectors.
- D . 150+ connectors are available, and WS02 is continuously adding more to the connector collection.
Which statement is FALSE about inbound endpoints?
- A . Inbound endpoints are useful when you have to configure the message sourcesdynamically.
- B . Inbound endpoints can be clustered.
- C . HTTP inbound endpoints can use existing default port 8280.
- D . They always run based on the underlying task execution framework.
What is the most appropriate scenario for using a class mediator over a Script mediator?
- A . For debugging purposes, you want to introduce some latency in the message flow.
- B . You want to change just a single element in the XML payload without changing other elements.
- C . For testing purposes, you want to record the elapsed time between calling a backend service and receiving the responseby the proxy service.
- D . You want to develop a logging mediator that sends logging data to an external database such as MySQL.
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.
Which of the following EIP patterns does NOT alter the message content?
- A . Wire-Tap
- B . Message Translator
- C . Content-Enricher
- D . Splitter
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
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 result.
- D . Entitlement mediator can only work with WS02 Identity Server as the PolicyDecision Point.
Identify the INCORRECT statement regarding the <cacheld> in the <remoteInstance> configuration section of the <EI_HOME>/conf/registry.xml file.
<remoteInstanceurl="https://localhost:9443/registryn>
<id>instaceid</id>
<dbConfig>sha red registry </dbConfig>
< readonly >true</readOnly> <enableCache>true</enableCache> <registryRoot>/</registryRoot> <cacheldx/cacheld> </remoteInstance>
- A . This cachelD is used to identify the cache it should look for when caching is enabled.
- B . <cacheId> is the same as the JDBC connection URL of the registry database.
- C . You can use any arbitrary name for the <cacheld> configuration element.
- D . Both statement b and c are incorrect.
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
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.