0% found this document useful (0 votes)
344 views24 pages

1Z0-434 Dumps Questions

This document contains a summary of 16 multiple choice questions from an exam about various Oracle technologies including Oracle Event Processing, Oracle Spatial, Oracle SOA Suite, Oracle BPEL Process Manager, Oracle User Messaging Service, Oracle JMS Adapter, Oracle BAM, Oracle Adapters, and Oracle Service Bus. For each question, the possible multiple choice answers are listed along with the correct answer and a brief explanation.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
344 views24 pages

1Z0-434 Dumps Questions

This document contains a summary of 16 multiple choice questions from an exam about various Oracle technologies including Oracle Event Processing, Oracle Spatial, Oracle SOA Suite, Oracle BPEL Process Manager, Oracle User Messaging Service, Oracle JMS Adapter, Oracle BAM, Oracle Adapters, and Oracle Service Bus. For each question, the possible multiple choice answers are listed along with the correct answer and a brief explanation.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 24

Exam A

QUESTION 1
Which Oracle Event Processing (OEP) data cartridge should you use to track the GPS location of buses and generate alerts when a bus arrives at its
predetermined bus stop positions?

A. JDBC Data
B. Oracle Spatial
C. Hadoop Big Data
D. NoSQLDB Big Data
E. Java Data

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Reference: http://www.oracle.com/us/products/database/options/spatial/overview/index.html (See the Benefits)

QUESTION 2
The identity context is opaque to your web service client and web service and you don’t need to perform any additional coding or processing in your client or service
to support it after you enable identity context propagation.
Which Oracle SOA Suite component directly enables this behavior?

A. Oracle Web Service Manager Policy Manager


B. Oracle BPEL Process Manager
C. Oracle Enterprise Manager
D. Oracle User Messaging Service

Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference:
https://docs.oracle.com/middleware/1212/ums/UMSAG/introduction.htm

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

A. It supports connections to JMS distributed queues.


B. It uses default credentials when connecting to the remote JMS provider.
C. It supports zero message loss via distributed transactions.
D. It requires the JMS consumer to explicitly commit transactions.

Correct Answer: AD
Section: (none)
Explanation

Explanation/Reference:

QUESTION 4
Which two statements are true about working with tasks in Business Process Workspace?

A. A user can create personal to-do tasks that are unassociated with a process instance.
B. Delegating a task means to transfer the task to another user or group.
C. You can see how long each completed step has taken to finish.
D. You can display the process model and view the path a process instance has taken.

Correct Answer: AD
Section: (none)
Explanation

Explanation/Reference:

QUESTION 5
For each enrollment request message, a health insurance carrier’s web service always returns a response message acknowledgement the receipt of the enrollment
request. If there are problems fulfilling the requested enrollment, the web service may respond at a later time with an additional response message detailing why the
enrollment could not be fulfilled.
Which Oracle SOA Suite service component should be used to implement this integration pattern?
A. BPEL Process
B. Mediator
C. Business Rule
D. Human Workflow

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:

QUESTION 6
Consider the current values of BPEL variables InputVariable and OutputVariable:

Then consider the following BPEL activity Assign1:


<assign name=”Assign1”> <!- - Line 1- ->
<copy> <!- - Line 2 - ->
<from variable =”InputVariable” <!- - Line 3 - ->
part = “query_Input” <!- - Line 4 - ->
query=”/ns2: query_Input/ns2:Row_Id”/> <!- - Line 5 - ->
<to variable =”OutputVariable” <!- - Line 6 - ->
part = “query_Output” <!- - Line 7 - ->
query=”/ns2: query_Outnput/ns2:RowId”/> <!- - Line 8 - ->
</copy> <!- - Line 9 - ->
</assign> <!- - Line 10 - ->

Which two changes allow Assign1 to work with the current values of InputVariable and OutputVariable?

A. adding the attribute bpelx :insertMissingToData=”yes” to line 2


B. adding the attribute bpelx :insertMissingFromData=”yes” to line 2
C. correcting the namespace prefixes in line 5
D. correcting the namespace prefixes in line 8
Correct Answer: BC
Section: (none)
Explanation

Explanation/Reference:

QUESTION 7
What two architectural factors most heavily influence the interoperability of the Oracle Adapters with Oracle Service Bus (OSB) and Oracle SOA Suite?

A. Oracle Adapters are based on the Java EE Connector Architecture (JCA) 1.5 specification.
B. Oracle Adapters use native APIs to connect to the supported back-end applications.
C. Oracle Adapters are deployed to the same Oracle WebLogic Servers as Oracle Fusion Middleware.
D. Use of Oracle Adapters Extended Architecture (XA) features is completely optional.

