testchief 000-270 exam - ibm business process manager advanced v7.5, integration

14
IBM 000-270 000-270 : IBM Business Process Manager Advanced V7.5, Integration Development 10 Q&A Version 3.0 http://www.testchief.com/000-270.htm

Upload: test-chief

Post on 24-Mar-2016

228 views

Category:

Documents


0 download

DESCRIPTION

Testchief offers IBM 000-270 questions and answers for your IBM Business Process Manager Advanced V7.5, Integration exam preparation. Download 000-270 free sample to check the quality.

TRANSCRIPT

Page 1: Testchief 000-270 Exam - IBM Business Process Manager Advanced V7.5, Integration

IBM 000-270000-270 : IBM Business Process Manager Advanced V7.5, Integration

Development

10 Q&A

Version 3.0

http://www.testchief.com/000-270.htm

Page 2: Testchief 000-270 Exam - IBM Business Process Manager Advanced V7.5, Integration

Leading the way in IT testing and certification tools, www.TestChief.com

- 2 -

Important Note, Please Read Carefully

Other TestChief productsA) Offline Testing engineUse the offline Testing engine product topractice the questions in an exam environment.

Build a foundation of knowledge which will be useful also after passing the exam.

Latest VersionWe are constantly reviewing our products. New material is added and old material isrevised. Free updates are available for 90 days after the purchase. You should check yourmember zone at TestChief and update 3-4 days before the scheduled exam date.

Here is the procedure to get the latest version:

1.Go towww.TestChief.com2.Click on Log in3.The latest versions of all purchased products are downloadable from here. Just click thelinks.For most updates,it is enough just to print the new questions at the end of the newversion, not the whole document.

FeedbackIf you spot a possible improvement then please let us know. We always interested inimproving product quality.Feedback should be send to [email protected]. You should include the following:Exam number, version, page number, question number, and your login Email.

Our experts will answer your mail promptly.

CopyrightEach iPAD file is a green exe file. if we find out that a particular iPAD Viewer file isbeing distributed by you, TestChief reserves the right to take legal action against youaccording to the International Copyright Laws.

ExplanationsThis product does not include explanations at the moment. If you are interested inproviding explanations for this exam, please contact [email protected].

Page 3: Testchief 000-270 Exam - IBM Business Process Manager Advanced V7.5, Integration

Leading the way in IT testing and certification tools, www.TestChief.com

- 3 -

www.TestChief.com Q: 1 An integration developer is testing the process shown inthe following exhibits.If the integration developer starts an instance of the ProcessA process with an inputof "HELLO", which of the following strings will the LogSnippet snippet write toSystem.out?

Page 4: Testchief 000-270 Exam - IBM Business Process Manager Advanced V7.5, Integration

Leading the way in IT testing and certification tools, www.TestChief.com

- 4 -

Page 5: Testchief 000-270 Exam - IBM Business Process Manager Advanced V7.5, Integration

Leading the way in IT testing and certification tools, www.TestChief.com

- 5 -

A. output1=ORIGINAL :: aString=ORIGINAL

B. output1=ORIGINAL :: aString=MODIFIED

C. output1=MODIFIED :: aString=ORIGINAL

D. output1=MODIFIED :: aString=MODIFIED

Answer: C

www.TestChief.com Q: 2 An integration developer has configured a BPEL businessprocess for a customer, as shown below:What behavior will the integration developer observe when executing the flow?

Page 6: Testchief 000-270 Exam - IBM Business Process Manager Advanced V7.5, Integration

Leading the way in IT testing and certification tools, www.TestChief.com

- 6 -

Page 7: Testchief 000-270 Exam - IBM Business Process Manager Advanced V7.5, Integration

Leading the way in IT testing and certification tools, www.TestChief.com

- 7 -

A. It is possible for both Snippet2 and Snippet3 to execute.

B. The execution order of the links entering Snippet2 and Snippet3 has no impact on theprocess flow.

C. The gateway leading into Snippet5 will cause an error because the navigationbehavior is not set correctly.

D. The gateway leading into Snippet4 will cause an error because the link exitingSnippet2 has no condition.

Answer: C

www.TestChief.com Q: 3 An integration developer has configured a BPEL businessprocess for a customer, as shown below:Assume that the transaction behavior of both snippets is Commit After. Whatbehavior will the integration developer observe when executing the flow? Snippet1and Snippet2 will run in:

