28
https://www.gratisexam.com/ C9550-512.exam.50q Number : C9550-512 Passing Score : 800 Time Limit : 120 min https://www.gratisexam.com/ C9550-512 IBM Business Process Manager v.8.5.7 Application Development using process Designer

IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

C9550-512.exam.50q

Number: C9550-512Passing Score: 800Time Limit: 120 min

https://www.gratisexam.com/

C9550-512

IBM Business Process Manager v.8.5.7 Application Development using process Designer

Page 2: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

Exam A

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

https://www.gratisexam.com/

A. The settings are configurable.

B. The settings are always disabled.

C. The settings are set using a server script.

D. The settings are only available to administrators.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:Reference: https://www.ibm.com/support/knowledgecenter/en/SS964W/com.ibm.wbpm.wle.editor.doc/topics/building_ajax_service.html

QUESTION 2What happens when converting BPDs to processes?

A. Subprocesses are not converted.

B. Heritage human services and coaches are converted.

C. Linked processes and heritage human services are not converted.

D. References to linked processes and heritage human services need to be recreated.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:Reference: https://www.ibm.com/support/knowledgecenter/SSFTN5_8.5.7/com.ibm.wbpm.wle.editor.doc/topics/proc_convbpd.html

QUESTION 3

Page 3: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

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

A. CASS

B. LESS

C. SASS

D. PHP-LESS

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

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

A. Pass the parameter data as serialized XML using a JavaScript function call.

B. Provide a callback function to send parameter data using a JavaScript function call.

C. Parameter data is passed as either serialized XML or serialized JSON via REST API call.

D. Parameter data is passed as serialized JSON either using a JavaScript function call or a REST API call.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:Reference: http://www.ibm.com/support/knowledgecenter/SSFPJS_8.5.0/com.ibm.wbpm.wle.editor.doc/develop/topics/tajaxservice.html

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

A. AJAX

B. Human

C. Integration

D. Web Service

E. General system

Page 4: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

Correct Answer: ABSection: (none)Explanation

Explanation/Reference: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 invokean integration service via the REST web client or the Java REST API client, you will get an exceptionReference: http://www.ibm.com/developerworks/websphere/library/techarticles/1202_olivieri/1202_olivieri.html

QUESTION 6When defining a configuration option for a coach view, what does the “Group Name” option allow you to do?

A. Map a list of business objects to the option.

B. Group all the configuration options in one collapsible section.

C. Apply a tag that can be searched using the Smart Folders feature.

D. Define a list object to hold all the configuration options with the same group name.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:Reference: http://www.ibm.com/support/knowledgecenter/SSFPJS_8.5.5/com.ibm.wbpm.wle.editor.doc/topics/c_config_options.html

QUESTION 7Which playback phase focuses on defining user interfaces?

A. Playback 0

B. Playback 1

C. Playback 2

D. Playback 3

Correct Answer: BSection: (none)Explanation

Explanation/Reference:Reference: https://books.google.com.pk/books?id=3q_EAgAAQBAJ&pg=PA173&lpg=PA173&dq=IBm+playback+phase+focuses+on+defining+user

Page 5: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

+interfaces&source=bl&ots=5q1IWAvLUX&sig=zXkqWIIO-GcA4iSg5bTlCb0eIno&hl=en&sa=X&redir_esc=y#v=onepage&q=IBm%20playback%20phase%20focuses%20on%20defining%20user%20interfaces&f=false

QUESTION 8Which statement is true regarding an Event subprocess?

A. It is reusable across Processes.

B. It will be invoked at least once when the parent process terminates.

C. It processes Intermediate Message Events modeled in the parent Process.

D. It must contain a single start event, which can be one of either Timer, Message, or Error.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Reference: http://www.ibm.com/support/knowledgecenter/SSV2LR/com.ibm.wbpm.wle.editor.doc/topics/modelingeventsubprocesses.html

QUESTION 9Which statement is true regarding the following method?TWProcessInstance.getRelatedProcesses (checkAuthorization, statusFilter)

https://www.gratisexam.com/

A. The method returns a list of ProcessInstanceID objects.

B. The method returns a list of dependent process instances.

C. One of the valid values of StatusFilter is “Did not Start”.

D. The method returns a list of process instances that the current instance depends on.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Reference: https://www.ibm.com/support/knowledgecenter/SSFTBX_8.5.7/com.ibm.wbpm.wle.editor.doc/topics/tqueryrelationship.html

