IBM Business Process Manager Express or Standard Edition V8.0, BPM Application Development Sample Questions:
1. A company wants to improve the time it takes to select a vendor for an order. They have indicated that:
-each vendor works independently from one another. -if any vendor provides a price quote of less than $30, the process should move forward and close all open vendor tasks.
Review the following business process diagram (BPD) and the Output Mapping for the Multi Instance Loop activity Obtain Order Quotes.
The BPD's local object quotes is of type list of VendorQuote, which contains a property priceQuote of type Decimal. To meet the company's requirements, what does the BPM application developer need to do? Change the Obtain Order Quotes activity to use:Change the Obtain Order Quotes activity to use:
A) an Ordering of Run in Parallel with the Flow Condition Wait for All to finish (All) selected and to specify the activity as being Conditional with script tw.local.quotes[tw.local.quotes.listLength-1].priceQuote < 30
B) an Ordering of Run in Parallel, the Conditional Wait (Complex) Flow Condition, and tw.local.quotes[tw.system.step.counter].priceQuote < 30 as the Complex Flow Condition, along with enabling Cancel Remaining Instances.
C) an Ordering of Run in Parallel, the Conditional Wait (Complex) Flow Condition, and tw.local.quotes[tw.local.quotes.listLength-1].priceQuote < 30 as the Complex Flow Condition, along with enabling Cancel Remaining Instances.
D) a Simple Loop with a Loop Condition of tw.local.quotes[tw.system.step.counter].priceQuote < 30a Simple Loop with a Loop Condition of tw.local.quotes[tw.system.step.counter].priceQuote <
2. A BPM application developer is asked to include the process instance id, in the subject of an activity, so that it appears when the task is shown in a user's portal inbox. To accomplish this type of display, which one of these Javascript API calls does the BPM application developer need to include?
A) tw.system.step.id
B) tw.system.process.instanceId
C) tw.process.instanceId
D) tw.system.local.process.instanceId
3. A BPM application developer needs to interact with business process definition related REST API calls. These calls should return JavaScript objects. What is the content type that the BPM application developer needs to specify?
A) application/x-javascript
B) application/x-www-form-urlencoded
C) application/json
D) application/xml
4. A BPM application developer has created a coach view that will be used for building user interfaces for several teams in the department. Before releasing the coach view into production, the department chair has asked the developer to present at the department meeting to allow other developers to become familiar with the coach view. A portion of the view is shown below:
What statement regarding the coach view will the developer make while presenting? Users of the coach view will be able to customize:
A) specific instances of the view by setting multiple properties on the view instance.
B) the behavior of all instances of the coach view by setting the configuration options in the coach view definition.
C) the behavior of all instances of the coach view by setting the configuration options in the validate event handler.
D) specific instances of the view by setting default values for the configuration options in the load event handler.
5. Which activities occur during each playback iteration?
A) Design Solution, Build Solution, Test Solution, Deploy to Production Environment
B) Gather Requirements, Design Solution, Build Solution, Deploy to Production Environment
C) Gather Requirements, Build Solution, Test Solution, Deploy to Production Environment
D) Gather Requirements, Design Solution, Build Solution, Test Solution
Solutions:
| Question # 1 Answer: C | Question # 2 Answer: B | Question # 3 Answer: C | Question # 4 Answer: A | Question # 5 Answer: D |
We're so confident of our products that we provide no hassle product exchange.


By Tiffany

