Exam4Training

IBM C1000-015 IBM Business Process Manager V8.6 Application Development using Process Designer Online Training

Question #1

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

  • A . Heritage human services
  • B . Responsive Coach human services
  • C . Root client-side human services
  • D . Nested client-side human services

Reveal Solution Hide Solution

Correct Answer: D
Question #2

What is the definition of the ‘’item’’ type shown in the diagram below?

  • A . It must be completed by process participants
  • B . It uses JavaScript to access and manipulate data
  • C . It must be completed by an automated system or service
  • D . It uses JavaScript APIs to evaluate a condition in a business rule

Reveal Solution Hide Solution

Correct Answer: D
Question #3

How can a developer improve the load times and performance of a table built with BPM Ul controls?

  • A . Place the table in a Modal Section.
  • B . Place the table in a Response Sensor layout.
  • C . Change the columns’ "renderAs" setting to ‘Simple HTML’ wherever feasible.
  • D . Replace the implementation to use a repeating layout instead of a table implementation.

Reveal Solution Hide Solution

Correct Answer: A
Question #4

To change the state of an offline Process Server to online, a developer needs to set the heartBeatInterval to what value?

  • A . equal to zero
  • B . leave it empty
  • C . less than zero
  • D . greater than zero

Reveal Solution Hide Solution

Correct Answer: C
Question #5

What is a valid logging command to print log statements to the client-side browser?

  • A . print.log(‘’info")
  • B . debug.log("info’’)
  • C . client.log(‘’infon’’)
  • D . console.log(‘’info")

Reveal Solution Hide Solution

Correct Answer: D
Question #6

A customer has a business requirement to completely separate connectivity between production environments from development and test environments.

How should a developer deploy a new process application to a properly configured production Process Server?

  • A . Use ‘BPMConfig’ to remote deploy
  • B . Use offline deployment to the Process Server
  • C . FTP the process .ear file and install using the wasadmin console in production
  • D . Export the .twx file from the Process Center console and import into the Process Server

Reveal Solution Hide Solution

Correct Answer: C
Question #7

The Web API provides operations that enable client applications to achieve which functionality?

  • A . Query Coaches
  • B . Search personal data
  • C . Manage internal activities
  • D . Query process instances and tasks

Reveal Solution Hide Solution

Correct Answer: C
Question #8

Which statement is true about working with system data toolkits?

  • A . The system data toolkit includes many predefined variable types.
  • B . Administrative access is required to edit the library items in a system data toolkit.
  • C . When a new process application is created, the system data toolkit needs to be added as a dependency.
  • D . Adding a dependency on the system data toolkit allows the creation of custom, localized dashboards with the reusable interface elements.

Reveal Solution Hide Solution

Correct Answer: C
Question #9

For data mapping in nested client-side human services, what type of objects are passed by reference?

  • A . All object types
  • B . String type object
  • C . Boolean type object
  • D . Complex business objects

Reveal Solution Hide Solution

Correct Answer: D
Question #10

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

  • A . A ‘snapshotld’ logs the call to the REST log.
  • B . A ‘snapshotld’ ensures the object returned includes an identifying Id.
  • C . A ‘snapshotld’ ensures the right version of the process application is invoked.
  • D . A ‘snapshotld’ caches the call so it can return a response more quickly if invoked again.

Reveal Solution Hide Solution

Correct Answer: A

Question #11

Which gateway can be used for a service flow where more than one path can be followed for a specific process instance?

  • A . Event Gateway
  • B . Parallel Gateway
  • C . Exclusive Gateway
  • D . Decision Task Gateway

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation: https://www.visual-paradigm.com/guide/bpmn/bpmn-gateway-types/

Question #12

In IBM BPM, what needs to be done to use an external service in a Service Flow?

  • A . Use a Modify Task activity type to invoke an operation of the external service
  • B . Use a Service Task activity type to invoke an operation of the external service
  • C . Use a Decision activity type to invoke the rules of an external service
  • D . Use a Content Integration Task activity type to invoke an operation of the external service

Reveal Solution Hide Solution

Correct Answer: C
Question #13

Which statement describes using a Service Call control from the BPM Ul toolkit to invoke a service flow?

  • A . It is used to invoke a service without having to use boundary events and has an input and output variable with on load, on invoked, on result, on error events. It can be placed in client side human service coach page or inside coach view.
  • B . A Service flow which has an input and output variable and a service task activity inside it calling an implementation service.
  • C . It is used to invoke a service that returns the data displayed in the table, never bound to variable, with on load, on service data loaded, on service data error events. It can be placed in client side human service coach page or inside coach view.
  • D . It is coupled with the human service in which it is used. It is created in the library area where User Interface library items are stored.

Reveal Solution Hide Solution

Correct Answer: B
Question #14

A loan application process has several activities. A developer noticed a Service Flow activity in that process is taking a long time to complete. That particular Service Flow implementation has a Linked Service Flow activity and few other activities in it.

What can the developer do to improve the performance of the Service Flow?

  • A . Enable caching of results for the top level Service Flow.
  • B . Attach a timer boundary event to the top level Service Flow.
  • C . Add tracking events before and after the top level Service Flow.
  • D . Assign pre-execution and post-execution scripts for the top level Service Flow.

Reveal Solution Hide Solution

Correct Answer: A
Question #15

What will happen when sequence flows evaluate to false in an inclusive gateway?

  • A . The instance will never complete.
  • B . The default sequence flow will be followed.
  • C . A failed event will be created for the process instance.
  • D . The gateway will wait for one of the sequence flows to become true.

Reveal Solution Hide Solution

Correct Answer: B
Exit mobile version