Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA...

32
http://www.gratisexam.com/ 1Z0-560 Passing Score : 800 Time Limit : 0 min http://www.gratisexam.com/

Transcript of Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA...

Page 1: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

1Z0-560

Passing Score: 800Time Limit: 0 min

http://www.gratisexam.com/

Page 2: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

Exam A

QUESTION 1You can implement complex server-side validation logic to the task form by using a custom__________.

http://www.gratisexam.com/

A. data control

B. managed bean

C. EL script

D. UI component

Correct Answer: BSection: (none)Explanation

Explanation/Reference:Explanation: A managed bean - sometimes simply referred to as an MBean - is a type of JavaBean, created with dependency injection. Managed Beans are particularly used inthe Java Management Extensions technology. But with Java EE 6, the specification provides for a more detailed meaning of a managed bean.The MBean represents a resource running in the Java virtual machine, such as an application or a Java EE technical service (transactional monitor, JDBC driver,etc.). They can be used for collecting statistics on concerns like performance, resources usage, or problems (pull); for getting and setting application configurationsor properties (push/pull); and notifying events like faults or state changes (push).Note (see the business server layer): ADF ArchitectureADF follows the proven, industry wide accepted Model-View-Controller (MVC) architecture. ADF extends this MVC to one more layer - Business Service. Each layerin ADF has distinct role and specific responsibility.* The view layer is the top most layer, that user sees and interacts with. It contains the UI pages used to view or modify that data. We call this part as ADFv. Thislayer is developed using ADF Faces Rich Client components that are built on standard JSF components with lot of built-in AJAX and Web 2.0 like features. Inaddition to this, it also supports Apache myfaces Trinidad components, Java and ADF Swing components. It also has ADF Mobile components that are specificallybuilt for Mobile applications.* The controller layer processes user input and determines page navigation. With ADF, you do not write any JSP re-directs or URL calls. It is all declarative, drag-and-drop supported. We call this part as ADFc. ADFc provides an enhanced navigation and state management model on top of JSF. JDeveloper allows you todeclaratively creat flows where you can pass application control between different types of pages and flows, conditionally using declarative case statements* The model layer represents the data values related to the current view. Model is also responsibile for binding the data to the view. We call this part as ADFm. Itimplementes JSR-227 service abstraction called the data control. It abstracts the implementation of business service layer. In addition to ADFbc, it also supportsother technologies like EJB, Web Services, CSV, POJO etc.*The business service layer handles data access between model and DB or any other data storage. It encapsulates business logic and rules. You can use any

Page 3: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

technology for this layer. ADF has its own technology for this and we call this part as ADFbc (ADF Business Components). ADFbc facilitates backend service forquery, create, update, delete operations and provide lot of features to implement validations and business logic.Incorrect answer:A service side data control is used to bind data.An EL script does not make much sense here.A userinterface component would not handle validation logic.

QUESTION 2Identify one activity that is used to create a process hierarchy as a parent child relationship.

A. Sequence Flow

B. Call Activity

C. Service Task

D. Send Task

Correct Answer: BSection: (none)Explanation

Explanation/Reference:Explanation: The call activity allows you to call a reusable process from within the current process. The process being called becomes a child process of the calling process.When calling a reusable process, the call activity of the parent process waits until the child process completes before continuing.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0)

QUESTION 3Which two are true about project data objects? Select two.

A. Any process in the project can access a project data object.

B. The value of a project data object does not vary between processes.

C. Project data objects can be only used as input arguments to a process.

D. Project data objects can be used in data associations and expressions.

Correct Answer: ADSection: (none)Explanation

Explanation/Reference:Explanation: Project data objects are data objects that you define in a project. All processes within a project have access to the data object defined (A), though the value changes

Page 4: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

according to the process using them (not B). In addition, the engine stores the value of those marked as business indicators to the process analytics databases ifthe project is configured to use them.As with other flow objects that accept data associations, you can use expressions to change the values of data objects (not C, D).Note: Data Objects are variables used to define the type of information used by your business process. They are also used to store the value of this information.Basic and complex data types can both be defined as either process or project data objects. This determines the scope of the variable.Process data objects are data objects that are defined for a specific process. In contrast, project data objects are defined for an entire project.Project data objects allow you to share data between processes. For example, the Purchase Order process and the Request Approval process may both track thevalue of the employee that created the request, or the priority of the request.Project data objects ensure that all processes in a project use the same data. Each process must assign and update the value of this data.The main benefit of defining project data objects is that after publishing your project you can configure Oracle BPM WorkSpace views to display the values of thosevariables. This is possible only if you use project data objects.Note 2:Although project data objects allow you to define data objects that are used by all processes in a project, they are not "global" data objects. Each process within yourproject uses its own version of the data object. Project data objects are not used to share data between processes.Therefore, you can only use process data objects within the process where they are created, while project data objects are applicable to the entire project. This isknown as variable scope.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), Workingwith Data Objects and Expressions

QUESTION 4Where are the two places that you can see a visual representation of the path a running process has taken? Select two.

A. BPM Workspace

B. Enterprise Manager

C. Process Composer

D. JDeveloper MDS Explorer

E. WebLogic Console

Correct Answer: ABSection: (none)Explanation

Explanation/Reference:Explanation: A: Oracle Business Process Management Workspace (Process Workspace) enable process participants to interact with the applications you create using OracleBPM. The Process Workspace user interface provides tabs for each of the following:Tasks: This page enables process participants to view and work with their assigned tasks.Process Tracking: This page enables process participants to view running process instances.Standard Dashboards: This page provides out-of-the-box dashboards for monitoring process performance, task performance, and workload.Custom Dashboards: This page enables process participants to define and use custom dashboards based on the measurement data generated by processinstances.

Page 5: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

