Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

Select the appropriate Enterprise Integration Pattern (EIP) that can be used to combine the results of individual but related messages so that they can be processes as a whole.

A.

Envelope Wrapper

B.

Process Manager

C.

Aggregator

D.

Composed Msg. Processor

Full Access
Question # 5

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.

Full Access
Question # 6

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.

Full Access
Question # 7

Which statement is FALSE about WS02 transport-level security?

A.

WS02 EI can support TLS 1, TLS 1.1, and TLS 1.2 with JDK 1.7

B.

You must enable HTTPS transport configuration in aixs2.xml in order to usetransport-level security.

C.

The HTTPS transport supports SSL tunneling.

D.

Transport-level security secures the messages in the wire.

Full Access
Question # 8

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.

Full Access
Question # 9

Why do we need to implement a custom message builder and formatter?

A.

To handle a content type that is not supported by the ESB profile.

B.

To process an incoming message structure that is not supported by existing constructs in the ESB, convert it

into the ESB profile's canonical message format, and convert the outgoing message from the canonical format to the expected message structure.

C.

To support a transport protocol not available out-of-the-box in the ESB profile.

D.

To handle a messaging structure in the ESB profile.

Full Access
Question # 10

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.

Full Access
Question # 11

Select the appropriate Enterprise Integration Pattern (EIP) that can be used to break down a large task into smaller subsets of independent steps that are chained together. This EIP is useful when integrating applications requiring a sequence of processing steps to perform a single event.

A.

. Message Channels

B.

Pipes and Filters

C.

Composed Msg. Processor

D.

Message Translator

Full Access
Question # 12

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.

Full Access