Oracle

1z0-434 practice test

Practice with 15 free Testara sample questions, or choose paid access to the full 34-question bank.

Provider
Oracle
Question bank
34
Free sample
15 questions
Publisher
Testara

About this practice material

This page covers Testara's practice question bank for 1z0-434, a certification listed under Oracle. Questions use original, exam-style scenarios and are not questions from the official certification exam.

Testara is an independent practice platform and is not affiliated with, endorsed by, or authorized by Oracle. The certification credential is issued by Oracle, not Testara. Certification and provider names belong to their respective owners.

Start practicing

The guest demo does not save an attempt. Sign in before buying access.

Try 15 questions free

Available without signing in

Free sample questions

These 15 questions and their explanations are server-rendered so you can inspect the material before opening the interactive demo.

  1. Question 1 · 1

    Which two are available as conditions for an alert rule in BAM 12c?

    Choose all answers that apply.

    • between two times
    • when rows are deleted from a data object
    • a particular day of the week
    • when a web service is invoked
  2. Question 2 · 1

    In a BPEL model, what is the quickest way to implement a capability to skip rule execution if a particular condition holds?

    Choose one answer.

    • Model a switch activity to conditionally execute the business rule component.
    • Use a skip condition on the business rule component.
    • Include an XPath expression in an annotation on the business rule component.
    • Use a correlation set on the business rule component.
  3. Question 3 · 1

    Which expiration and escalation setting can be used to route a task a specified number of levels up a management chain if the assignee does not respond in a given time period?

    Choose one answer.

    • Never expire
    • Expire after
    • Route to manager
    • Renew after
    • Escalate after
    • Management chain
  4. Question 4 · 1

    How are task outcomes processed in BPEL process?

    Choose one answer.

    • by using a condition (present in each path of the human task activity) in which you specify the outcome that causes a particular path to be followed
    • by using onMessage or pick activities that receive the outcome from the human workflow engine
    • with a Switch containing a case for each outcome of interest plus an optional otherwise case after the human task activity
    • with a Switch containing one case for each possible outcome after the human task activity
  5. Question 5 · 1

    What does the Oracle B2B component do for an end-to-end EDI transaction?

    Choose one answer.

    • EDI translation, validation, and transformation
    • only EDI translation and validation, but not transformation
    • only transformation, but not translation or validation
    • defines EDI documents, but does not do translation, validation, or transformation
  6. Question 6 · 1

    You want to configure Oracle SOA Suite for Maximum Availability Architecture (MAA). Which two activities must be completed?

    Choose all answers that apply.

    • Add managed servers to the domain configuration to support the Oracle SOA Suite cluster.
    • Run the Configuration Wizard on each server that will host Oracle SOA Suite managed servers.
    • Rework the Oracle SOA Suite domain configuration to use appropriate GridLink or multiple data sources.
    • Manually retarget the Oracle SOA Suite deployments to the newly created cluster.
  7. Question 7 · 1

    Which two statements are true about standard dashboards?

    Choose all answers that apply.

    • Workload dashboards report on completed instances.
    • Performance dashboards report on in-flight instances.
    • By default, there is a 30-minute delay for workload data to be reflected in standard dashboards.
    • By default, data never ages out of the process analytics database because it is not periodically purged.
  8. Question 8 · 1

    Which statement is true about the relationship between the WSDL and the JCA binding file when working with an Oracle Adapter at design time?

    Choose one answer.

    • The WSDL references the appropriate JCA binding file for each applicable operation in the WSDL "binding" element.
    • All operations defined in the WSDL must be mapped to activation specifications in the JCA binding file.
    • The JCA binding file defines default adapter property values for each applicable operation defined in the WSDL.
    • There is no direct relationship between the WSDL and the JCA binding file at design time.
  9. Question 9 · 1

    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)?

    Choose all answers that apply.

    • EPN is the internal structure of an OEP application and is displayed as a top-down hierarchy in a graphical editor.
    • EPN defines an OEP application and is built using the EPN Editor in JDeveloper.
    • EPN is an interconnection of adapters, channels, event beans, and CQL processors that make up an OEP application.
    • EPN is a part of the Event Delivery Network (EDN) facility that supports event-driven architecture for SOA Suite.
    • Every event that arrives at the OEP server creates a new instance of an EPN.
  10. Question 10 · 1

    Which two statements are true about the defined Oracle JMS Adapter outbound connection?

    Choose all answers that apply.

    • It supports connections to JMS distributed queues.
    • It uses default credentials when connecting to the remote JMS provider.
    • It supports zero message loss via distributed transactions.
    • It requires the JMS consumer to explicitly commit transactions.
  11. Question 11 · 1

    Which two statements are correct about cluster support for Oracle SOA Suite 12c applications?

    Choose all answers that apply.

    • A cluster appears to clients as multiple WebLogic Server instances.
    • The server instances in a cluster must all run on the same machine.
    • You can scale a cluster by adding machines to the cluster to host additional server instances.
    • Server instances in a cluster can run different versions of WebLogic Server.
    • You can create a cluster by using WLST, the WebLogic Server Administration Console, or Enterprise Manager Fusion Middleware Control.
    • For management purposes, you can split a cluster across multiple domains.
  12. Question 12 · 1

    Identify three true statements about the use of composite sensors.

    Choose all answers that apply.

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

    Which statement accurately describes how to use SOA Suite to create a REST interface for a provider application that does not support REST?

    Choose one answer.

    • Oracle Service Bus must be used. An HTTP proxy service is created and a pipeline is added with a conditional branch for each HTTP verb that the interface will serve. If there is any non-XML payload, such as JSON, an external parser service must be used to translate it to XML.
    • Use Oracle Service Bus or BPEL Process Manager and utilize the REST binding that is available for both. The REST binding will automatically translate a REST payload from JSON or XML to SOAP/XML for processing in the middleware layer.
    • Use a BPEL process with a REST binding and utilize the nXSD activity to translate the native JSON payload to XML for processing.
    • Use the HTTP transport in Oracle Service Bus for the REST interaction and use nXSD to translate the JSON payload to XML for processing.
  14. Question 14 · 1

    Which two statements are true about composite applications and mediators?

    Choose all answers that apply.

    • A composite application decouples the interface from business logic.
    • A composite application exposes a process as a web service.
    • A mediator exposes a process as a web service.
    • A mediator decouples the interface from business logic in a composite application.
  15. Question 15 · 1

    Which two statements are true about Complex Event Processing (CEP)?

    Choose all answers that apply.

    • It is a method to achieve the best outcome in a model where data is already stored in a relational database.
    • It is a technique used for querying data prior to it being stored within a database or without it ever being stored.
    • It is a highly efficient method of analyzing and processing streams of data.
    • It is a technique for rapidly storing large amounts of unstructured data.
    • It executes extremely complex queries against a database using a new query language.

Each purchase applies to this certification. Prices are one-time payments, not monthly subscriptions.

Starter

$29 USD one time

Full access to one certification's question bank in standard practice mode for 60 days.

  • Full question bank for one certification
  • 60 days of access
  • Standard practice mode
  • Question notes and community discussions
  • Attempt scores and answer review

Professional

$49 USD one time

Full access to one certification's question bank, custom test controls and advanced analytics for 60 days.

  • Custom test builder
  • Timers and question selection
  • Randomized question and answer order
  • Advanced performance and weak-question analytics
  • Priority customer support
Try 15 questions free