B: The Oracle Enterprise Manager is a Web-based application that enables system administrators to control and manage applications running on the Oracle SOASuite. Enterprise Manager enables business administrators to configure and manage business applications and process instances.Incorrect answers:C: Business Process Composer is a Web-based application that enables business users to collaborate with process developers and designers. It provides a userfriendly environment for editing processes and process templates created in Oracle BPM Studio.Process developers can create a catalog of preconfigured components such as services, tasks, and rules in Oracle BPM Studio. This catalog can be included inproject templates that process analysts can use to create new projects using Business Process Composer.After creating a project based on a project template, process analysts can incorporate business catalog elements and perform other required edits defined by theproject template. Process analysts can then deploy these project to theOracle BPM run time.Business Process Composer also enables process analysts to create process blueprints. These are initial drafts of a process that can be used by processdevelopers who use Oracle BPM Studio to add further implementation details and refinement to the project.Business Process Composer also enables you to edit Oracle Business Rules at run time. This is important because policies tend to evolve faster than businessprocesses.D: SOA Suite 11gR1 has a provision for sharing SOA artifacts through MDS – Meta Data Store. This facilitates greater re-use of SOA artifacts such as XMLSchemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service Data Objects (SDOs) among others.E: Oracle WebLogic Server is a scalable, enterprise-ready Java Platform, Enterprise Edition (Java EE) application server. The WebLogic Server infrastructuresupports the deployment of many types of distributed applications and is an ideal foundation for building applications based on Service Oriented Architectures(SOA). SOA is a design methodology aimed at maximizing the reuse of application services.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 1 OracleBusiness Process Management Suite (Oracle BPM Suite) Overview

QUESTION 5Which start event is allowed in a subprocess?

A. Timer Start Event

B. Boundary Event

C. Message Start Event

D. None Start Event

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Explanation: In Oracle BPM, subprocesses are embedded subprocesses. Subprocesses are contained as part of the parent subprocess. Subprocesses must begin with a nonestart event and must end with a none end event.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 6Modeling Business Processes with Oracle BPM

QUESTION 6

Page 6: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

Which three tasks need to be accomplished to allow successful publishing of process metrics to BAM? Select three.

A. setting BPM project preferences to enable BAM as a data target

B. configuring the BAM Adapter on the SOA server

C. updating the Enterprise Manager configuration for Disable Action

D. importing BAM dashboards

Correct Answer: ABDSection: (none)Explanation

Explanation/Reference:Explanation: A: Configuring the BPM project for BAM monitoring1. Open the BPM Project in JDeveloper (if not already open).2. Navigate to the BPM Project Navigator panel (use Viewmenu if needed).3. Right-click on the project, QuoteProcessLab , and select Project Preferences4. 4. In the Data Targets tab, select Enable BAM as a data target for process analytics.B: The Oracle BAM Adapter is a Java Connector Architecture (JCA)-compliant adapter that can be used from a Java EE client to send data and events to the OracleBAM Server.Note: Business activity monitoring (BAM) is software that aids in monitoring of business activities, as those activities are implemented in computer systems. OracleBusiness Activity Monitoring (Oracle BAM) gives business executives the ability to monitor their business services and processes in the enterprise, to correlate KPIsdown to the actual business process themselves, and most important, to change business processes quickly or to take corrective action if the business environmentchanges. Oracle BAM is a component of both SOA Suite and BPM SuiteOracle BAM provides a framework for*Creating dashboards that display real-time data inflow. (D)*Creating rules to send alerts under specified conditions.*Designing Web applications with graphs displaying active data.

QUESTION 7Which two are predefined instance attributes that can be used in data associations and expressions? Select two.

A. ActivationCount

B. Component

C. LoopCounter

D. String

Correct Answer: AC

Page 7: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

Section: (none)Explanation

Explanation/Reference:Explanation: ActivationCount: Type INT. Specifies the number of tokens in the incoming sequence flow of the gateway. Can be used In complex gateways.loopCounter: Type INT. Specifies the number of times the engine ran this activity. The Process Engine updates this variable each time it runs a new loop. Can beused in In activities with loop marker.Incorrect answers:String is not a predefined instance attribute. It is a type.Component is not a predefined instance attribute.

QUESTION 8BPM capability maturity levels describe__________.

http://www.gratisexam.com/

A. the capabilities of the BPM business analyst

B. the length of time the BPM application has been in production

C. the strategic and tactical levels of enterprise adoption of BPM

D. BPM concepts, consistently applied, facilitating sharing and reuse

Correct Answer: CSection: (none)Explanation

Explanation/Reference:Explanation: Capability Maturity Model (CMM) broadly refers to a process improvement approach that is based on a process model.A maturity model can be used as a benchmark for assessing different organizations for equivalent comparison. It describes the maturity of the company based uponthe project the company is dealing with and the clients.The Capability Maturity Model includes the concept of Maturity Levels: a 5-level process maturity continuum - where the uppermost (5th) level is a notional idealstate where processes would be systematically managed by a combination of process optimization and continuous process improvement.There are five levels defined along the continuum of the CMM and, according to the SEI: "Predictability, effectiveness, and control of an organization's softwareprocesses are believed to improve as the organization moves up these five levels. While not rigorous, the empirical evidence to date supports this belief.1. Initial (chaotic, ad hoc, individual heroics) - the starting point for use of a new or undocumented repeat process.2. Repeatable - the process is at least documented sufficiently such that repeating the same steps may be attempted.

Page 8: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

3. Defined - the process is defined/confirmed as a standard business process, and decomposed to levels 0, 1 and 2 (the latter being Work Instructions).4. Managed - the process is quantitatively managed in accordance with agreed-upon metrics.5. Optimizing - process management includes deliberate process optimization/improvement.

QUESTION 9Which two features are provided by BPM Process Analytics? Select two.

A. simulation for a BPM process

B. easy-to-use process metric collection

C. easy-to-use modeling tools

D. custom reporting dashboards

