최신 IBM Certified Integration Developer C9550-270 무료샘플문제:
1. An integration developer needs to check which Common Event Infrastructure (CEI) events have been generated for a business process and review the information contained inside each event. Where will the integration developer find this information?
A) In the Business Process Choreographer Explorer -> Views tab -> Process Instances -> Events generated
B) In the monitoring widgets in Business Space.
C) In the Common Base Event browser application.
D) In the administrative console -> Service Integration -> Common Event Infrastructure -> Event Service
2. An integration developer needs to analyze a failed activity in an instance in Business Process Choreographer (BPC) Explorer. Exhibit 1 shows the process state for the failed activity.
Exhibit 1:
The process stopped at CreditCheckService because the target service is not available. Because it was not possible to determine the cause of failure at the time, the integration developer decided to forcefully complete the failed activity by manually entering the output data at that activity.
The integration developer clicks the CreditCheckService activity to see the menu option shown in Exhibit 2.
Exhibit 2: Which option should the integration developer select to resume and complete the failed activity?
A) Show Activity Details and restart.
B) Jump to Another Activity to go to another activity, click the next activity as a target activity, and choose Force Complete Source Activity and Jump. Enter the output data and click Force Complete and Jump to complete the activity with the data provided.
C) Jump to Another Activity to go to another activity, click the next activity as a target activity, and choose Complete Source Activity and Jump. Enter the output data and click Complete and Jump to complete the activity with the dataprovided.
D) Jump to Another Activity to go to another activity, click the next activity as a target activity, and choose Skip Source Activity and Jump.
3. An integration developer needs to implement a human task where all assigned users can work simultaneously on the task. When 50% of the users have completed the action, the human task should finish. Which task does the integration developer need to perform in IBM Integration Developer (IID)?
A) Create a human task 4-eyes principle that ensures at least half of the assigned users complete the action.
B) Select Single ownership in Potential Owners of the human task definition. Specify the conditions under which the task ends in the Completion tab.
C) Select Parallel ownership in Potential Owners of the human task definition. Specify the conditions under which the task ends in the Completion tab.
D) Create a for each loop with parallel execution containing an inline human task. A different potential owner should be used in each iteration. Use the Early Exit Criterion for finishing the loop.
4. An integrationdeveloper needs to choose whether to implement either an administration task or a to-do task in an integration solution. Which requirement will convince the integration developer to create the to-do task? Create a to-do task, if the task needs to be:
A) used for authorization.
B) invoked using the Human Task Manager API.
C) created by the business process, and deleted with the process.
D) attached either to the process, or to an activity in the process.
5. An integration developer has been given the following XML Schema Definition (XSD) to define business objects of type AType.
The integration developer is writing a Java Component and needs to obtain the value of the prop1 attribute of a business object of type AType. Assuming that the business object is stored ina variable named aTypeObj, which of the following should the integration developer use to get the desired value?
A) aTypeObj.get("+prop1")
B) aTypeObj.get("@prop1")
C) aTypeObj.get("#prop1")
D) aTypeObj.get("prop1")
질문과 대답:
질문 # 1 정답: C | 질문 # 2 정답: B | 질문 # 3 정답: C | 질문 # 4 정답: B | 질문 # 5 정답: B |