An integration developer is asked to implement a BPEL process which continues its execution even after invoking another SCA component, and the component
notifies the process when the response is ready.
Which invocation style must the integration developer choose to implement the requirement?
An integration developer wants to use an SCA invocation style where the client invokes a service and continues processing. At a later time, the client makes a
request to capture the response.
Which invocation style should the integration developer use to implement this logic?
An integration developer must invoke a native HTTP application over a secured transport channel and use a custom data binding to convert data from
ServiceDataObject to HTTP.
How does the integration developer achieve this?
Use a:
An integration developer needs to create a component that publishes messages to a WebSphere MQ publish-subscribe solution.
How does the integration developer accomplish this?
Use a WebSphere:
An integration developer needs to implement a business process that will read data from one source database and write data to a separate target database.
What action should the integration developer take while configuring the WebSphere Adapter for JDBC?
An integration developer needs to implement component types that could be synchronous or asynchronous based on the invocation type.
Which components could be both synchronous or asynchronous?
An application receives a batch of order records that are needed to populate a database. An order record is received that will cause an insert into the database
table. Subsequent records will update this record. It is important that the:
Insert record is processed first.
Updates are processed so that the order record has the correct information at the end of processing.
If update 1 changes the quantity from 5 to 20.
If update 2 changes the quantity from 20 to 11.
If update 2 is processed before update 1, the order quantity will no longer be correct.
Which of the following quality of service (QoS) qualifiers should the integration developer use?
The integration developer needs to enable the Common Event Infrastructure (CEI) on a business process, such that the CEI events are generated only when the
business process has completed successfully.
Which of the following transaction behavior must the integration developer choose to set on the business process activity?
Set a transmission mode of:
Service A is available to implement a well encapsulated function that is required in the development of a business process. Service A is available only over an SSL
transport and the business process can only invoke it using a JMS transport layer.
What type of component should the integration developer use to integrate service A to the business process?
Because of a client's physical topology, an integration service needs to be deployed to Enterprise Service Bus. An integration developer has created a mediation
module for implementing the service integration.
Which items can the integration developer use inside of this mediation module to implement the logic?