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. Validation of XML data can be done in the Mediator.

    a. True

    b. False

  2. 2. Virtualization Endpoint Management can be achieved using the Mediator.

    a. True

    b. False

  3. 3. Events can be published from the Mediator.

    a. True

    b. False

  4. 4. Business Rules can be used to route messages in Mediator.

    a. True

    b. False

  5. 5. Java Callout is executed before the routing rules.

    a. True

    b. False

  6. 6. Dynamic routing of messages is possible through _________ Mediator.

    a. One-Way Interface

    b. Synchronous Interface

    c. Asynchronous Interface

    d. All the above

  7. 7. Echo option is supported in which of the following patterns in the Mediator?

    a. Request/Reply

    b. Request/Reply/Fault

    c. Request/Callback

    d. All the above

  8. 8. Header properties in the Mediator are automatically propagated to the target service.

    a. True

    b. False

  9. 9. Which is the right execution order for a given operation in the Mediator?

    a. 1. Switch - Case 2. Invoke 3. Assign 4. Transform

    b. 1. Switch - Case 2. Transform 3. Assign 4. Invoke

    c. 1. Switch - Case 2. Assign...