최신 IBM Certified Integration Developer A2180-270 무료샘플문제:
1. Which of the following is a characteristic of stand-alone human tasks? Stand-alone human tasks can:
A) be implemented directly in a business process.
B) define authorization rights on specific business process activities.
C) implement a human interaction as a Service Component Architecture (SCA) component.
D) be administration tasks.
2. An integration developer has configured a BPEL business process for a customer, as shown below:
Assume that max is greater than min. What should the integration developer take into account when implementing this for each loop?
A) It is possible to exit the loop before Index is equal to max.
B) The values of min and max cannot be changed once the for each activity begins.
C) If the scope inside of the for each activity is set to isolated, then the activities will run sequentially.
D) There must be an array associatedwith the for each loop.
3. An integration developer has configured a business state machine, as shown below:
What behavior will the integration developer observe when executing the flow?
A) If Condition1 and Condition2 are both false, then operation2 will be called by the business state machine.
B) If Condition3 is false, then Exit1 will execute after Timeout2 expires.
C) If Condition1 and Condition2 are both true, then aruntime exception will be thrown.
D) If Condition1 is false, then Timeout1 will not be evaluated.
4. An integration developer has configured a BPEL business process for a customer, as shown below:
What should the integrationdeveloper consider when implementing this flow?
A) If Snippet1 is invoked in an instance of the process, that instance will not receive messages sent to the Service2 interface.
B) It is possible for Snippet1 and Snippet2 to run concurrently in the same instance of the process.
C) A Timeout element must be added to the ReceiveChoice activity.
D) An Otherwise element must be added to the Choice activity.
5. An integration developer has implemented the mediation flow shown in the exhibit,
where ServiceInvoke1 calls the asynchronous service. What behavior will the integration developer observe when the flow order primitive is executed? MessageFilter1 isfired:
A) immediately after ServiceInvoke1 is invoked.
B) only if FlowOrder1 throws an exception.
C) in parallel with CustomMediation2 and XSLTransformation1.
D) only after ServiceInvoke1 completes execution.
질문과 대답:
질문 # 1 정답: C | 질문 # 2 정답: C | 질문 # 3 정답: B | 질문 # 4 정답: A | 질문 # 5 정답: A |