Download IBM.C9550-512.CertKiller.2018-11-13.76q.vcex

Download Exam

File Info

Exam IBM Business Process Manager v8.5.7 Application Development using Process Designer
Number C9550-512
File Name IBM.C9550-512.CertKiller.2018-11-13.76q.vcex
Size 4 MB
Posted Nov 13, 2018
Download IBM.C9550-512.CertKiller.2018-11-13.76q.vcex

How to open VCEX & EXAM Files?

Files with VCEX & EXAM extensions can be opened by ProfExam Simulator.

Purchase

Coupon: MASTEREXAM
With discount: 20%






Demo Questions

Question 1

When will the value of a variable be changed when using a post assignment in an activity within a process?


  1. Immediately after the activity runs
  2. Immediately after a variable has been assigned to a user or group
  3. Immediately after the activity has been assigned to a user or group
  4. Immediately after a coach view in the activity processes a boundary event
Correct answer: A
Explanation:
Reference: http://www.ibm.com/support/knowledgecenter/SSV2LR/com.ibm.wbpm.wle.editor.doc/topics/setting_pre_post_assignments_vars.html
Reference: http://www.ibm.com/support/knowledgecenter/SSV2LR/com.ibm.wbpm.wle.editor.doc/topics/setting_pre_post_assignments_vars.html



Question 2

The Business Action Language (BAL) Rule component provides a rule editor that allows authoring of business rules using which technology?


  1. XML or Java
  2. General system services
  3. Natural language technology
  4. JavaScript and AJAX services
Correct answer: C
Explanation:
Reference: https://www.ibm.com/support/knowledgecenter/SS964W/com.ibm.wbpm.wle.editor.doc/topics/trule_add_balrule.html
Reference: https://www.ibm.com/support/knowledgecenter/SS964W/com.ibm.wbpm.wle.editor.doc/topics/trule_add_balrule.html



Question 3

What is the purpose of an event based undercover agent (UCA) in IBM Business Process Manager?


  1. It ensures that timed events are triggering on schedule.
  2. It monitors the transfer of tracking events into the Performance Data Warehouse (PDW).
  3. It synchronizes shared business objects across one or more Business Process Definitions (BPD’s).
  4. It calls a service to handle a message event or a content event targeted for a Business Process Definition (BPD).
Correct answer: D
Explanation:
Reference: http://www.ibm.com/support/knowledgecenter/SSV2LR/com.ibm.wbpm.wle.editor.doc/topics/using_undercover_agents.html
Reference: http://www.ibm.com/support/knowledgecenter/SSV2LR/com.ibm.wbpm.wle.editor.doc/topics/using_undercover_agents.html



Question 4

Why would a developer use JavaScript in business process definitions?


  1. It’s a way to declare variables to be used.
  2. This is the only way to define business objects.
  3. To create exposed process values for specific users.
  4. To implement customized behavior in the process model.
Correct answer: A
Explanation:
Reference: http://www.ibm.com/support/knowledgecenter/SSV2LR/com.ibm.wbpm.wle.editor.doc/topics/tdev_jsapi_javascriptapi.html
Reference: http://www.ibm.com/support/knowledgecenter/SSV2LR/com.ibm.wbpm.wle.editor.doc/topics/tdev_jsapi_javascriptapi.html



Question 5

When building an Ajax service, which statement is true regarding automatically synchronizing shared business objects?


  1. The settings are configurable.
  2. The settings are always disabled.
  3. The settings are set using a server script.
  4. The settings are only available to administrators.
Correct answer: B
Explanation:
Reference: https://www.ibm.com/support/knowledgecenter/en/SS964W/com.ibm.wbpm.wle.editor.doc/topics/building_ajax_service.html
Reference: https://www.ibm.com/support/knowledgecenter/en/SS964W/com.ibm.wbpm.wle.editor.doc/topics/building_ajax_service.html



Question 6

What happens when converting BPDs to processes?


  1. Subprocesses are not converted.
  2. Heritage human services and coaches are converted.
  3. Linked processes and heritage human services are not converted.
  4. References to linked processes and heritage human services need to be recreated.
Correct answer: C
Explanation:
Reference: https://www.ibm.com/support/knowledgecenter/SSFTN5_8.5.7/com.ibm.wbpm.wle.editor.doc/topics/proc_convbpd.html
Reference: https://www.ibm.com/support/knowledgecenter/SSFTN5_8.5.7/com.ibm.wbpm.wle.editor.doc/topics/proc_convbpd.html



Question 7

IBM Business Process Manager theme support is based on which open source CSS pre-complier?


  1. CASS
  2. LESS
  3. SASS
  4. PHP-LESS
Correct answer: B



Question 8

Which two statements are true regarding task assignments? Select two.


  1. To assign a team of subject matter experts, select a team for the “Experts Team” option.
  2. A Team Filter Service can be used to dynamically configure the members of the team that is assigned to the task.
  3. When Assign To is set to “Team” the team that is assigned to the swimlane in the BPD will receive the task at runtime.
  4. Tasks assigned to “Lane”, “Team” or the deprecated task assignment options can be viewed in the Team Performance dashboard.
  5. A process variable is required in the “Team Filter Service Input Mapping” to receive the dynamic team that is returned by the Team Filter Service.
Correct answer: CD



Question 9

How can a BPM developer implement the invocation of an Ajax service that has four parameters on a coach?


  1. Pass the parameter data as serialized XML using a JavaScript function call.
  2. Provide a callback function to send parameter data using a JavaScript function call.
  3. Parameter data is passed as either serialized XML or serialized JSON via REST API call.
  4. Parameter data is passed as serialized JSON either using a JavaScript function call or a REST API call.
Correct answer: B
Explanation:
Reference: http://www.ibm.com/support/knowledgecenter/SSFPJS_8.5.0/com.ibm.wbpm.wle.editor.doc/develop/topics/tajaxservice.html
Reference: http://www.ibm.com/support/knowledgecenter/SSFPJS_8.5.0/com.ibm.wbpm.wle.editor.doc/develop/topics/tajaxservice.html



Question 10

The IBM Business Process Manager REST API only allows direct invocation of which two types of services? Select two.


  1. AJAX
  2. Human
  3. Integration
  4. Web Service
  5. General system
Correct answer: AB
Explanation:
A new limitation was introduced in IBM BPM V8 that does not allow invocation of services other than human or Ajax via the REST API. Therefore, if you try to invoke an integration service via the REST web client or the Java REST API client, you will get an exception Reference: http://www.ibm.com/developerworks/websphere/library/techarticles/1202_olivieri/1202_olivieri.html
A new limitation was introduced in IBM BPM V8 that does not allow invocation of services other than human or Ajax via the REST API. Therefore, if you try to invoke an integration service via the REST web client or the Java REST API client, you will get an exception 
Reference: http://www.ibm.com/developerworks/websphere/library/techarticles/1202_olivieri/1202_olivieri.html









CONNECT US

Facebook

Twitter

PROFEXAM WITH A 20% DISCOUNT

You can buy ProfExam with a 20% discount!



HOW TO OPEN VCEX FILES

Use ProfExam Simulator to open VCEX files