Page 6: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

QUESTION 10A developer needs to get data on in-flight instances for a process running on IBM Business Process Manager. Which database/schema contains the in-flightinstance data?

A. CMNDB

B. PDWDB

C. BPEDB

D. OBSRVDB

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 11When an instance is migrated that includes a Human Service or Coach task that is actively running, what happens to the task?

A. If active tasks are currently running, it cannot be upgraded.

B. The user interface prompts the user to get newest version.

C. The user interface gets updated for that active task to the newest version.

D. The user interface from the old version is still displayed. Refreshing or clicking Next has no effect.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 12Which statement is true about an unstructured process?

A. Unstructured processes can include optional ad hoc activities.

B. Unstructured processes must include optional ad hoc activities.

C. An unstructured process has ad hoc activities that are wired.

D. The order in which ad hoc activities are completed is predetermined.

Page 7: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Reference: http://www.ibm.com/support/knowledgecenter/SSFTDH_8.5.7/com.ibm.wbpm.wle.editor.doc/topics/ad_hoc_activity.html

QUESTION 13When is it acceptable for any participant groups, process owners and other process stakeholders to be an optional attendee of a playback.

A. When the final playback is held.

B. When additional IT resources need to be included in the playback.

C. When a focused playback is held to provide a deep-dive on a single activity.

D. When the participants have a satisfactory understanding of what will be covered.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:Reference: http://soapower.com/IBMBPM/Whitepapers/IBM-BPM-BP-BestPractices-RapidAgileIterative-Playback-Methodology.pdf (page 5)

QUESTION 14When debugging a process, five categories of information are presented in the Web Process Designer.

Page 8: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

What is the purpose of the Message events tab?

A. To see message events such as exceptions.

B. To view log/trace information generated during process execution.

C. To view emails and other notifications sent during process execution.

D. To chat/collaborate with other developers logged into Process Center.

Correct Answer: ASection: (none)Explanation

Page 9: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

Explanation/Reference:

QUESTION 15What utility exists for debugging a Decision Service?

A. The Optimization utility

B. The Decision Service rule editor

C. The test utilities in Blueworks Live

D. The Inspector perspective and the debugging feature in Process Designer

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Reference: http://www.ibm.com/support/knowledgecenter/SSFTBX_8.5.7/com.ibm.wbpm.wle.editor.doc/topics/trule_build_ruleset.html

QUESTION 16What is the purpose of the service shown in the image below?

A. To access a case in IBM Case Manager.

B. To call a Web Service that creates a new folder on a shared network drive.

C. To retrieve a document from an Enterprise Content Management (ECM) system.

D. To write a text file to a folder on the IBM Business Process Manager server.

Correct Answer: A

Page 10: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

Section: (none)Explanation

Explanation/Reference:

QUESTION 17Which statement is true regarding Process Federation Server?

A. Process Federation Server does not support elasticsearch.

B. In federated environments, Process Portal supports only BPD tasks and processes.

C. File-based user registries are not supported for development and test environments.

D. To help ensure that your environments is configured correctly, the validation tool that is provided with Process Federation Server should be used.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Reference: http://www.ibm.com/support/knowledgecenter/SSFTDH_8.5.7/com.ibm.wbpm.main.doc/topics/tsec_fps_validation.html

QUESTION 18A process has failed. Several administrative actions can be taken using the Process Inspector in the Process Admin Console. Which of the following actions aresupported?

A. Only export error details

B. Edit data values at predecessor steps

C. Search for failed processes, edit data values at predecessor steps and examine data values at the point of failure

D. Export error details, search for failed processes and examine data values at the point of failure.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 19Which statement is true about an ad hoc activity?

Page 11: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

https://www.gratisexam.com/

A. The activity has input wires.

B. The activity must always be required.

C. The activity is started according to predefined preconditions.

D. The activity has input and output wires to all other activities on the palette.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:Reference: https://www.ibm.com/support/knowledgecenter/en/SSTLXK_8.5.5/com.ibm.wbpm.wle.editor.doc/topics/ad_hoc_activity.html

QUESTION 20Which image is a default sequence flow?

Page 12: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

A. Option A

B. Option B

C. Option C

D. Option D

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Reference: http://www.ibm.com/support/knowledgecenter/SSTLXK_8.5.0/com.ibm.wbpm.main.doc/tutorial/topics/adding_sequence_flow.html

QUESTION 21Which toolkit dependency is required for all Process applications?

A. Database toolkit

