Skip to main content

C1000-015 Online Practice Questions

IBM Business Process Manager V8.6 Application Development using Process Designer

58 questions available · Page 1 of 6

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

Which JavaScript object would be used to invoke a REST call?

  1. A

    HTTPRest()

  2. B

    iBMRESTCall()

  3. C

    BPMRESTRequest()

  4. D

    ApacheRESTRequest()

Show answer and explanation

Correct answer: D

Question 2 Single choice

A developer receives the following requirement request when configuring documents and folders for an
IBM BPM process:
1. Create the ECM folder structure automatically from IBM BPM
2. Change the Root Process Folder to be managed by the ECM System

3. Create a folder structure that has some BPM managed documents and folder along with some ECM managed documents and folders

What is an appropriate response to this request?

  1. A

    All requirements are feasible.

  2. B

    Only requirement 3 is feasible.

  3. C

    Only requirement 1 is feasible.

  4. D

    Requirements 1 and 3 are feasible, but 2 is not.

Show answer and explanation

Correct answer: B

Question 3 Single choice

Which type of human service supports reusable subflows in a design?

  1. A

    Heritage human services

  2. B

    Responsive Coach human services

  3. C

    Root client-side human services

  4. D

    Nested client-side human services

Show answer and explanation

Correct answer: D

Question 4 Single choice

What is the correct approach to take for a BPM developer that wants to create a custom theme and use responsive controls in the process application?

  1. A

    Use the BPM Theme as the starting point.

  2. B

    Use the CSS definitions set by the theme of the process application.

  3. C

    Import a new theme to replace the current theme and then customize.

  4. D

    Add classes and attributes in the HTML Attributes page of the coach view layout properties.

Show answer and explanation

Correct answer: A

Question 5 Single choice

What happens when an instance migrates from one snapshot to another and there is an activity in the old snapshot that contains a token, but the activity does not exist in the new snapshot?

  1. A

    The token will be deleted

  2. B

    The token will become an Archived token

  3. C

    The token will become an Orphaned token.

  4. D

    The token will move to the next closest activity

Show answer and explanation

Correct answer: B

Question 6 Single choice

Which statement is true when exposing a BPM function as a web service to exterior systems?

  1. A

    All operations exposed in a web service are one-way operations.

  2. B

    All operations exposed in a web service are request-response operations.

  3. C

    Operations exposed in a web service can be both one-way operations or callback operations.

  4. D

    Operations exposed in a web service can be both one-way operations or request-response operations.

Show answer and explanation

Correct answer: B

Question 7 Single choice

What would be the first step for a developer asked to replicate functionality from an out-of-the-box IBM BPM Process Portal Dashboard in a new custom coach view?

  1. A

    Retrieve the Process Portal .ear file from the WAS console and inspect the file for the desired functionality.

  2. B

    Copy the existing coach views and functionality in the Process Portal process application that comes with IBM BPM.

  3. C

    Open the Process Portal Dashboard and use the browser's developer tools to inspect and recreate the desired functionality.

  4. D

    Create a new process application, add the BPM Ul toolkit dependency, and refer to the BPM Ul toolkit controls that were part of the Process Portal Dashboard.

Show answer and explanation

Correct answer: D

Question 8 Multiple choice

A developer believes there is an issue with a UCA being invoked.

What are two places the developer can look for more information?

  1. A

    SystemOut.log

  2. B

    Process Admin 'Event Manager' page a

  3. C

    Process Admin 'Installed Apps' page

  4. D

    Process Designer 'Process Details' page

  5. E

    Process Portal 'Process Instance Details' page

Show answer and explanation

Correct answers: A, D

Question 9 Single choice

A shared object is passed by reference from a process to two different services. The process and services each contain a separate copy of the business object. When the first service completes, the shared object values are automatically persisted to the data store.

Which statement is true regarding the second service?

  1. A

    When the second service starts, the shared object values are automatically loaded from the data store.

  2. B

    When the second service starts, the shared object values still refers to the copy of the business object it received from the process.

  3. C

    When the second service starts, the shared object values have to be manually loaded from the data store.

  4. D

    When the second service starts, the shared object values is passed by the process again.

Show answer and explanation

Correct answer: D

Question 10 Single choice

Why would a developer choose to include the optional parameter 'snapshotld' when invoking certain REST API methods?

  1. A

    A 'snapshotld' logs the call to the REST log.

  2. B

    A 'snapshotld' ensures the object returned includes an identifying Id.

  3. C

    A 'snapshotld' ensures the right version of the process application is invoked.

  4. D

    A 'snapshotld' caches the call so it can return a response more quickly if invoked again.

Show answer and explanation

Correct answer: A