Correct Answer: BC
Section: (none)
Explanation

Explanation/Reference:
Reference:
https://docs.oracle.com/cd/E25178_01/integration.1111/e10231/intgn.htm

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

A. between two times


B. when rows are deleted from a data object
C. a particular day of the week
D. when a web service is invoked

Correct Answer: AC
Section: (none)
Explanation

Explanation/Reference:
QUESTION 9
Oracle Adapters are deployed to the Oracle SOA Suite server.
Which three SOA Suite components can use Oracle Adapters?

A. BPEL Process
B. Mediator
C. Proxy Service
D. Human Workflow
E. Business Rule

Correct Answer: ABE


Section: (none)
Explanation

Explanation/Reference:
Explanation: Service components (BPEL process, business rule, human task, spring, and mediator)
Reference: https://docs.oracle.com/cd/E12839_01/doc.1111/e10223/01_components.htm

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

A. Model a switch activity to conditionally execute the business rule component.


B. Use a skip condition on the business rule component.
C. Include an XPath expression in an annotation on the business rule component.
D. Use a correlation set on the business rule component.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:

QUESTION 11
Which tool would you use to enable more detailed logging of SOA components?

A. WebLogic Console
B. Enterprise Manager
C. BPM Workspace
D. WebLogic Diagnostics Framework (WLDF)

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:

QUESTION 12
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?

A. Never expire
B. Expire after
C. Route to manager
D. Renew after
E. Escalate after
F. Management chain

Correct Answer: E
Section: (none)
Explanation

Explanation/Reference:

QUESTION 13
Given the following Oracle File Adapter configuration:
<adapter-config name=”ReadPlanBenefit” adapter=”File Adapter”
wsdlLocation=”ReadPlanBenefit.wsdl”
xmlns=http://platform.integration.oracle/blocks/adapter/fw/metadata>
<connection-factory location=”eis/FileAdapter”/>
<endpoint-interaction portType=”SynchRead_ptt” operation=” SynchRead”>
<interaction-spec
className=”oracle.tip.adapter.file.outbound.FileReadInteraction.Spec”>
<property name=”DeleteFile” value=”false”/>
<property name=”PhysicalDirectory” value=”/home/plan_benefit”/>
<property name=”FileName” value=” plan_benefit.xml”/>
<property name=”PhysicalArchiveDirectory” value=”/home/plan_benefit/archive/>
</interaction-spec>
</endpoint-interaction>
</adapter-config>
Which two statemnts are true?

A. The actual source directory will be specified by a property in the composite.xml file.
B. Each file read will be moved to an archive directory after it is successfully processed.
C. This configuration can be used to create an outbound business service component.
D. This configuration can be used to create an inbound proxy service component.

Correct Answer: CD
Section: (none)
Explanation

Explanation/Reference:
Reference:
https://docs.oracle.com/cd/E18727_01/doc.121/e12894/T202991T207026.htm

QUESTION 14
Composite X invokes an outbound DB adapter to write data to a database table. You have configured JCA retry at the binding component as follows:

<property name = “jca.retry.count” type=”xs:int” many=”false”


override =”may”>2</property>
<property name = “jca.retry.interval” type=”xs:int” many=”false”
override =”may”>2</property>

You have also modeled a fault policy to retry the invocation three times in case of remoteFault as follows:

<retryCount>3<retryCount>
<retryInterval>3<retryInterval>
What happens when the database that is being accessed by the above binding component goes down?

A. The invocation is retried for a total of two times every two seconds. Fault policy reties are ignored.
B. The invocation is retried for a total of six times every three seconds.
C. The invocation is retried for a total of six times every two seconds.
D. The fault policy retries occur within the JCA retries. So, two JCA retries are executed two seconds apart. Within each fault policy retry, two JCA retries are
executed two seconds apart.

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:

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

A. Add managed servers to the domain configuration to support the Oracle SOA Suite cluster.
B. Run the Configuration Wizard on each server that will host Oracle SOA Suite managed servers.
C. Rework the Oracle SOA Suite domain configuration to use appropriate GridLink or multiple data sources.
D. Manually retarget the Oracle SOA Suite deployments to the newly created cluster.

Correct Answer: AC
Section: (none)
Explanation

Explanation/Reference:

QUESTION 16
Identify two correct statements about Oracle Event Processing (OEP).

A. It is a platform to develop and execute applications that process streaming data.


B. It is designed to connect businesses using standards-based event communication protocols.
C. It is a powerful CQL engine that performs filtering, aggregations, calculations, and pattern matching in near real time.
D. It is an implementation of the Service Component Architecture (SCA) to process streaming data using regular expressions.