B. Dashboard toolkit

C. System Data toolkit

D. System Content Management toolkit

Page 13: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

Correct Answer: CSection: (none)Explanation

Explanation/Reference:Reference: http://www.ibm.com/support/knowledgecenter/SSFTDH_8.5.7/com.ibm.wbpm.wle.editor.doc/topics/ccf_conversion.html

QUESTION 22The predefined coach view includes which event handlers?

A. Start, update, validate and end

B. Load, update, validate and unload

C. Load, unload, view, change, and validate.

D. Load, unload, start, update and validate.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Reference: http://www.ibm.com/support/knowledgecenter/SSFTBX_8.5.5/com.ibm.wbpm.wle.editor.doc/topics/ceventhandlers.html

QUESTION 23There are two system tasks that have to be executed sequentially in a Process. In order to improve process performance, which pattern is a good solution?

A. To have two sequential system tasks in the system lane.

B. Combine the two system tasks into a single system task.

C. To have the first task in the system lane and the second in other lane.

D. To have the first task in the system lane followed by a Human task and later the second system task in the system lane.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 24Which IBM Business Process Manager edition is a developer using if they do a Typical installation to create a stand-alone profile that uses IBM Process Designer?

Page 14: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

A. Express

B. Standard

C. Advanced

D. Standard or Advanced

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Reference: http://www.ibm.com/developerworks/bpm/bpmjournal/1406_pacholski/1406_pacholski.html

QUESTION 25When Developing an Integration Service in Process Designer, a Java class that contains several methods must be used by the Integration Service. Whenconfiguring the Java Integration step, the class and its methods are unable to be referenced as seen in the image below. What must be done so that the class andits methods will be available in the Process Designer?

Page 15: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

Page 16: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

A. The Java class needs to be added to the integration. jar JAR file on the Process Center server.

B. The JAR file containing the class needs to be added to the CLASSPATH on the Process Center server.

C. The JAR file containing the class needs to be added into the process app or a referenced toolkit as a Web file.

D. The JAR file containing the class needs to be added into the process app or referenced toolkit as a Server file.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 26What is included in a fully structured process model?

A. Some ad hoc activities.

B. All unordered activities.

C. All ordered sequence of activities.

D. An ordered sequence of activities and ad hoc activities.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Reference: https://www.ibm.com/support/knowledgecenter/en/SSFPJS_8.5.7/com.ibm.wbpm.wle.editor.doc/topics/tcasecrtcaseprocess.html

QUESTION 27Why are locally managed folders typically used in IBM Business Process Manager?

A. To reference a folder locally from an external ECM system.

B. To reference a document locally from an external ECM system.

C. To group documents and folders to back-up external ECM system or systems.

D. To group documents and folders into a meaningful structure to the process.

Correct Answer: BSection: (none)

Page 17: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

Explanation

Explanation/Reference:Reference: https://www.ibm.com/support/knowledgecenter/en/SSFPJS_8.5.7/com.ibm.wbpm.wle.editor.doc/topics/rlocaldocs.html

QUESTION 28What is one drawback of using excessive custom JavaScript in the code?

A. JavaScript is not object oriented.

B. JavaScript does not include garbage collection.

C. Infinite JavaScript loops that occur in JavaScript code cannot be detected by IBM Business Process Manager applications.

D. Large server side JavaScript is interpreted on the server and therefore is slower to process than other compiled code such as Java.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Reference: https://developer.ibm.com/bpm/docs/best-practices-recommendations/performance/good-practice-avoid-excessive-use-server-side-javascript/

QUESTION 29When the Open Instance Details UI button is clicked, where are the process instance details shown?

Page 18: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

A. In the Process Portal

B. In a stand-alone browser dashboard

C. In the Inspector view of Process Portal

https://www.gratisexam.com/

D. In the Inspector view of the Process Admin Console

Correct Answer: C

Page 19: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

Section: (none)Explanation

Explanation/Reference:Reference: https://www.ibm.com/support/knowledgecenter/SS8JB4_18.0.0/com.ibm.wbpm.wle.editor.doc/topics/tcaseadduserinterface.html

QUESTION 30The diagram below displays an IBM Business Process Manager (BPM) Standard environment that enables task workers to access all their work from a singleProcess Portal. Which statement is true?

A. This configuration works for both BPMN and BPEL tasks.

B. This configuration does not work when there are multiple BPM cells.

C. This configuration does not work when there are multiple BPM releases.

Page 20: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