Correct Answer: BDSection: (none)Explanation

Explanation/Reference:Explanation: B: Process analytics track the time a process takes to complete and the average time each of the flow objects in that process take to complete.Process performance metrics track the time an instance takes to run that process from the start to the end event.Activity performance metrics track the time that passes from the moment the process instance arrives at a flow object until it moves to the next flow object in theprocess.D: Process developers define the key performance indicators you want to monitor while developing your process. After publishing the application business analystscan use the default dashboards BPM WorkSpace provide or create custom dashboards to view the metrics the BPMN Service Engine gathered while running BPMNprocesses.Note:Business Process Analytics enables you to monitor the performance of your deployed processes. It measures the key performance indicators in your project andstores them in a database. Process analysts can view the metrics stored in the Process Analytics databases using WorkSpace dashboards or Oracle BAM,depending on the database you select to store the information.Process analysts can monitor standard pre-defined metrics and process specific user-defined metrics. Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 11 UsingProcess Analytics

QUESTION 10A task form is generated as a (n) __________.

A. portlet that gets called in the BPM Workspace

B. generic JSP page that is displayed in an I Frame in the BPM Workspace

C. bounded task flow that is called by the BPM Workspace

D. unbounded task flow that is called by the BPM Workspace

Page 9: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

Correct Answer: CSection: (none)Explanation

Explanation/Reference:Explanation: The correct answer is bounded task flow that is called by the BPM workspace.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 9 Creatingthe Task Display Form for the ApprovalHumanTask Human Task

QUESTION 11Which three can be classified as measurement marks? Select three.

A. Interval start

B. Signal

C. Counter mark

D. Single measurement

Correct Answer: ACDSection: (none)Explanation

Explanation/Reference:Explanation: The types of measurement marks you can define are:Single measurement (D)Interval start (A)Interval stopMeasurement marks are associated to a flow element. Measurement marks of type interval start track the value of business indicators before running the flowelements that proceeds them. Counter marks (C), measurement marks of type interval stop and single measurement marks track the value of business indicatorsafter running the flow element that precedes them.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 11 UsingProcess Analytics

QUESTION 12Which two activities are supported by BPM Studio? Select two.

A. Design BAM dashboards

B. Design user interfaces

Page 10: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

C. Design value chain models

D. Design adapter services

Correct Answer: CDSection: (none)Explanation

Explanation/Reference:Explanation: D: Services based on adapters and other SOA components must be created in Oracle BPM StudioNote: Oracle BPM Studio is a component of the Oracle BPM Suite that enables process developers to create process-based applications. It also enables processanalysts and developers to model business processes.Oracle BPM Studio is part of the Oracle JDeveloper IDE. and shares many of the JDeveloper user interface elements used by the Oracle SOA Suite.There are three typical use cases for Oracle BPM Studio:*Develop process-based business applications based on process models created using the Oracle BPA Suite or Oracle Business Process Composer.*Create process models and implement them as process-based business applications.*Create project templates that are used in Business Process Composer to create running business applications.Incorrect answers:BAM dashboards are used within BAM, not within BPM Studio.User interfaces are not designed with the BPM studio.

QUESTION 13What is the specially-seeded BPM role with business admin privileges to act on others' behalf or reassign tasks?

A. WebLogic

B. BPM Admin

C. Process Owner

D. Business Data

Correct Answer: CSection: (none)Explanation

Explanation/Reference:Explanation: Process Owner - Managing process flow, task assignments, policies, rules, objectives, and performance measurement, the Process Owner is responsible and accountable for the performance of end-to-end business processes. The Process Owner owns a specific process or processes, and is the primary authority for making decisions necessary to resolve conflict or overlap between processes.Process Owner is the subject matter expert (SME) for the business process(es). He is

Page 11: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

the business primary contact for the Business Process Analyst. People in this role however, specialize in a small number of processes and don't have the broader perspective of other the business leadership across the enterprise.Establishing the Process Owner role has emerged as a best practice for BPM since the key business processes cross organizational boundaries and typically have no single point of responsibility. Commonly, gaps (known as the white spaces) exist between the departmental silos of business process activity where ownership is undetermined and knowledge is sparse. The creation of the Process Owner role solves these problems by identifying individuals to be the experts responsible for the end-to-end flow of key business processes. While authority for departmental or divisional business process activities remains with respective managers, the Process Owner is able to take a holistic view and make better recommendations for enterprise-wide process improvement.Business process administration during runtime also requires considerable business knowledge and the Process Owner should be expected to support this key operational activity.

QUESTION 14The initial performer of a task is determined by the role associated with the swimlane in which the task Modeled except when you use___________.

A. a complex task

B. a user task

C. an FYI task

D. a group task

Correct Answer: ASection: (none)Explanation

Explanation/Reference:Explanation: A complex user task uses a complex routing flow that is defined within the human task.BPM Studio offers a number of human task patterns out of the box, to make it easy to implement the most common types of human tasks. For example, the Simplepattern just assigns individual users or groups. The Management pattern is used for a sequential list of approvers up the management chain. Initiator is for theperson who kicks off the process.For most of these, swimlane roles are used to determine assignments. For the Complex task, however, the swimlane is irrelevant, and routing and assignments aretypically more complicated.Note: Swimlanes are the horizontal lines that run across the process editor. All flow objects must be placed within a swimlane.Swimlanes can also be used to group flow objects based on the roles defined within your process. Swimlanes that contain user tasks must have roles assigned tothem. Swimlanes visually display the role responsible for performing each flow object within your process. Additionally, you can have multiple swimlanes that areassigned to the same role.

Page 12: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

Swimlanes can make your process more readable when you must use the same role in different parts of the same process.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 6.1 UsingSwimlanes to Organize Your Process

QUESTION 15Which three actions can be performed in Process Spaces? Select three.

A. set up business rules for collaboration