Correct Answer: AC
Section: (none)
Explanation

Explanation/Reference:
QUESTION 17
Which two statements are true about standard dashboards?

A. Workload dashboards report on completed instances.


B. Performance dashboards report on in-flight instances.
C. By default, there is a 30-minute delay for workload data to be reflected in standard dashboards.
D. By default, data never ages out of the process analytics database because it is not periodically purged.

Correct Answer: AB
Section: (none)
Explanation

Explanation/Reference:

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

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

Correct Answer: BC
Section: (none)
Explanation

Explanation/Reference:

QUESTION 19
Your company has a check credit 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.

Correct Answer: BD
Section: (none)
Explanation

Explanation/Reference:

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

A. A cluster appears to clients as multiple WebLogic Server instances.


B. The server instances in a cluster must all run on the same machine.
C. You can scale a cluster by adding machines to the cluster to host additional server instances.
D. Server instances in a cluster can run different versions of WebLogic Server.
E. You can create a cluster by using WLST, the WebLogic Server Administration Console, or Enterprise Manager Fusion Middleware Control.
F. For management purposes, you can split a cluster across multiple domains.

Correct Answer: BC
Section: (none)
Explanation

Explanation/Reference:

QUESTION 21
Which two are correct statements about the Oracle Cloud Adapter for Salesforce.com?

A. It uses either HTTP basic authentication or username token authentication to perform secure interaction with Salesforce.com.
B. It can make both synchronous and asynchronous calls through the Salesforce.com SOAP API.
C. Behind the scenes, it uses the SOAP API provided by Salesforce.com.
D. The design-time tooling generates a WSDL that is different from the enterprise WSDL available from Salesforce.com.

Correct Answer: CD
Section: (none)
Explanation

Explanation/Reference:
Reference: http://www.oracle.com/technetwork/middleware/adapters/documentation/ug-sfdcadapter-ps6-2104970.pdf

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

A. 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.
B. 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.
C. Use a BPEL process with a REST binding and utilize the nXSD activity to translate the native JSON payload to XML for processing.
D. Use the HTTP transport in Oracle Service Bus for the REST interaction and use nXSD to translate the JSON payload to XML for processing.

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:

QUESTION 23
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.

Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:

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

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

Correct Answer: BD
Section: (none)
Explanation

Explanation/Reference:

QUESTION 25
Which two statements are true about the role of a Continuous Query Language (CQL) processor in a Oracle Event Processing application?

A. It primarily executes SQL statements against the database.


B. It can be used to filter, aggregate, and correlate events in memory and can integrate with Coherence, NoSQL, and HDFS.
C. It invokes human workflows to deal with exception handing.
D. It can perform spatial queries as well as complex

Correct Answer: CD
Section: (none)
Explanation

Explanation/Reference:

QUESTION 26
Which statement accurately describes event-driven architecture?

A. It is a design approach that fosters creation of distinct pieces of software where each piece is a self-contained unit of functionality.
B. It is a programing paradigm that views processing as evaluation of functions without regard for application state.
C. it is a style of building software that specifies logic without describing its control flow.
D. It is an approach focusing on the production, detection, and consumption of potentially significant state changes.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:

QUESTION 27
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

Correct Answer: B
Section: (none)
Explanation

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

QUESTION 28
Which challenge presented by heterogeneous IT architectures does the Oracle Service Bus transport abstraction comprehensively address?

A. tightly coupled business services integration due to complex and hardwired connections
B. difficulty managing deployed services due to disparate protocols and applications involved
C. inherent replication of transport, transformation, security and routing details
D. exponential redevelopment and redeployment efforts when service endpoint interfaces change

Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation: Inherent replication of transport, transformation, security, and routing details
Reference:
https://docs.oracle.com/cd/E23943_01/doc.1111/e15020/introduction.htm

QUESTION 29
Which three are proper applications of Oracle Service Bus?

A. An existing Java web service is made available to clients running transports and protocols not originally planned by the original developers. No modifications to
the web service implementation are required.
B. A request is transformed and routed to an appropriate service endpoint based on the content of the request message. All complexity of the supporting runtime
protocol selection is hidden
C. A request for a large graphics job is split into smaller pieces that are processed in parallel by an existing rendering service. After all of the pieces have been
processed, the results are joined to create a single response.
D. A request containing a complex family tree is validated before being routed to an existing genealogy service. Recursive logic is implemented to validate that all
relationships in the tree are consistent.
E. A request for a background check is conditionally routed between multiple third-party validation services with different service-level agreements. Remediation
must be handled if any one of the validation service calls fails.