D. This configuration works when the Process Portal notifications are enabled.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 31Which status is available by default for Toolkit snapshots?

A. Expired

B. Released

C. Approved

D. Validated

Correct Answer: BSection: (none)Explanation

Explanation/Reference:Reference: https://www.ibm.com/support/knowledgecenter/en/SSFPJS_8.6.0/com.ibm.wbpm.admin.doc/topics/managing_snapshots_create_comp_status.html

QUESTION 32What is the purpose of pre and post assignments for variables?

A. To assign a value to a variable while an activity or event runs.

B. To remove a value from a variable while an activity or event runs in a re-work loop.

C. To assign a value to a variable immediately before or after an activity or event runs.

D. To remove a value from a variable immediately before or after an activity or event runs.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:Reference: https://www.ibm.com/support/knowledgecenter/es/SSFTN5_8.0.1/com.ibm.wbpm.bpc.doc/modeling/topic/setting_pre_post_assignments_vars.html

Page 21: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

QUESTION 33Which two statements are true regarding process instance relationships? (Choose two.)

A. They can be created only between Processes.

B. BPDs can only have independent relationships, but Processes can have independent or dependent relationships.

C. They can be created using JavaScript API or REST API

D. They can be created between cases, between BPDs, and between a case and a BPD.

E. They can be created by a BPM administrator used in Process Admin Console.

Correct Answer: CDSection: (none)Explanation

Explanation/Reference:Reference: https://www.ibm.com/support/knowledgecenter/SSFTN5_8.5.7/com.ibm.wbpm.wle.editor.doc/topics/relatedprocesses.html

QUESTION 34Which of the following is a valid Toolkit export format?

A. Tap Archive (.tar)

B. Java Archive (.jar)

C. BPM 8.5 export (.bpm)

D. BPMN 2.0 export (.zip)

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Reference: https://www.ibm.com/support/knowledgecenter/SSFTBX_8.5.7/com.ibm.wbpm.admin.doc/topics/importing_bpmn_processes.html

QUESTION 35If a REST API GET request exceeds the supported URI length restriction, what would be a workaround?

A. Add/long/after/rest/in the URI.

B. Exchange a PUT operation for the GET operation.

C. Tunnel a GET request through an equivalent POST operation.

D. Replace any escaped characters in the URI with their decoded string values.

Page 22: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

Correct Answer: CSection: (none)Explanation

Explanation/Reference:Reference: https://www.ibm.com/support/knowledgecenter/SSFPJS_8.6.0/com.ibm.wbpm.main.doc/topics/rdev_restapis_httpmethods.html

QUESTION 36Before business users in IBM Process Portal can search for business data across process instances or within task lists, what must be done?

A. An alias must be defined for the variable types.

B. Saved searches must be created in Process Portal.

C. Create exposed process variables for each business data object.

D. Each variable must be configured in the Process designer to be visible in Process Portal.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Reference: https://www.ibm.com/support/knowledgecenter/SS8JB4_18.0.0/com.ibm.wbpm.wle.editor.doc/topics/making_vars_avail_search.html

QUESTION 37Which role should be included in every project playback?

A. Executive Sponsor

B. Business Stakeholder

C. BPM Architect

D. Database Administrator

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 38

Page 23: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

When tracking variables, how can complex types be mapped in the Performance Data Warehouse?

A. As array objects

B. As string objects

C. As complex types directly

D. Their fields must be mapped individually

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 39A process designer uses an on-premises installation of IBM Business Process Manager Advanced. The developer’s boss instructs the developer to sign up for a30-day trial for IBM Business Process Manager on Cloud and create a report detailing the differences between the cloud product and their existing environment.Which of the following would be part of the report?

A. Unlimited developer accounts are not available.

B. Industry accelerator packages on the cloud product cannot be used.

C. There is no way to export existing process applications to the cloud.

D. The cloud offering only has development, test and production environments.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 40A developer is creating a coach that supports multiple languages. Where are the strings that are used for labels and hover help text stored?

A. Language bundle

B. Environment variable

C. Translation resource bundle

D. Localization resource bundle

Page 24: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Reference: https://www.ibm.com/support/knowledgecenter/en/SSFTBX_8.5.7/com.ibm.wbpm.admin.doc/topics/tadm_resportal_custom_labels.html

QUESTION 41There is a Process with three activities and a business object that has 100 fields. The activities only need a subnet of three of those fields. To maximizeperformance, how should a developer bind process variables into the different activities?