B. share documents such as requirement documents, feedback documents, and design specs

C. discuss issues

D. define business indicators for custom dashboards

E. create a process instance space for collaboration specific to one process instance

Correct Answer: BCESection: (none)Explanation

Explanation/Reference:Explanation: Process Spaces is a workspace built on top of Oracle WebCenter Portal: Spaces. It enables greater collaboration by combining the content from the panels inProcess Workspace with an additional workspace in which you can collaborate in the development of process models.WebCenter Portal provides group spaces that support discrete communities of any size that are organized around an area of interest or a common goal.WebCenter Portal also provides various collaborative services enabling document sharing, discussions, wikis, lists, links, tagging, and real-time collaborationservices such as presence and instant messaging.Process Spaces provides these WebCenter Portal group spaces specifically for business process management:A process workspace—For process participants to collaborate on relevant processes and instances based on their roles. This enables, for example, a group ofsales representatives within a given region to share documents and information about various customers, the products they are buying, their requirements andhistory.A process modeling space—For domain analysts to collaborate on various aspects of modeling business processes. This enables, for example, experts fromvarious departments to jointly develop processes that reflect the needs of their various departments.A process instance space—Created on an ad hoc basis for long-running instances, it displays specific instances that require a high level of collaboration over time.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 11 GettingStarted with Process Spaces

QUESTION 16Human workflow notifications are implemented if through___________.

Page 13: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

http://www.gratisexam.com/

A. user written Java code called from within the BPMN/BPEL processes

B. scripts included in task definitions

C. integration with the SOA User Messaging Server (UMS)

D. integration with third party products

Correct Answer: CSection: (none)Explanation

Explanation/Reference:Explanation: You can configure human workflow notification properties, such as setting the notification mode for messages and setting actionable addresses. These propertiesare used to notify users of changes to the state of a task.To configure human workflow notification properties:Acess this page through one of the following options: From the SOA Infrastructure Menu...Select SOA Administration > Workflow Notification PropertiesThe Workflow Notification Properties page appears.You now configure Oracle User Messaging Service to send and receive notifications. During configuration, you provide the addresses that are used by humanworkflow.Reference:Oracle® Fusion Middleware Administrator's Guide for Oracle SOA Suite and Oracle Business Process Management Suite, 11g Release 1 (11.1.1), 21 ConfiguringHuman Workflow Service Components and Engines

QUESTION 17Beyond process modeling, which two activities are supported by the Process Composer? Select two.

A. Defining complex data types

B. Defining business rules

C. Defining human tasks

D. Defining adapter services

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:Explanation:

Page 14: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

There are three typical use cases for Oracle Business Process Composer:*Create, edit and deploy projects based on project templates.* Create process blueprints.* Edit business rules for in-flight processesThe Human Task editor enables you to create and edit human tasks that are stored as part of the business catalog.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 3Introduction to Oracle Business Process Composer

QUESTION 18Which one is not correct regarding the Process Simu-lation Model?

A. The percentage of time that a conditional or default path is executed Is captured by the Probability property.

B. The rate of arrival of process instances is specified as a parameter at the Start Event.

C. The cost of a process step is specified by the fixed cost and resource cost properties.

D. The processing time is a constant and is specified as Days:Hours:Minutes:Seconds.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:Explanation: Note: After creating a processmodel, Oracle BPMStudio allows you to run simulations to determine the performance of your process model. You can also useprocess simulations to compare how changes to an existing process will affect performance. You can run process simulations based on simulated data or real-worlddata from production processes.Oracle BPM allows you to simulate the behavior of process models based on real or simulated data. After you have designed a business process model, OracleBPM Studio allows you to run process simulations to determine their efficiency. You can also use simulations to test the effects of changes on your process design.Incorrect answers:C: Process simulations do not execute each individual task within a process. For example, the code within an activities task is not executed, variables are notassigned values, and external resources are not updated. However, you can mimic the behavior of these elements of process's activity by configuring differentattributes within a simulation model. These attributes include:• duration• resources• costs• transitionsReference: Oracle® Business Process Management, Oracle BPM Studio Help

QUESTION 19Which two correctly describe a Project Simu-lation Model?

A. It is used for simu-lation across multiple processes.

Page 15: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

B. It describes the simu-lation scenario for a process model.

C. It is associated with shared resources.

D. It is configured using BPMN 2.0 notation.

E. It is driven by parameters provided at application deployment time.

Correct Answer: ACSection: (none)Explanation

Explanation/Reference:Explanation:

QUESTION 20A task is considered overdue when__________.

A. there are no more renewals

B. the current date is beyond the due date

C. the current date is beyond the expiration date

D. the current date is beyond both the expiration and the due date

Correct Answer: BSection: (none)Explanation

Explanation/Reference:Explanation: A task is considered overdue after it is past the specified due date. This date is in addition to the expiration policy. A due date can be specified irrespective ofwhether an expiration policy has been specified. The due date enables Oracle BPM Worklist to display a due date, list overdue tasks, highlight overdue tasks in theinbox, and so on.Reference: Oracle® Fusion Middleware Developer's Guide for Oracle SOA Suite 11g Release 1 (11.1.1), 26 Designing Human Tasks

QUESTION 21JavaServer Faces (JSF), JavaServer Pages (JSP), ADF Faces Rich Client (ADF Faces RC), and Data Visualization Tool (DVT) are all components that form theADF __________.

A. Data control layer

B. UI binding layer

C. Controller

D. View layer

Page 16: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Explanation: Note (see the business server layer): ADF ArchitectureADF follows the proven, industry wide accepted Model-View-Controller (MVC) architecture. ADF extends this MVC to one more layer - Business Service. Each layerin ADF has distinct role and specific responsibility.* The view layer is the top most layer, that user sees and interacts with. It contains the UI pages used to view or modify that data. We call this part as ADFv. Thislayer is developed using ADF Faces Rich Client components that are built on standard JSF components with lot of built-in AJAX and Web 2.0 like features. Inaddition to this, it also supports Apache myfaces Trinidad components, Java and ADF Swing components. It also has ADF Mobile components that are specificallybuilt for Mobile applications.

