Which two statements are true about standard dashboards?
A. Workload dashboards report on completed instances.
B. Performance dashboards report on in-flight instances.
C. By default, there is a 30-minute delay for workload data to be reflected in standard dashboards.
D. By default, data never ages out of the process analytics database because it is not periodically purged.
EPN is the internal structure of an OEP application and is displayed as a top-down hierarchy in a graphical editor. Which two statements are correct about the Event Processing Network (EPN) in Oracle Event Processing (OEP)?
A. EPN is the internal structure of an OEP application and is displayed as a top-down hierarchy in a graphical editor.
B. EPN defines an OEP application and is built using the EPN Editor in JDeveloper.
C. EPN is an interconnection of adapters, channels, event beans, and CQL processors that make up an OEP application.
D. EPN is a part of the Event Delivery Network (EDN) facility that supports event-driven architecture for SOA Suite.
E. Every event that arrives at the OEP server creates a new instance of an EPN.
Which statement accurately describes event-driven architecture?
A. It is a design approach that fosters creation of distinct pieces of software where each piece is a self-contained unit of functionality.
B. It is a programing paradigm that views processing as evaluation of functions without regard for application state.
C. it is a style of building software that specifies logic without describing its control flow.
D. It is an approach focusing on the production, detection, and consumption of potentially significant state changes.
Identify four situations in which you can configure a notification for a human task.
A. task created
B. task completed
C. task opened in workspace
D. task errored
E. outcome updated
F. task assigned
Which two statements accurately describe the invoking of a human task?
A. A web service client in a different composite can invoke a human task.
B. A human task can invoke another human task in the same composite.
C. A BPEL process can invoke a human task in a different composite.
D. A human task can invoke another human task in a different composite.
For a particular asynchronous interaction, Oracle SOA Suite hosts two BPEL processes. One BPEL process acts as the client and the other acts as the service. Between the two BPEL processes, what is the smallest number of invoke activities that must be defined?
A. 0
B. 1
C. 2
D. 3
For each three items can you create tests by using the Service Component Architecture (SCA) test framework?
A. Reference binding components
B. Service components such as a Mediator
C. Wires
D. Invoke activities in a BPEL process
E. Composite sensors
After a successful web application login, an Oracle Access Manager (OAM) token is made available to Oracle WebLogic Server (WLS) where the token is asserted for authentication purposes. The resulting Java Authentication and Authorization Service (JAAS) subject is then made available to the Oracle Web Service Manager (OWSM) agent where it is used to create a Security Assertion Markup Language (SAML).
Which security feature does this scenario illustrate?
A. identity propagation
B. single sign-on
C. user authorization
D. non-repudiation
You pass some data from a process variable as a parameter into a human task. At a later time, the variable is then updated in a parallel stream of execution in the BPEL process while the human task is still executing before it is actioned by the assignee.
What does the assignee see after opening the task in the workspace and looking at the parameter?
A. The parameter contains the values of the process variable as it was when the task was created.
B. The parameter contains the values of the process variable as it is at the current time (that is, when the user opened the human task in the workspace).
C. The parameter is empty and the task must be restarted to pick up the new values of the process variable.
D. It is not possible to determine what the assignee sees from the information provided.
After you install the OEP product, which action is required to install andconfigure an OEP domain?
A. Configure the OEP port through the OEP console.
B. Configure the JDBC settings in the config.xml file.
C. Create an OEP domain with the Configuration Wizard.
D. Start the OEP server and enter the administrator credentials when prompted.