최신 IBM Certified BPM Application Developer C9550-276 무료샘플문제:
1. Which statement correctly describes a type of service available in Business Process Manager V8.0?
A) An Integration service is the only type of service that can contain a Java or Web Service integration component.
B) General System services are used to build custom functionality into the BPD for any non-supported service types.
C) In addition to implementing business rules, Decision services are used for manipulating variable data.
D) An Ajax service can be used to generate tasks in the IBM Process Portal user interface.
2. 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, 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.
B) 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
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 <
3. An engineering company has requested a process to handle its engineering reviews. The company breaks up its engineering reviews in the following ways:
-Complex engineering efforts are handled by the Senior Engineers participant group (PG) -Moderate engineering efforts are handled by the Associate Engineers PG ?Simple engineering
efforts are handled by the Apprentice Engineers PG
-All other engineering efforts are handled by the All Engineers PG
Review the business process diagram (BPD) below and the specified behavior of the Engineers Swimlane.
The Review Engineering Effort activity's assignment is based on a routing policy. The routing policy is dictated by the value of the BPD's local variable engineeringEffort.
Which one of the following routing conditions for the Review Engineering Effort activity will satisfy the company's request?
IBM 000-276 Exam
A) Exhibit B
B) Exhibit A
C) Exhibit D
D) Exhibit C
4. A BPM application developer has been asked to provide guidance with the creation of a single coach for a financial company. This coach must: ?allow a business user to specify a stock symbol only once. ?provide the current value of the specified stock symbol. ?provide the current day's trending data of the specified stock symbol. ?provide the current week's trending data of the specified stock symbol. What guidance should the BPM application developer provide?
A) Within a human service, create a coach that includes a coach view for each of the company's requirements and use the stock symbol's coach view to build the user experience based on its configured boundary event.
B) Within a coach, use a custom coach view that is comprised of a number of different stock coach views and use JavaScript within the custom coach view's event handlers to build the user experience based on a specified stock symbol.
C) Within a human service, create a coach that prompts for a stock symbol and then pass the specified stock symbol to another coach that will display the stock's information.
D) Create a coach based on a template that uses a number of different stock coach views and use JavaScript within a Custom HTML component to build the user experience based on a specified stock symbol.
5. There is a requirement for a business process diagram to have two subsequent activities routed to the same user. During a demonstration, a business user notices that upon completing the first task they must return to their inbox to start the next task. The business user would prefer to have the second task automatically appear upon completion of the first task and asks the BPM application developer what options are available. How should the BPM application developer respond? This can be configured by:
A) changing the second activity's routing to "Last User in Lane".
B) making a change to the 100Custom.xml file.
C) changing the implementation of the activity and selecting the "Automatically flow to next task" check box.
D) changing the first activity's routing to "Last User in Lane".
질문과 대답:
질문 # 1 정답: A | 질문 # 2 정답: C | 질문 # 3 정답: A | 질문 # 4 정답: A | 질문 # 5 정답: C |