QUESTION 22Which two could be used to handle exceptions thrown by a service? Select two.

A. Subprocess

B. event subprocess

C. error end event

D. error catch event as a boundary event on the service task

Correct Answer: BDSection: (none)Explanation

Explanation/Reference:Explanation: You can handle the exceptions that occur in an activity using the following:*A boundary error catch event*An event subprocessBoundary error catch events enable you to resume the main process flow after handling the exception.If you want to reuse the exception handling flow for multiple tasks in your process, then event subprocesses are more efficient than boundary catch events. Eventsubprocesses enable you to define a cleaner process with less effort because the catch error event is located within the event subprocess. To reuse an exceptionhandling flow using boundary catch events, you must define a boundary catch event for each of the tasks, and then connect those boundary events to the exceptionhandling flow.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 19.5Handling Exceptions in a Business Process

QUESTION 23

Page 17: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

In the BPM Workspace, which two are available as ways to sort your tasks? Select two.

A. list tasks sorted by workload

B. list tasks sorted by priority

C. list tasks sorted by a value in the task like sales dollar amount

D. list tasks sorted by manager

Correct Answer: ABSection: (none)Explanation

Explanation/Reference:Explanation: The Oracle Business Process WorkSpace: Standard DashBoard TabThe dashboard displayed here is the “Workload per process” dashboard.In the BPM WorkSpace Dashboard Worklist view you can sort the task by, for example, priority.Note 1: BPM WorkSpace Dashboard:Worklist Views: This menu allows you to filter requests by Application, Due Date, and Priority. Double click the desired view to filter your requests.Reports: The Reports function allows approvers to run on-demand status reports arranged by Tasks. See Generating Task Reports for step-by-step directions.Task Status: Provides approvers with a snapshot of Assigned, Suspended, Completed, Expired, Withdrawn, and Alerted requests.Work Queue: Summary of all requests pending approval.Note 2: Oracle BPM WorkSpace and Oracle Process Spaces allow process participants to interact with the applications you create using Oracle BPM. The OracleBPM WorkSpace user interface provides tabs for each of the following:Process Instances: This tab enables process participants to view running process instances.Task List: This tab enables process participants to view and work with their assigned tasks.Process Dashboards: This tab provides out-of-the-box dashboards for monitoring process performance, task performance and workload.Custom Dashboards: This tab enables process participants to define and use custom dashboard based on the measurement data generated by process instances.

QUESTION 24Which one is semantically valid in BPMN?

A. Error Start Event for an Event Subprocess

B. Message flows that connect process steps within the same pool

C. Error Start Event to trigger a process

D. Error Intermediate Event to catch errors in the middle of a ***

Correct Answer: ASection: (none)Explanation

Page 18: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

Explanation/Reference:Explanation: Inline handlers are types of subprocesses that allow you to model conditions that happen outside of a normal process flow.Inline handlers can have the following start events:*Error start*Timer start*Message startNote: Business Process Model and Notation (BPMN) is a graphical representation for specifying business processes in a business process model. It was previouslyknown as Business Process Modeling Notation.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 6Modeling Business Processes with Oracle BPM

QUESTION 25In Oracle BPM 1 11g, which two things can be accomplished using a script task? Select two.

http://www.gratisexam.com/

A. execute Java code

B. execute XSLT transformations

C. copy data to variables or between variables

D. define new process variables

Correct Answer: CDSection: (none)Explanation

Explanation/Reference:Explanation: The script task is used to change values of data objects within your process. The script task is used when you want to show this change explicitly within yourbusiness process or when you must change the values of data objects outside of another flow object. It is often used to set initial values of data objects at thebeginning of a process.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 6.10Changing the Value of Data Objects in Your Process

QUESTION 26Which two features do you find in decision tables? Select two.

Page 19: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

A. Sets of input data can be bucketed and reviewed for gaps.

B. Data sets can be reviewed for conflicts.

C. Data can be used for only one rule evaluation.

D. A rule evaluation can only be used to enter new output data.

Correct Answer: ABSection: (none)Explanation

Explanation/Reference:Explanation: Decision tables help you design your multi-condition business rules with conflict and gap analysis.Note: The Oracle Business Rules Editor supports both IF/THEN rules and Decision Tables. Each condition row in a Decision Table tests the allowed values of a data input to the ruleset, called a fact. Each column represents a particular bucketset, an enumerated fact value or range. The combination of all the condition tests in a column specifies an action, typically setting the value of a data output. The complete Decision Table defines a ruleset, deployed as a business rule component invoked from the process as a Business Rule task in BPMN. The editor provides quick tools for resolving gaps and conflicts in the table.

QUESTION 27In a business rule decision table, ___________ .

A. Only one rule can execute

B. Rules can have only one action

C. Conflicting rules will not execute

D. One rule can modify another rule outcome

Correct Answer: CSection: (none)Explanation

Explanation/Reference:Explanation: The Oracle Business Rules Editor supports both IF/THEN rules and Decision Tables. Each condition row in a Decision Table tests the allowed values of a data input to the ruleset, called a fact. Each column represents a particular bucketset, an enumerated fact value or range. The combination of all the condition tests in a column specifies an action, typically setting the value of a data output. The complete Decision Table defines a ruleset, deployed as a business rule component invoked from the process as a Business Rule task in

Page 20: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

BPMN. The editor provides quick tools for resolving gaps and conflicts in the table. Incorrect answer:More than one rule can execute.A rule can more than one action.A rule cannot modify another rule.

QUESTION 28Which three measurement marks can be identified on a sequence flow? Select three.

A. Interval start

B. Interval stop