Correct Answer: ACD


Section: (none)
Explanation

Explanation/Reference:

QUESTION 30
Which two business indicators should be created to support a chart titled “Sales Total by Region”?

A. Measure
B. Counter
C. Counter mark
D. Dimension

Correct Answer: AD
Section: (none)
Explanation

Explanation/Reference:
QUESTION 31
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

Correct Answer: ABEF


Section: (none)
Explanation

Explanation/Reference:

QUESTION 32
Which statement is true about Oracle Service Bus support for service virtualization?

A. It allows flexible control of messages using validation, transformation, and routing based on message content.
B. It enables services to be created, managed and orchestrated into composite applications and business processes.
C. It provides comprehensive, built-in security based on Oracle Platform Security Services and Oracle WebLogic security framework.
D. It supports interoperability with web service integration technologies including .NET, TIBCO EMC, IBM MQ, and Apache Axis.

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation: managed, and orchestrated into composite applications and business processes
Reference:
http://docs.oracle.com/cd/E16764_01/integration.1111/e10224/fod_intro1.htm

QUESTION 33
You are about to upgrade an environment from SOA Suite 11g to SOA Suite 12cand you want to make sure that you meet the prerequisites for the upgrade
process.
Which two options are prerequisites?

A. The operating system and the JVM must be 64-bit.


B. SOA Suite must be at the 11.1.1.5, 11.1.1.6 or 11.1.1.7 patchset levels.
C. Oracle Platform Security Services (OPSS) must have been migrated to use the DB or the LDAP-based policy store.
D. The SOA server must be a single-node server so that it is not part of a SOA cluster.

Correct Answer: AC
Section: (none)
Explanation

Explanation/Reference:

QUESTION 34
Which statement is false about Oracle Business Activity Monitoring (Oracle BAM)?

A. Oracle BAM uses the same Oracle Coherence technology for caching and high availability that many WebLogic Server applications utilize.
B. Oracle BAM data objects are based on the Star schema and that makes it easier to share data with business intelligence applications.
C. If you have remembered to install the Oracle Complex Event Processing Service Engine, Oracle BAM can use it for real-time data analysis.
D. Sophisticated ADF components, such as treemaps, scatter charts, and bubble charts, may be easily incorporated into executive dashboards.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:

QUESTION 35
Which statement is true about if-then rule within a ruleset?

A. It is evaluated in the listed order.


B. It can evaluate other rulesets.
C. It can modify the result of the rule multiple times.
D. It always sets the outcome of the rule.

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:

QUESTION 36
Your company wants to extend a number of in-house applications with the third-party service functionality.
Identify two ways in which this can be accomplished using Oracle SOA Suite.

A. by developing BPEL processes that orchestrate a number of third-party service calls to complete a new business activity.
B. by developing ADF screen flows that percent unified views of the third-party service functionality to in-house portal users
C. by developing RESTful web services that provide logic to enrich third-party service responses
D. by developing mediators that handle last-mile transformation and routing of messages to and from third-party services

Correct Answer: AB
Section: (none)
Explanation

Explanation/Reference:

QUESTION 37
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.

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Reference:
http://docs.oracle.com/cd/E19182-01/821-0539/ggbzh/index.html
QUESTION 38
To avoid the purchase of new server capacity, a company must limit the volume of messages routed to a computationally expensive RESTful service operation.
Which Oracle SOA Suite component can help the company meet this requirement?

A. BPEL process
B. Mediator
C. Proxy Service
D. Business Service

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:

QUESTION 39
Which two statements accurately describe the invoking of a human task?

A. A web service client in a different composite can invoke a human task.


B. A human task can invoke another human task in the same composite.
C. A BPEL process can invoke a human task in a different composite.
D. A human task can invoke another human task in a different composite.

Correct Answer: CD
Section: (none)
Explanation

Explanation/Reference:
Reference:
http://docs.oracle.com/cd/E23943_01/dev.1111/e10224/bp_hwfmodel.htm

QUESTION 40
For a particular asynchronous interaction, Oracle SOA Suite hosts two BPEL processes. One BPEL process acts as the client and the other acts as the service.
Between the two BPEL processes, what is the smallest number of invoke activities that must be defined?

A. 0
B. 1
C. 2
D. 3

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:

QUESTION 41
You have a situation where a collection of rules might provide a flexible way of externalizing logic in an application.
Which two are accurate considerations to assess when you decide to use a decision table or if-then rules?

A. The decision table’s spreadsheet metaphor is compact and familiar to end users.
B. Decision tables can use globals whereas if-then rules cannot.
C. The logic will likely require more rules if expressed as a decision table.
D. Unlike with a decision table, an Expression Builder is provided for if-then rules to help you craft condition expressions.
E. Built-in error prevention features for decision tables can help you build more complete and accurate rules.

