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

Appendix A. Pre-assessment Test

This section of the book will provide you with an opportunity to test your knowledge in Oracle SOA Suite before going through this book.

  1. 1. BPEL expands to:

    a. Business Process Execution Language

    b. Business Process Expression Language

    c. Business Process Enablement Language

    d. Business Programming Expression Language

  2. 2. WSDL should always contain the SOAP address.

    a. True

    b. False

  3. 3. XQuery can be used in BPEL.

    a. True

    b. False

  4. 4. XSL is not supported in BPEL 2.0.

    a. True

    b. False

  5. 5. UDDI implementation can be achieved through:

    a. OSR — Oracle Service Registry

    b. OER — Oracle Enterprise Registry

    c. MDS — Metadata Repository

    d. Oracle Enterprise Manager

  6. 6. Executable BPEL is a/an ___________ file.

    a. XML

    b. Text

    c. Java

    d. Binary

  7. 7. Abstract BPEL is a/an ___________ file.

    a. XML

    b. Text

    c. Java

    d. Binary

  8. 8. All Oracle adapters are JCA compliant.

    a. True

    b. False

  9. 9. Composite definition is stored in the _____________ file.

    a. components.xml

    b. composite_details.xml

    c. composite.xml

    d. components.details

  10. 10. Execution of Java Callout is supported in _____________ Choose the correct answer from the following list:

    a. Mediator

    b. BPEL

    c. Business Rules

    d. Human Workflow

  11. 11. Mediator should be rebuilt if the underlying WSDL definition for the Mediator is changed.

    a. True

    b. False

  12. 12. JDeveloper provides an option to attach WS-Policies.

    a. True

    b. False

  13. 13. A Composite application consists of:

    a. Services

    b. References

    c. Wires

    d. All the above

  14. 14. Identify which of the following BPEL constructs terminates the process:

    a.<terminate/>

    b.<exit/>

    c.<end/>

    d.<teminateAndExit/>

  15. 15. Identify which of the following BPEL constructs dehydrates the BPEL process:

    a.<wait/>

    b.<receive/>

    c.<pick/>

    d.<bpelx:dehydrate/>

    e. All the above

  16. 16. While is an Oracle extension to the BPEL construct.

    a. True

    b. False

  17. 17. Transformation is an Oracle extension to the BPEL construct.

    a. True

    b. False

  18. 18. Identify the Oracle extensions added to the Oracle BPEL constructs; choose the right answers from the following list:

    a. Replay

    b. Validate

    c. E-mail

    d. Assign

  19. 19. JDeveloper provides a unit test framework for all components listed below BPEL, Mediator, XSL, Business Rules, Human Workflow.

    a. True

    b. False

  20. 20. JDeveloper provides a unit test framework to assert and emulate the BPEL process execution.

    a. True

    b. False

  21. 21. Business policies are configured in:

    a. Business Rules

    b. Cross references

    c. Domain-value maps

    d. BPEL code

    e. None of the above

  22. 22. Business Rules deployed from the JDeveloper cannot be edited.

    a. True

    b. False

  23. 23. Composites cannot be undeployed from the enterprise manager directly.

    a. True

    b. False

  24. 24. By shutting down the composite, the running instance will be terminated.

    a. True

    b. False

  25. 25. Which of the following activities are supported in fault management of the BPEL process? Choose the right options from the following list:

    a. Catch

    b. CatchAll

    c. Throw

    d. Compensate

    e. Assign

  26. 26. DVM and cross references can be edited using _________________.

    a. SOA Composer

    b. Oracle Composer

    c. Enterprise Manager Console

    d. SOA Console

  27. 27. Event definitions are stored in ______________________.

    a. Event definition files with an .edl extension

    b. Metadata repository

    c. Oracle SOA database

    d. None of the above

  28. 28. Binding faults can be caught using:

    a. CatchAll

    b. Catch

    c. Fault handler block

    d. Main scope only

  29. 29. The SCA Composite definition file is packaged as a/an ______________ for deployment into the console.

    a. SAB file

    b. SAR file

    c. JAR file

    d. MAR file

  30. 30. B2B is a service engine in Oracle SOA Infrastructure.

    a. True

    b. False