C. Counter mark

D. Single measurement

Correct Answer: ABDSection: (none)Explanation

Explanation/Reference:Explanation: The types of measurement marks you can define are:Single measurement (D)Interval start (A)Interval stop (B)Measurement marks are associated to a flow element. Measurement marks of type interval start track the value of business indicators before running the flowelements that proceeds them. Counter marks, measurement marks of type interval stop and single measurement marks track the value of business indicators afterrunning the flow element that precedes them.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 11 UsingProcess Analytics

QUESTION 29Which statement is false about a Process Simu-lation Model?

A. It does not execute actual code of a process.

B. It captures time and cost parameters

C. It computes business rules.

D. There can be multiple Process Simulation Models for a business process model in BPM Studio.

Correct Answer: CSection: (none)

Page 21: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

Explanation

Explanation/Reference:Explanation:

QUESTION 30Which two actions can you perform on a task in your Inbox? Select two.

A. You can reassign the task to a colleague

B. You can delegate the task to your manager

C. You can postpone a due date to a later date

D. You can re-open a completed task.

Correct Answer: ABSection: (none)Explanation

Explanation/Reference:Explanation: At run time the end-users see the Human Tasks as tasks in their inbox on which they can do a set of actions, change data related to the Human Task, Approve/Cancel, add notes, add documents, and a variety of actions such as Escalate and Reassign (the list of these actions is determined at design time).To reassign or delegate a task1. From the Task Actions list, select Reassign2. Select Reassign or Delegate.Delegate differs from Reassign in that the privileges of the delegatee are based on the delegator's privileges. This function can be used by managers' assistants, forexample.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 30 Using Oracle BPM Worklist

QUESTION 31Only the process owner of a process can ____________ .

A. cancel a process instance

B. view the details of a process instance

C. associate comments with a process instance

D. change the columns of a process view

Correct Answer: ASection: (none)Explanation

Page 22: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

Explanation/Reference:Explanation:

QUESTION 32Which one cannot be used as a start point to initiate a new instance of a process?

A. Initiator User Task

B. Call Task

C. Receive Task

D. Message Start Event

Correct Answer: BSection: (none)Explanation

Explanation/Reference:Explanation: Incorrect answer:C: The send task is frequently paired with the receive task to invoke a process or service and receive a response in return.D: The message start event triggers a process instance when a message is received.

QUESTION 33Which one is a gateway type used in the context of process interactions?

A. Exclusive Gateway

B. Event Based Gateway

C. Inclusive Gateway

D. Parallel Gateway

Correct Answer: BSection: (none)Explanation

Explanation/Reference:Explanation: The even-based gateway enables you to branch your process flow based on the possibility that an event may occur. Depending on the context, this may be one ofseveral types of events.The event-based gateway enables you to anticipate the possibility that several types of events may occur at a specific point in your process. It is similar to theexclusive gateway, but instead of choosing a path based on expressions, the event-based gateway chooses a path based on the occurrence of an event within your

Page 23: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

process.Note: Gateways are flow elements that define the flow of your process. Gateways determine the path a token takes through a process. They define control pointswithin your process by splitting and merging paths.When possible, gateways are used for paths that are exceptions to or deviate from the default path of the process.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 6Modeling Business Processes with Oracle BPM

QUESTION 34Which end event should you use at the end of your process to send a message to a specific process?

A. None End Event

B. Terminate End Event

C. Signal End Event

D. Message End Event

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Explanation: The message end event is used to send a message to another process or service when the process is completed. The message end event is always used witheither a message start event or message catch event.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 6.2.10Introduction to the Message End Event

QUESTION 35Which one of these tools would you use to see the detail information, like source component and about faults generated by a running process?

http://www.gratisexam.com/

A. BPM Workspace

B. Enterprise Manager

C. Process Composer

D. JDeveloper MDS Explorer

Page 24: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

Correct Answer: BSection: (none)Explanation

Explanation/Reference:Explanation: The Oracle Enterprise Manager is a web-based application that enables system administrators to control and manage applications running on the Oracle SOA Suite. Enterprise Manager enables business administrators to configure and manage business applications and process instances.If you do not handle a system exception in your process, you can recover from them using the fault recovery system provided by Oracle Enterprise Manager. SIncorrect answersProcess Composer: Oracle Business Process Composer is a web-based application that enables process analysts to create and customize business processes.These processes are contained within an Oracle BPM project. Business Process Composer enables process analysts to easily collaborate with process developerswho use Oracle BPM Studio to create process-based business applications.Oracle Metadata Services (MDS) repository contains metadata for certain types of deployed applications. Those deployed applications can be custom Java EEapplications developed by your organization and some Oracle Fusion Middleware component applications, such as Oracle B2B and Oracle Web Services Manager.Oracle BPM WorkSpace and Oracle Process Spaces allow process participants to interact with the applications you create using Oracle BPM. The Oracle BPMWorkSpace user interface provides tabs for each of the following:Process Instances: This tab enables process participants to view running process instances.Task List: This tab enables process participants to view and work with their assigned tasks.Process Dashboards: This tab provides out-of-the-box dashboards for monitoring process performance, task performance and workload.Custom Dashboards: This tab enables process participants to define and use custom dashboard based on the measurement data generated by process instances.

QUESTION 36Which two are true about a bounded task flow? Select two.

A. A user can navigate to any page in a bounded task flow.

B. A bounded task flow can participate in a database transaction.

C. A bounded task flow can be called by another bounded task flow.

D. A bounded task flow is stateless.

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:Explanation: B: An ADF bounded task flow can represent a transactional unit of work. You can declaratively specify options on the bounded task flow that determine whether,when entering the task flow, the task flow creates a new transaction, joins an existing one or is not part of the existing transaction.

Page 25: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

C: A bounded task flow can call another bounded task flow, which can call another and so on. There is no limit to the depth of the calls.Bounded task flow: A specialized form of task flow that, in contrast to an unbounded task flow, has a single entry point (not A) and zero or more exit points. Itcontains its own set of private control flow rules, activities, and managed beans. An ADF bounded task flow allows reuse, parameters, transaction management, andreentry.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 14 GettingStarted with ADF Task Flows

QUESTION 37In the ADF model-view-controller architecture, the controller is the ADF____________.

A. binding layer

B. data control layer

C. controller

D. faces

Correct Answer: CSection: (none)Explanation

Explanation/Reference:Explanation: The controller layer manages the applications flow and handles user input. For example, when you click a Search button on a page, the controller determines what action to perform (do a search) and where to navigate to (the results page). There are two controller options for web-based applications in JDeveloper: the standard JSF controller or the ADF Controller which extends the JSF controller functionality. Whichever controller you use, you will typically design your application flow by laying out pages and navigation rules on a diagram. With the ADF controller you can break your application's flow into smaller, reusable task flows; include non-visual components such as method calls and decision points in your flow; and create "page fragment" flows that run inside a region of a single containing page. This approach encourages maximum reusability for user interface fragments and simplified integration into portals and mashup applicationsNote: The goal of the Model-View-Controller (MVC) architectural design pattern for J2EE application development is to clearly separate the application's functionality into aset of cooperating components:The Oracle Application Development Framework (Oracle ADF) is an end-to-end application framework built on Java Platform, J2EE standards and open-sourcetechnologies. Oracle ADF and JDeveloper 11g gives you an environment that covers the full development lifecycle from design to deployment, with drag-and-dropand wizard driven development, visual UI design, and many more features built in to ease large application development.Reference: Oracle Application Development Framework Overview, Oracle White Paper

Page 26: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

QUESTION 38Which two statements are true? Select two.

A. In Oracle BPM 11g, a BPMN process can have only one start and one end event.

B. A process started with a Timer Start Event can end with a message end event.

C. A None Start Event is required when using a Human task of Initiator type to start a process.

D. A Timer Start Event is used to automatically initiate a new instance of a process.

Correct Answer: CDSection: (none)Explanation

Explanation/Reference:Explanation: Oracle BPM supports the following ways of triggering a process instance:* Using a message, signal, or timer start event. * Using a none start event followed by a receive task. The receive task must be configured to create a process instance.* Using a none start event followed by a user task defined with the initiator pattern. (C)* Using an event-based gateway that is configured to create a new process instance.D: The timer start event triggers the creation of a process instance based on a specific time condition. Incorrect answers:A: You can define multiple start points in a BPMN process. Multiple start points enable you to specify multiple ways of creating a process instance, depending onwhich start event is used.When you are using multiple end events, it is possible for different tokens to take different paths within a process.B: You cannot use a message end event to end a process instance initiated by a timer start.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 6Modeling Business Processes with Oracle BPM

QUESTION 39Which two are available using BPM Workspace? Select two.

A. Administration of user groups

B. Administration of vacation rules

C. Administration of the BPM process life cycle

D. Administration of end-user passwords

Correct Answer: BCSection: (none)Explanation

Page 27: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

Explanation/Reference:Explanation: B: Users of Oracle Business Process Management Workspace includes the User Profile named Process Participants. This is the most basic profile, common to all users. It enables you to:Organize, find, claim, and perform work assigned or delegated either to you or to your groupDelegate work to another userCreate and manage personal rules—for example, whom to send tasks to when you are on vacationDefine and share viewsManage personal preferencesView reports and dashboardsThese users may be spread throughout the organization or work outside the company.A process participant may be one who not only initiates the process, but can also track its progress and, if appropriate, withdraw it.Note: Oracle BPM WorkSpace and the Oracle Process Spaces allow process participants to interact with the applications you create using Oracle BPM. The OracleBPM WorkSpace user interface provides tabs for each of the following:Process Instances: This tab enables process participants to view running process instances.Task List: This tab enables process participants to view and work with their assigned tasks.Process Dashboards: This tab provides out-of-the-box dashboards for monitoring process performance, task performance and workload.Custom Dashboards: This tab enables process participants to define and use custom dashboard based on the measurement data generated by process instances.Oracle BPM WorkSpace also enables business administrators to configure and maintain organizations and roles.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 2 GettingStarted with Oracle Business Process Management Workspace (Process Workspace)

QUESTION 40Which task should be accomplished to enable metrics data to be sent to Oracle BAM?

A. "BAM" is checked as a data target for one or more processes.

B. All deployed projects on the BPM server must be configured for "Enable BAM."

C. "Enable Cubes (Process)" setting is disabled as data targets.

D. Cube Update Frequency is established in Enterprise Manager.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:Explanation: You can use Oracle BAM to monitor the activity of the process in your project, leveraging the capabilities of Oracle BAM while using Oracle BPM.When you run a process that has Oracle BAM enabled the BPMN Service Engine populates Oracle BAM database with information about the business indicatorsmeasured in that process. The BPMN Service Engine generates this information based on the Sampling Points preference you defined in your project.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 11.8Enabling Oracle BAM in a Project

Page 28: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

QUESTION 41Which human task pattern would be best suited for single approver scenario where the role is resolved through group membership?

A. User

B. Group

C. Initiator

D. FYI

E. Management

Correct Answer: ASection: (none)Explanation

Explanation/Reference:Explanation: Single Approver: Use this option for a single user to act on a task. If the task is assigned to a role or group with multiple users, then one member must claim thetask and act on it.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 30 UsingOracle BPM Worklist

QUESTION 42Process data objects can be accessed from_________.

A. any process in a project

B. any task within a process

C. a subprocess only

D. a user task form

Correct Answer: BSection: (none)Explanation

