Book Image

Oracle SOA Infrastructure Implementation Certification Handbook (1Z0-451)

By : Kathiravan Udayakumar
Book Image

Oracle SOA Infrastructure Implementation Certification Handbook (1Z0-451)

By: Kathiravan Udayakumar

Overview of this book

<p>Completing the Oracle SOA Infrastructure Implementation Certification develops your conceptual and real-world understanding of the primary components of the Oracle SOA Suite, including BPEL process engine and Oracle Service Bus and will allow you to become familiar with Service Oriented Architecture concepts.<br /><br /><br />This definitive certification guide provides a disciplined approach to be adopted for successfully clearing the 1Z0-451 Oracle SOA Foundation Practitioner exam to attain the Oracle SOA Infrastructure Implementation Certification.<br /><br />The book starts with essential SOA concepts and then dives into building of composite applications. You will then learn how to work with technology and application adapters. Next, you will learn orchestrating Services with BPEL and advanced BPEL concepts. Midway through the book you will learn about Mediator components and Human Workflows. The book will then cover Oracle Business Rules and securing services and composite applications. Towards the end of the book, you will learn how to monitor and manage SOA Deployment. The book concludes&nbsp; with a post assessment exam that will give you a feel for the actual SOA Foundation Practitioner exam, and a must-have developer reference that covers important SOA concepts.</p>
Table of Contents (22 chapters)
Oracle SOA Infrastructure Implementation Certification Handbook (1Z0-451)
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Pre-assessment Test
Post-assessment Test

Self-review questions


  1. 1. Compensation activity can help to roll back a transaction.

    a. True

    b. False

  2. 2. Checkpoint activity is available to the BPEL process from 10.1.3.3.

    a. True

    b. False

  3. 3. Parallel processing of a business scenario can be mimicked in BPEL using the _________ activity.

    a. Flow

    b. Pick

    c. Scope

    d. While

  4. 4. Binding faults can be caught using.

    a. CatchAll

    b. Catch

    c. Fault Handler Scope

    d. Main Scope Only

  5. 5. The doTransformation function takes multiple input parameters for transformation.

    a. True

    b. False

  6. 6. Events can be generated from BPEL using ______________.

    a. EDL file

    b. Invoke activity

    c. Pick activity

    d. Partner Links

  7. 7. Pick without Alarm can be the first activity in the BPEL process.

    a. True

    b. False

  8. 8. Synchronous response time in a BPEL process is controlled by:

    a. Partner Links used in BPEL

    b. A Container Property that determines the wait time

    c. bpel.xml property

    d. It cannot be controlled by the engine

  9. 9. BPEL exposed as a service through the SCA services can have multiple operations.

    a...