Page 8: Testchief 000-270 Exam - IBM Business Process Manager Advanced V7.5, Integration

Leading the way in IT testing and certification tools, www.TestChief.com

- 8 -

A. separate parallel transactions.

B. separate sequential transactions.

C. a single transaction separate from the transaction running Assign2.

D. a single transaction separate from the transaction running Assign1.

Answer: B

Page 9: Testchief 000-270 Exam - IBM Business Process Manager Advanced V7.5, Integration

Leading the way in IT testing and certification tools, www.TestChief.com

- 9 -

www.TestChief.com Q: 4 An integration developer has implemented a processapplication containing coaches and human tasks. The customer wants both coachesand human tasks visible to business users in the same client application. Whichclient application should the integration developer suggest to the customer?

A. Business Space

B. IBM Process Portal

C. IBM Process Designer interface

D. Business Process Choreographer Explorer

Answer: A

www.TestChief.com Q: 5 An integration developer has decided to use a federatedlist for showing coaches and human tasks together. The customer wants somebusiness data to appear in the unified list. Which task should the integrationdeveloper perform to meet the requirement?

A. Use the predefined federation list.

B. Create a saved search and query table using a predefined naming convention.

C. Search the list of coaches and human tasks via the REST API, and join the results ina unified list.

D. Search the list of coaches and human tasks via the Human Task Manager (HTM)EJB API, and join the results in a unified list.

Answer: B

www.TestChief.com Q: 6 An integration developer needs to implement a humantask in an integration solution. If reusability is a priority, then the integrationdeveloper should develop:

Page 10: Testchief 000-270 Exam - IBM Business Process Manager Advanced V7.5, Integration

Leading the way in IT testing and certification tools, www.TestChief.com

- 10 -

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

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

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

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

Answer: A

www.TestChief.com Q: 7 An integration developer needs to ensure that instances ofa BPEL process are only started by administrative users. What does the integrationdeveloper need to do to meet this requirement?Use an:

A. administration task in the BPEL process and assign the Administrators role to thoseusers.

B. administration task in the BPEL process and assign the Potential Starters role tothose users.

C. inline invocation task in each initiating receive operation and assign the PotentialOwners role to those users.

D. inline invocation task in each initiating receive operation and assign the PotentialStarters role to those users.

Answer: D

www.TestChief.com Q: 8 An integration developer needs to choose whether toimplement 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:

Page 11: Testchief 000-270 Exam - IBM Business Process Manager Advanced V7.5, Integration

Leading the way in IT testing and certification tools, www.TestChief.com

- 11 -

A. used for authorization.

B. invoked using the Human Task Manager API.

C. attached either to the process, or to an activity in the process.

D. created by the business process, and deleted with the process.

Answer: B

www.TestChief.com Q: 9 An integration developer is implementing a query table toprovide flexibility and performance in an integration solution. Refer to the exhibit:What should the integration developer consider when implementing this solution?

Page 12: Testchief 000-270 Exam - IBM Business Process Manager Advanced V7.5, Integration

Leading the way in IT testing and certification tools, www.TestChief.com

- 12 -

A. TA (TASK) table is an attached query table.

B. MYCOMPANY.MYTASK is the primary query table.

C. Queries using this query table will return task instances even if they are notassociated with a process instance.

D. The query table definition file that is installed with the product needs to becustomized by using predefined tables in the Business ProcessChoreographer databaseschema.

E. The query table definition file that is installed with the product needs to becustomized by using predefined tables in the Business ProcessChoreographer databaseschema.

Page 13: Testchief 000-270 Exam - IBM Business Process Manager Advanced V7.5, Integration

Leading the way in IT testing and certification tools, www.TestChief.com

- 13 -

Answer: C

www.TestChief.com Q: 10 An integration developer needs to implement escalationsfor tasks that are not completed on time in an integration solution. Refer to theexhibit:What behavior can the integration developer expect when implementing thesolution?

A. Escalation2 is thrown when the task is complete.

B. Escalation2 will not be thrown if Escalation1 executes.

C. Escalation2 can be thrown only if the task has been claimed.

D. Escalation1 must be thrown for Escalation3 to be executed.

Page 14: Testchief 000-270 Exam - IBM Business Process Manager Advanced V7.5, Integration

Leading the way in IT testing and certification tools, www.TestChief.com

- 14 -

Answer: C