Correct Answer: BD
Section: (none)
Explanation

Explanation/Reference:

QUESTION 42
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

Correct Answer: BCE


Section: (none)
Explanation
Explanation/Reference:

QUESTION 43
BPEL processes are being used to implement both the service and client sides of a synchronous web service interaction.
Which statement is true?

A. When acting as the client, a BPEL process may omit the Invoke activity.
B. When acting as the service, a BPEL process may omit the Reply activity.
C. When acting as the client, a BPEL process may not invoke as asynchronous process and wait for a callback.
D. When acting as the service, a BPEL process may not reply to the client with a well-defined fault message.

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:
Reference:
http://docs.oracle.com/cd/E23943_01/dev.1111/e10224/bp_faults.htm

QUESTION 44
Which two are objectives that you can achieve by using business rules to direct human workflow?

A. Load balance tasks among users based upon server utilization.


B. Redirect the process flow as specified in the PBMN model.
C. Escalate and reassign a task to the manager of the current assignee.
D. Skip all subsequent routing and mark a task as complete.

Correct Answer: BC
Section: (none)
Explanation
Explanation/Reference:

QUESTION 45
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 disabled for 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.

Correct Answer: BD
Section: (none)
Explanation

Explanation/Reference:

QUESTION 46
After a successful web application login, an Oracle Access Manager (OAM) token is made available to Oracle WebLogic Server (WLS) where the token is asserted
for authentication purposes. The resulting Java Authentication and Authorization Service (JAAS) subject is then made available to the Oracle Web Service Manager
(OWSM) agent where it is used to create a Security Assertion Markup Language (SAML).
Which security feature does this scenario illustrate?

A. identity propagation
B. single sign-on
C. user authorization
D. non-repudiation

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:

QUESTION 47
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 Suite and you typically don’t use it to schedule your own jobs.

Correct Answer: BCE


Section: (none)
Explanation

Explanation/Reference:

QUESTION 48
You pass some data from a process variable as a parameter into a human task. At a later time, the variable is then updated in a parallel stream of execution in the
BPEL process while the human task is still executing before it is actioned by the assignee.
What does the assignee see after opening the task in the workspace and looking at the parameter?

A. The parameter contains the values of the process variable as it was when the task was created.
B. The parameter contains the values of the process variable as it is at the current time (that is, when the user opened the human task in the workspace).
C. The parameter is empty and the task must be restarted to pick up the new values of the process variable.
D. It is not possible to determine what the assignee sees from the information provided.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:

QUESTION 49
Which statement correctly describes the role of an Oracle Web Services Manager agent?

A. It serves as a Policy Definition Point (PDP).


B. It serves as a Policy Enforcement Point (PEP).
C. It serves as both a PDP and a PEP.
D. It is neither a PDP nor a PEP.
Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:

QUESTION 50
Which statement accurately describes deploying your SOA application to a cluster?

A. Manually deploy the application to each managed server in the cluster.


B. After deployment, restart each managed server in the cluster before the application is available for service.
C. Use WebLogic Server Administration Console for deployment because you cannot deploy to a cluster from JDeveloper.
D. Treat your cluster as a single deployment target and let the administration server automatically deploy the application to all the managed servers in the cluster.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:

QUESTION 51
After you install the OEP product, which action is required to install and configure an OEP domain?

A. Configure the OEP port through the OEP console.


B. Configure the JDBC settings in the config.xml file.
C. Create an OEP domain with the Configuration Wizard.
D. Start the OEP server and enter the administrator credentials when prompted.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:

QUESTION 52
You have developed a BPEL process with a Switch activity using the BPEL 1.1 specification. As part of the upgrade to SOA 12c, you are redesigning the
BPEL process to use the BPEL 2.0 specification.

Identify the right approach.

A. Replace the Switch activity with a While activity.


B. Replace the Switch activity with an If activity.
C. Replace the Switch activity with a Repeat Until activity.
D. Replace the Switch activity with a For Each activity.

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:

QUESTION 53
You want to monitor a specific BPEL process variable in your process. You have all the capabilities of Oracle SOA Suite at your disposal. Which approach do you
take if you want the variable data written to a JMS queue to be processed by another application?

A. Identify the variable as a key performance indicator (KPI) and track it in BAM.
B. Use a composite sensor on the appropriate service or reference binding.
C. Use a BPEL Process Manager sensor to collect the value and context.
D. Use Oracle Event Processing (OEP) to monitor the activities being executed in the BPEL process.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy