C9550-273 IBM Business Process Manager Advanced V8.0 Integration Development

Loading demo links...

Showing 4–6 of 8 questions

Question 4

A microflow calls a long-running process using a two-way request/response synchronous operation. What can be a consequence of using this pattern?

Select an option, then click Submit answer.

  • It will be easier to implement Exception Handling in the microflow.

  • When the long-running process completes, the microflow transaction will be committed.

  • The transaction and threads used by the microflow will be tied up until the long-running process finishes.

  • Compensation logic will need to be implemented in the long-running process to ensure the delivery of the reply to the microflow.

Question 5

An integration developer needs to implement a human task in an integration solution. If reusability is a priority, then the integration developer should develop:

Select an option, then click Submit answer.

  • a collaboration task, since it can be a parent task.

  • an administration task, since it is a reusable activity.

  • a to-do task, since it has access to the process context.

  • an invocation task, since it can be attached to a process.

Question 6

An integration developer is testing a long-running process application for a customer. When the business process receives a request, it invokes several other SCA services. During integration testing, the developer finds that an unexpected failure has occurred. Which troubleshooting method gives the integration developer a detailed hierarchal view of the invocation record, including input and output data?

Select an option, then click Submit answer.

  • Put breakpoints at various places in the business process.

  • Change the log detail level to the SCA.* option in the running server.

  • Enable cross-component trace (XCT) with the Data Snapshot option.

  • Load all the other integrated SCA services in the business process to the same workspace.