Oracle SOA Suite 12c Essentials v6.0 (1z0-434)

Page:    1 / 6   
Total 84 questions

To support invocation of a SOAP web service from BPEL, you import the WSDL of the web service into your SOA project. The local WSDL copy contains no partner link types.You create a partner link for the web service in the BPEL designer.
How does JDeveloper ensure the request partner link types are provided?

  • A. It automatically creates a wrapper WSDL to contain partner link types.
  • B. It automatically injects the partner link types into the local WSDL copy.
  • C. It prompts you to add the partner link types to the SOAP web service implementation.
  • D. It prompts you to manually add the partner link types to the local WSDL copy.


Answer : A

Reference:
http://docs.oracle.com/cd/E19182-01/821-0539/ggbzh/index.html

Which two statements are true about stakeholders working with Business Process
Workspace?

  • A. Process owners managerules for users and groups.
  • B. Process owners can act on tasks belonging to their process, but are assigned to other users.
  • C. Process participants can delegate work to another user.
  • D. Administrators typically get involved to handle task escalations.


Answer : B,D

Reference:
http://docs.oracle.com/cd/E15586_01/integration.1111/e10224/bp_worklist.htm

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


Answer : B,D,E,F

You expand a business rule component that a colleague added to the BPEL process.You see an Assign element namedFacts_To_Rule_Services.
Which statement is true about this assign element?

  • A. It was added automatically based on entries that your colleague made in the dialog box that appeared when the business rule component was added to the BPEL model.
  • B. Your colleague manually added this Assign element after adding the business rule component to the BPEL model.
  • C. The Assign element was automatically added when your colleague manually added the correspondingRule_Service_To_FactsAssign to the BPEL model.
  • D. You can delete this Assign because it was created for documentation purposes only.


Answer : A

Identify three true statements about the use of composite sensors.

  • A. They enable the monitoring and publishing of incoming and outgoing messages.
  • B. XPath expressions can be used as a filter to track a particular type of message.
  • C. You can choose to view the runtime output of the composite sensor in a database table.
  • D. The output of a composite sensor can be directed to Oracle Business Activity Monitoring.
  • E. They publish their output to the WebLogic Administration Console.


Answer : B,D,E

Reference:
http://docs.oracle.com/cd/E13222_01/wls/docs90/intro/console.html

Which two statements are true about composite applications and mediators?

  • A. A composite application decouples the interface from business logic.
  • B. A composite application exposes a process as a web service.
  • C. A mediator exposes a process as a web service.
  • D. A mediator decouples the interface from business logic in a composite application.


Answer : B,D

Results catching has been configured on a business service. A previously cached result has been flushed from the cache.
Which two events may have occurred?

  • A. Result catching has been disabledfor the business service.
  • B. The WSDL resource for the business service has been updated.
  • C. The back-end service referenced by the endpoint URI has become unavailable.
  • D. The back-end service has returned a different response for the cache key.


Answer : B,D

Reference:
https://docs.oracle.com/cd/E17904_01/apirefs.1111/e15034/Service.html

Which statement is true about the skip condition in a BPEL activity?

  • A. The activity gets executed hen the skip condition expression evaluates toTrue.
  • B. The skip condition expression is evaluated before the activity instance is created.
  • C. The activity gets executed when the skip condition expression evaluates toFalse.
  • D. The activity gets executed when the skip condition expression throws a fault.


Answer : C

Reference:
https://docs.oracle.com/cd/E14571_01/dev.1111/e10224/bp_conditn.htm

Identify two statements that correctly describe OWSM policy attachments in Oracle SOA

Suite -

  • A. Although you can attach as well as detach security policies in JDeveloper, you can only detach them in Enterprise Manager.
  • B. An applicationdeveloper typically uses JDeveloper to create new security policies rather than select them froma prebuilt list.
  • C. When you use JDeveloper to associate a security policy with a web service, the policy is not really attached until application deployment.
  • D. OWSM policies can be attached and detached with WLST.


Answer : B,C

Reference:
http://www.oracle.com/partners/en/most-popular-resources/bpm-suite-12c-exam-study- guide-2398189.pdf

Which two are valid use cases for a business service?

  • A. load balancing XML messages between multiple service endpoints using different transports
  • B. load balancing SOAP messages between multiple service endpoints addressed by different URLs
  • C. load balancing MFL messages between multiple service endpoints based on server load
  • D. routing a Java message to a JMS error queue after three failed load-balancing attempts


Answer : C,D

Reference:
http://docs.oracle.com/cd/E23943_01/admin.1111/e15867/configuringandusingservices.ht

You defined an event. You now want to trigger that event from an existing Mediator component.
How do you link the event to the Mediator so that the Mediator can raise the event to the
Event Delivery Network (EDN)?

  • A. Use the SOA composite editor to specify the event as a property on the incoming wire into the Mediator component.
  • B. Use a text editor to modify the .edlfile that defines the event so that the Mediator is identified as a publisher.
  • C. Use the SOA Composite Editor to add a raise action to the Mediators.mplanspecification file.
  • D. Use Enterprise Manager to associate the Mediator with the appropriate event.


Answer : C

Which three statements are true about the Oracle Enterprise Scheduler Service (ESS) facility?

  • A. An ESS job request processor is responsible for allocating threads for job requests.
  • B. An ESS job request dispatcher polls for job requests and invoked jobs.
  • C. A WebLogic cluster must be established because ESS cannot run on just a single node.
  • D. On the scheduling service home page, you can quickly find a list of the 10 job requests that have been running for the longest period of time.
  • E. ESS is used internally by SOA Suiteand you typically dont use it to schedule your own jobs.


Answer : B,C,E

Your company has a checkCredit service used in the sales process and your organization plans to roll out a new sales mobile application.
Identify two approaches that you can use to develop the new mobile application.

  • A. Develop a template for the checkCredit service.
  • B. Expose the checkCredit service with a REST interface.
  • C. Create a BPEL subprocess for the mobile application request.
  • D. Use JSON for payload.


Answer : C

Reference:
https://docs.oracle.com/middleware/1213/soasuite/develop-soa/soa-templates.htm

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


Answer : B,C,E

Which dashboard should you use to gauge the overall efficiency of a user for a specific process?

  • A. workload per process on a standard dashboard
  • B. workload per participant on a standard dashboard
  • C. performance per participant on a standard dashboard
  • D. a custom dashboard


Answer : B

Reference:
http://docs.oracle.com/cd/E28280_01/user.1111/e15175/bpmug_ws_dshbds.htm

Page:    1 / 6   
Total 84 questions