Explanation/Reference:Explanation: Data objects store information related to each process instance you create. The value of these data objects is different for every instance in the process. Howeverthe structure of the data object is the same for all process instances.From within a subprocess you can access process data objects and subprocess data objects. If the name of a subprocess data object matches the name of aprocess data object, then when you access the data object you obtain the value of the subprocess data object.Incorrect answer:

Page 29: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

C: You can define data objects for a certain subprocess. These data objects are available only when the subprocess is running. When the instance leaves thesubprocess the value of subprocess data objects is lost.

QUESTION 43Which human task pattern would be best suited for a voting-based approval scenario where the role is restricted to participants who are managers?

A. User

B. Group

C. FYI

D. Management

Correct Answer: BSection: (none)Explanation

Explanation/Reference:Explanation: Group Vote: Use this option when multiple users, working in parallel, must act, such as in a hiring situation when multiple users vote to hire or reject an applicant.You specify the voting percentage that is needed for the outcome to take effect, such as a majority vote or a unanimous vote.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 30 UsingOracle BPM Worklist

QUESTION 44What is the purpose of measures?

http://www.gratisexam.com/

A. Capture a KPI-relevant numeric value

B. Slice data for analysis

C. Count exception flows

D. Acquire audit information

Correct Answer: ASection: (none)Explanation

Page 30: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

Explanation/Reference:Explanation: Business Process Analytics enables you to monitor the performance of your deployed processes. It measures the key performance indicators (KPIs) in your projectand stores them in a database. Process analysts can view the metrics stored in the Process Analytics databases using WorkSpace dashboards or Oracle BAM,depending on the database you select to store the information.Note: Key Performance Indicators, also known as KPI or Key Success Indicators (KSI), help an organization define and measure progress toward organizationalgoals.Once an organization has analyzed its mission, identified all its stakeholders, and defined its goals, it needs a way to measure progress toward those goals. KeyPerformance Indicators are those measurements.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 11 UsingProcess Analytics

QUESTION 45Which one of the user personas is least likely to use Process Composer?

A. Process Developer

B. Business User

C. Business Analyst

D. Line of Business Owner

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Explanation: Oracle Business Process Composer is a web-based application that enables process analysts to create and customize business processes. These processes arecontained within an Oracle BPM project. Business Process Composer enables process analysts (not C) to easily collaborate with process developers (not A) whouse Oracle BPM Studio to create process-based business applications.Not B: Oracle Business Process Composer is a web-based application that enables business users to collaborate with process developers and designers. In oracle BPM business user is same as business analyst.Reference: Modeling and Implementation Guide for Oracle Business

QUESTION 46When you create a swimlane role, the artifact that's created is a (n) __________ .

A. virtual user

B. approval group

C. LDAP group

D. application role

Page 31: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Explanation: Each swimlane role in a BPM process is created during design time in Oracle BPM Studio. It is then mapped to an application role that is created duringdeployment. This mapping cannot be changed after deployment.Reference: Oracle Fusion Middleware Business Process Composer User's Guide for Oracle Business Process Management, 11g Release 1 (11.1.1.5.0), 8.3.4Managing Roles in Process Workspace

QUESTION 47Which one is a BPMN flow object that is used to represent process interactions?

A. Sequence flow

B. Association

C. Default flow

D. Message flow

E. Conditional flow

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Explanation: Oracle BPM enables you to define interactions across business processes within a process-oriented application.A Message Flow is represented with a dashed line, an open circle at the start, and an open arrowhead at the end. It tells us what messages flow acrossorganizational boundaries (i.e., between pools). A message flow can never be used to connect activities or events within the same pool.Incorrect answers:A: A Sequence Flow is represented with a solid line and arrowhead, and shows in which order the activities are performed. The sequence flow may also have asymbol at its start, a small diamond indicates one of a number of conditional flows from an activity, while a diagonal slash indicates the default flow from a decisionor activity with conditional flows.B: An Association is represented with a dotted line. It is used to associate an Artifact or text to a Flow Object, and can indicate some directionality using an openarrowhead (toward the artifact to represent a result, from the artifact to represent an input, and both to indicate it is read and updated). No directionality is usedwhen the Artifact or text is associated with a sequence or message flow (as that flow already shows the direction).

QUESTION 48Business Process Management (BPM) is more than just orchestration of activities. Which three are key aspects of BPM? Select three.

Page 32: Oracle.Selftestengine.1z0-560.v2017-01-03.by.kimberly...This facilitates greater re-use of SOA artifacts such as XML Schemas, EBMs, WSDLs, Fault Policies, Rule repositories and Service

http://www.gratisexam.com/

A. Process Transparency

B. Process Intelligence

C. Continuous Process Improvement

D. Web Services Interoperability

E. Identity Management

Correct Answer: ABCSection: (none)Explanation

Explanation/Reference:Explanation: Business process management (BPM) is a holistic management approach focused on aligning all aspects of an organization with the wants and needs of clients. Itpromotes business effectiveness and efficiency while striving for innovation, flexibility, and integration with technology. BPM attempts to improve processescontinuously (C). It can therefore be described as a "process optimization process." It is argued that BPM enables organizations to be more efficient, more effectiveand more capable of change than a functionally focused, traditional hierarchical management approach.PM tools allow users to:* Vision - strategize functions and processes* Define - baseline the process or the process improvement* Model - simulate the change to the process.* Analyze - compare the various simulations to determine an optimal improvement* Improve - select and implement the improvement* Control - deploy this implementation and by use of User defined dashboards monitor the improvement in real time and feed the performance information back intothe simulation model in preparation for the next improvement iteration.* Re-engineer - revamp the processes from scratch for better resultsThis brings with it the benefit of being able to simulate changes to business processes based on real-life data (not assumed knowledge). Also, the coupling of BPMto industry methodologies allows users to continually streamline and optimize the process to ensure that it is tuned to its market need.Incorrect answersWeb Services Interoperability is not handled by BPM.

http://www.gratisexam.com/