A. Bind the Business Object as input and output of all the activities.

B. The developer must not bind the Business Object or its field to any activities.

C. Bind the Business Object as input of all the activities and bind only its fields updated each activity as their outputs.

D. Bind only Business Object fields needed by each activity as inputs and bind only Business Object fields updated by each activity as their outputs.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 42Which statement allows for returning an exception within an integration service?

A. Raise

B. Alert

C. Throw

D. Catch

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 43

Page 25: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

When adding a decision service to a process, which approach is supported?

A. Adding a Decision Table component to a decision service

B. Adding a Business Process Definition to a decision service

C. Adding an Integration Service component to a decision service

D. Adding an Implementation Service component to a decision service.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:Reference: https://www.ibm.com/support/knowledgecenter/en/SS8JB4_18.0.0/com.ibm.wbpm.wle.editor.doc/topics/crule_ruleserv_ovw.html

QUESTION 44Which statement is true about an Intermediate Event when implemented as an Intermediate Message Event?

A. It must always use the “Default BPD Event” undercover agent (UCA).

B. The sender and receiver of the message must both use the same undercover agent (UCA).

C. Undercover agents used for the Intermediate Message Event must have a Schedule Type of Time Elapsed.

D. Correlating the event that was received with the Intermediate Message Event is always done via the correlationKey (String) variable in the Data Mapping section.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 45In the Performance Data Warehouse database, which implicit tracking group view tracks a value whenever an activity with an attached SLA completes?

A. SLACOMPLETESTATUS

B. TRACKEDFIELDS

C. TRACKINGPOINTVALUE

D. SLATHRESHOLDTRAVERSALS

Correct Answer: D

Page 26: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

Section: (none)Explanation

Explanation/Reference:Reference: https://www.ibm.com/support/knowledgecenter/en/SS8JB4_18.0.0/com.ibm.wbpm.ref.doc/topics/pd_gen_slathresholdtraversalsview.html

QUESTION 46What do web service faults help resolve?

A. Handle exceptions in web services at run time.

B. Provide isolation cases for resolving problems with the web services.

C. Determine the level of service invocations that get executed by the web service.

D. Help developers identify errors during the business process definition playback.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:Reference: https://www.ibm.com/support/knowledgecenter/SS8JB4_18.0.0/com.ibm.wbpm.wle.editor.doc/topics/r_web_service_faults.html

QUESTION 47Which statement is true regarding a General system service?

A. A General system service can use a Web Service integration, but not a direct Java integration.

B. A General system service can be developed in both the desktop Process Designer and the web Process Designer.

C. A General system service cannot generate HTML for a coach, a client-side human service is required for that.

D. A General system service can be called from any other type of service and a General system service can call other nested services.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Reference: https://www.ibm.com/support/knowledgecenter/en/SSFTDH_8.5.7/com.ibm.wbpm.wle.editor.doc/topics/understanding_service_types.html

QUESTION 48Which two steps are required to setup a team? (Select two.)

Page 27: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

A. Create a Team Filter Service.

B. Select another team as the manager’s team.

C. Create a new Team object and give it a name.

D. Select users or groups from the user registry or select a Team Retrieval Service.

E. Fill in all the fields under “Simulation Properties” to capture availability and efficiency of the team.

Correct Answer: AESection: (none)Explanation

Explanation/Reference:Reference: https://www.ibm.com/support/knowledgecenter/SSFTDH_8.5.0/com.ibm.wbpm.wle.editor.doc/modeling/topic/creating_participant_group.html

QUESTION 49Why are playbacks simultaneously delivered to business and IT stakeholders?

A. End-user training

B. Budget reviews and funding

C. Generate non-functional requirements

D. Discussion, consensus-building and approval

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 50What is the name of the artifact that combines the function of a business process diagram (BPD) with ad-hoc activities?

A. BPMN

B. Process

C. Case Model

D. Ad-hoc Activities Map

Correct Answer: BSection: (none)

Page 28: IBM.Actualtests.C9550-512.v2018-11-30.by.Grant...Nov 30, 2018  · C. Apply a tag that can be searched using the Smart Folders feature. D. Define a list object to hold all the configuration

https://www.gratisexam.com/

Explanation

Explanation/Reference:Reference: https://www.ibm.com/support/knowledgecenter/en/SSFPJS_8.5.7/com.ibm.wbpm.wle.editor.doc/topics/procvsbpd.html

https://www.gratisexam.com/