A developer has an Output Text with control ID 'Output_Text1' above a Table in a Coach. Within the Table, there are two columns:
1.
The first column is a Text Control with control ID TextV
2.
The second column is a Button control with control ID 'Button1'
How would a developer set the value of a Text control to 'Clicked' when a Button on the same row is pressed?
A. Set the Text's 'On Change' Event configuration option to: ${Textl=}.setText('clicked') ;
B. Set the Button's 'On click' Event configuration options to: ${Text1=}.setText<'Clicked') ;
C. Set the Table's 'On custom cell' Event configuration option to: ${Text1=}.setText('Clicked');
D. Set the Text's 'On boundary event' Event configuration option to: ${Text1=).setText(fClicked');
How can process applications be enabled to create, update, or download ECM documents?
A. Use an external ECM server instead of the internal IBM BPM document store.
B. Select 'Always use this connection information' properties of the ECM server definition.
C. Use the Document List or Document Viewer coach views to create, update, or download the documents.
D. Add the 'enable-document-authorization-security-service' configuration setting to the 100Custom.xml.
Which JavaScript object would be used to invoke a REST call?
A. HTTPRest()
B. iBMRESTCall()
C. BPMRESTRequest()
D. ApacheRESTRequest()
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
Which logging command is used to print log statements to the system out logs?
A. log.wam(''info")
B. log.alert("info")
C. log.trace("info")
D. log.statement(''infon)
Which IBM BPM component is a process application deployed to for use at runtime?
A. Process Server
B. Process Portal
C. Process Designer
D. Process Admin Console
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.
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
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.
A developer is working on a client side human service that is being used as a task for a process. A Service
Flow is integrated to update the client side human service variables with latest server values in the process
instance variables.
What implementation should the developer follow to achieve this outcome?
A. In the implementation behavior of service flow, enable 'Map input data automatically'.
B. Add javascript code to update client side human service variables in pre and post execution scripts of integrated service flow.
C. In the implementation behavior of service flow, set Work with the process instance variables to 'Refresh the instance variables'.
D. In the implementation behavior of service flow, set Work with the process instance variables to 'Send variable updates to the instance'.