+ All Categories
Home > Documents > · PDF fileService Bus (OSB) and Oracle SOA ... Which two are available as conditions for an...

· PDF fileService Bus (OSB) and Oracle SOA ... Which two are available as conditions for an...

Date post: 01-Feb-2018
Category:
Upload: nguyenlien
View: 221 times
Download: 0 times
Share this document with a friend
23
1z0-434 Number : 1z0-434 Passing Score : 800 Time Limit : 120 min File Version : 4.0 http://www.gratisexam.com/ 1z0-434 Oracle SOA Suite 12c Essentials Version 4.0
Transcript
Page 1: · PDF fileService Bus (OSB) and Oracle SOA ... 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

1z0-434

Number: 1z0-434Passing Score: 800Time Limit: 120 minFile Version: 4.0

http://www.gratisexam.com/

1z0-434

Oracle SOA Suite 12c Essentials

Version 4.0

Page 2: · PDF fileService Bus (OSB) and Oracle SOA ... 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

Exam A

QUESTION 1For each enrollment request message, a health insurance carrier's web service always returns a responsemessage acknowledgement the receipt of the enrollment request. If there are problems fulfilling therequested enrollment, the web service may respond at a later time with an additional response messagedetailing why the enrollment could not be fulfilled.

Which Oracle SOA Suite service component should be used to implement this integration pattern?

A. BPEL ProcessB. MediatorC. Business RuleD. Human Workflow

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 2Consider the current values of BPEL variables InputVariable andOutputVariable :

Then consider the following BPEL activity Assign1 :<assign name=”Assign1”> <!- - Line 1- -> <copy> <!- - Lin e 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> <!- - Li ne 9 - -></assign> <!- - Line 10 - ->

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

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 5D. correcting the namespace prefixes in line 8

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:

QUESTION 3You have modeled a composite with an inbound adapter service wired to a BPEL process component.

Which method do you use to model a rejection handler for the inbound adapter service?

Page 3: · PDF fileService Bus (OSB) and Oracle SOA ... 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

A. Define the rejection-handler logic in rejection-handlers.xml in the $MW_HOME/soa/connectors directory.

B. Define the rejection-handler logic inline as a child element of the <binding.jca> section of the inboundadapter in composite.xml .

C. Define the rejection-handler logic in a top-level catch block in the BPEL process where the QName ofthe fault should be bpws:rejectedMessages .

D. Define the rejection-handler logic in fault-policies.xml for the composite, and then associate thefault-policies.xml with the composite.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Reference:

http://docs.oracle.com/cd/E15586_01/integration.1111/e10224/bp_faults.htm

QUESTION 4To support the deployment of a new provisioning system, a company wants to install and configure aproduction domain with Oracle SOA Suite and Oracle Service Bus.

http://www.gratisexam.com/

Which statement is true about the required effort?

A. Separate domains must be configured for Oracle SOA Suite and Oracle Service Bus.B. The Oracle Repository Creation Utility (RCU) must be run twice to create the required schemas.C. The installation of Oracle SOA Suite includes the installation of Oracle Service Bus.D. A supported version of WebLogic Server must be installed before installing Oracle SOA Suite.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 5Which two statements are correct about the Oracle Enterprise Scheduler Service (ESS) facility?

A. It is a Java EE application that is deployed to WebLogic Server to provide distributed job requestprocessing across a single WebLogic Server or a collection of WebLogic Servers.

B. It is shipped as a separate product and you can install it after you have completed the SOA Suiteinstallation.

C. It is used extensively by Fusion Applications so it is well-tested.D. It is administered via the WebLogic Server Administration Console.

Correct Answer: ADSection: (none)Explanation

Explanation/Reference:Reference:

Page 4: · PDF fileService Bus (OSB) and Oracle SOA ... 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

http://docs.oracle.com/cd/E23943_01/web.1111/e13702/deploy.htm

QUESTION 6What two architectural factors most heavily influence the interoperability of the Oracle Adapters with OracleService 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: BCSection: (none)Explanation

Explanation/Reference:Reference:

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

QUESTION 7Oracle SOA Suite is being used to virtualize service calls to a third-party human resources provider. Theplanned service payloads will require minimum transformation. Routing is simple because service calls willbe mapped one-for-one to existing third-party services. Which two components should be used to handlethis service virtualization?

A. BPEL ProcessB. Proxy ServiceC. MediatorD. Business Service

Correct Answer: ADSection: (none)Explanation

Explanation/Reference:

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

A. between two timesB. when rows are deleted from a data objectC. a particular day of the weekD. when a web service is invoked

Correct Answer: BDSection: (none)Explanation

Explanation/Reference:

QUESTION 9Oracle Adapters are deployed to the Oracle SOA Suite server.

Which three SOA Suite components can use Oracle Adapters?

A. BPEL Process

Page 5: · PDF fileService Bus (OSB) and Oracle SOA ... 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

B. MediatorC. Proxy ServiceD. Human WorkflowE. Business Rule

Correct Answer: ADESection: (none)Explanation

Explanation/Reference:

QUESTION 10In a BPEL model, what is the quickest way to implement a capability to skip rule execution if a particularcondition 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: CSection: (none)Explanation

Explanation/Reference:

QUESTION 11You have modeled a Composite X for which the following fault policy action has been configured for remotefaults:

<Action id=”ora-retry”><retry><retryCount>2</retryCount><retryIntrval>2</retryIntrval><exponentialBackoff/></retry></Action>At runtime, when a remote fault occurs on at outbound invoke, this ora-retry action is triggered. After thetwo configured retries are exhausted, which one occurs?

A. The transaction of Composite X rolls back.B. The instance is marked "open.faulted" and is available for auto-recovery.C. The instance is marked "closed.faulted" and is available for error recovery from Enterprise Manager

where the user can choose actions on the instance such as replay, rethrow, and abort.D. The default retryFailureAction is initiated and it rethrows the error back to the caller service.

Correct Answer: BSection: (none)Explanation

Explanation/Reference:Reference:

http://docs.oracle.com/cd/E15586_01/integration.1111/e10224/bp_faults.htm

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

Page 6: · PDF fileService Bus (OSB) and Oracle SOA ... 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

A. WebLogic ConsoleB. Enterprise ManagerC. BPM WorkspaceD. WebLogic Diagnostics Framework (WLDF)

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

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

A. Never expireB. Expire afterC. Route to managerD. Renew afterE. Escalate afterF. Management chain

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 14How are task outcomes processed in BPEL process?

A. by using a condition (present in each path of the human task activity) in which you specify the outcomethat causes a particular path to be followed

B. by using onMessage or pick activities that receive the outcome from the human workflow engineC. with a Switch containing a case for each outcome of interest plus an optional otherwise case after the

human task activityD. with a Switch containing one case for each possible outcome after the human task activity

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 15Given the following Oracle File Adapter configuration:<adapter-config name=”ReadPlanBenefit” adapter=”Fil e Adapter”wsdlLocation=”ReadPlanBenefit.wsdl”xmlns=http://platform.integration.oracle/blocks/ada pter/fw/metadata> <connection-factory location=”eis/FileAdapter”/ > <endpoint-interaction portType=”SynchRead_ptt” operation=” SynchRead”> <interaction-specclassName=”oracle.tip.adapter.file.outbound.FileRea dInteraction.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/>

Page 7: · PDF fileService Bus (OSB) and Oracle SOA ... 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

</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: CDSection: (none)Explanation

Explanation/Reference:Reference:

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

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

<property name = “jca.retry.count” type=”xs:int” ma ny=”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 asfollows:

<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: DSection: (none)Explanation

Explanation/Reference:

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

A. EDI translation, validation, and transformationB. only EDI translation and validation, but not transformationC. only transformation, but not translation or validationD. defines EDI documents, but does not do translation, validation, or transformation

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

Page 8: · PDF fileService Bus (OSB) and Oracle SOA ... 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

QUESTION 18You want to configure Oracle SOA Suite for Maximum Availability Architecture (MAA).

http://www.gratisexam.com/

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: CSection: (none)Explanation

Explanation/Reference:Reference:

http://docs.oracle.com/cd/E28280_01/core.1111/e10106/ha_soa.htm

QUESTION 19Identify 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: CSection: (none)Explanation

Explanation/Reference:Reference:

http://www.oracle.com/technetwork/middleware/complex-event-processing/overview/sxds1213-otn-2470236.pdf

QUESTION 20Which 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: CDSection: (none)Explanation

Page 9: · PDF fileService Bus (OSB) and Oracle SOA ... 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

Explanation/Reference:

QUESTION 21Which statement is true about the skip condition in a BPEL activity?

A. The activity gets executed hen the skip condition expression evaluates to True .

B. The skip condition expression is evaluated before the activity instance is created.C. The activity gets executed when the skip condition expression evaluates to False.

D. The activity gets executed when the skip condition expression throws a fault.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:Reference:

https://docs.oracle.com/cd/E14571_01/dev.1111/e10224/bp_conditn.htm

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

A. The WSDL references the appropriate JCA binding file for each applicable operation in the WSDL"binding" element.

B. All operations defined in the WSDL must be mapped to activation specifications in the JCA binding file.C. The JCA binding file defines default adapter property values for each applicable operation defined in the

WSDL.D. There is no direct relationship between the WSDL and the JCA binding file at design time.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 23Which two statements are true about stakeholders working with Business Process Workspace?

A. Process owners manage rules for users and groups.B. Process owners can act on tasks belonging to their process, but are assigned to other users.C. Process participants can delegate work to another user.D. Administrators typically get involved to handle task escalations.

Correct Answer: BDSection: (none)Explanation

Explanation/Reference:Reference:http://docs.oracle.com/cd/E15586_01/integration.1111/e10224/bp_worklist.htm

QUESTION 24EPN is the internal structure of an OEP application and is displayed as a top-down hierarchy in a graphicaleditor. Which two statements are correct about the Event Processing Network (EPN) in Oracle EventProcessing (OEP)?

Page 10: · PDF fileService Bus (OSB) and Oracle SOA ... 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

A. EPN is the internal structure of an OEP application and is displayed as a top-down hierarchy in agraphical 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: CSection: (none)Explanation

Explanation/Reference:Reference:

https://docs.oracle.com/middleware/1213/eventprocessing/CEPGS/GUID-2A4AD5B8-61DD-4BA1-8BC6-603026D462FA.htm

QUESTION 25Your company has a checkCredit service used in the sales process and your organization plans to roll out anew 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: CSection: (none)Explanation

Explanation/Reference:Reference:

https://docs.oracle.com/middleware/1213/soasuite/develop-soa/soa-templates.htm

QUESTION 26Which 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 domain.

Correct Answer: DESection: (none)Explanation

Explanation/Reference:Reference:

http://docs.oracle.com/cd/E17904_01/core.1111/e10105/getstart.htm

QUESTION 27

Page 11: · PDF fileService Bus (OSB) and Oracle SOA ... 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

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 interactionwith 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: CSection: (none)Explanation

Explanation/Reference:

QUESTION 28As an Oracle SOA Suite composite moves through the software development life cycle, certainenvironment-specific changes must be made to the composite configuration from deployment todeployment.

Which feature can help you capture and effect these changes?

A. Configuration PlansB. Deployment PlansC. Domain Value MapsD. Property Files

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 29A user has configured Mediator M1 to receive and route product information from System X into its internalapplications in chronological order. For each product, M1 receives one "create" event followed by anynumber of "update " events from an AQ Queue via a JMS adapter. M1 can receive updates to the productat any time of day.

The user claims that incoming messages for each product are received and processed in the correctchronological order 95 % of the time. However, the messages are being processed out of order 5 % of thetime. This results in critical errors in the target systems. The user expects all messages pertaining to aproduct to be unconditionally processed in the order of arrival at M1.

What causes this discrepancy?

A. The user is running on a four-node SOA cluster and has not configured the inbound JMC adapter to bea singleton.

B. The user is running on a single-node SOA environment but has configured the number of inboundadapter threads to be a value greater than 1.

C. The given Mediator configuration does not address this sequencing requirement.D. The user has configured resequencer worker threads to a value greater than 1 for the Mediator service

engine.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

Page 12: · PDF fileService Bus (OSB) and Oracle SOA ... 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

Reference:

http://www.ateam-oracle.com/wp-content/uploads/2014/02/Oracle-Mediator-Resequencer.pdf

QUESTION 30Which two statements accurately describe policy attachment in Oracle Web Services Manager (OWSM)?

A. The order in which policies are attached to a subject determines the order in which the policies areexecuted.

B. JDeveloper groups the policies that can be attached into five categories of interceptors.C. Multiple WS-Addressing policies can be attached to a policy subject.D. In Enterprise Manager Fusion Middleware Control, a security policy can be attached to a web service

and it can be either enabled or disabled.

Correct Answer: ACSection: (none)Explanation

Explanation/Reference:Reference:http://docs.oracle.com/cd/E12839_01/web.1111/b32511/attaching.htm

QUESTION 31Identify three true statements about the use of composite sensors.

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

Correct Answer: BDESection: (none)Explanation

Explanation/Reference:Reference:

http://docs.oracle.com/cd/E13222_01/wls/docs90/intro/console.html

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

A. Oracle Service Bus must be used. An HTTP proxy service is created and a pipeline is added with aconditional 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 forboth. The REST binding will automatically translate a REST payload from JSON or XML to SOAP/XMLfor processing in the middleware layer.

C. Use a BPEL process with a REST binding and utilize the nXSD activity to translate the native JSONpayload to XML for processing.

D. Use the HTTP transport in Oracle Service Bus for the REST interaction and use nXSD to translate theJSON payload to XML for processing.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

Page 13: · PDF fileService Bus (OSB) and Oracle SOA ... 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

QUESTION 33Which two statements are true about composite applications and mediators?

http://www.gratisexam.com/

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: BDSection: (none)Explanation

Explanation/Reference:

QUESTION 34Which 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 forapplication 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: CSection: (none)Explanation

Explanation/Reference:

QUESTION 35Which statement is correct about how if-then rules are processed during an inferencing session?

A. Rules are evaluated in the order in which they were added to the ruleset.B. A particular rule can be fired only once in an inferencing session.C. The effective date set for a rule can take it out of consideration for evaluation.D. A priority setting of 1 will cause the rule to fire during each inferencing session.E. Rules with multiple IF conditions receive higher priority during evaluation.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 36

Page 14: · PDF fileService Bus (OSB) and Oracle SOA ... 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

Which dashboard should you use to gauge the overall efficiency of a user for a specific process?

A. workload per process on a standard dashboardB. workload per participant on a standard dashboardC. performance per participant on a standard dashboardD. a custom dashboard

Correct Answer: BSection: (none)Explanation

Explanation/Reference:Reference:

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

QUESTION 37Which two business indicators should be created to support a chart titled "Sales Total by Region"?

A. MeasureB. CounterC. Counter markD. Dimension

Correct Answer: ADSection: (none)Explanation

Explanation/Reference:

QUESTION 38Identify four situations in which you can configure a notification for a human task.

A. task createdB. task completedC. task opened in workspaceD. task erroredE. outcome updatedF. task assigned

Correct Answer: BDEFSection: (none)Explanation

Explanation/Reference:

QUESTION 39Which 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 messagecontent.

B. It enables services to be created, managed and orchestrated into composite applications and businessprocesses.

C. It provides comprehensive, built-in security based on Oracle Platform Security Services and OracleWebLogic security framework.

D. It supports interoperability with web service integration technologies including .NET, TIBCO EMC, IBMMQ, and Apache Axis.

Page 15: · PDF fileService Bus (OSB) and Oracle SOA ... 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

Correct Answer: BSection: (none)Explanation

Explanation/Reference:Reference:

http://docs.oracle.com/cd/E16764_01/integration.1111/e10224/fod_intro1.htm

QUESTION 40You are planning to upgrade a SOA suite production environment from 11g to 12c and are evaluating therequired steps in the upgrade process.

Identify the two statements that accurately describe that process.

A. Composites must be redeployed after the upgrade process.B. It is recommended to-purge as many nonessential instances in the dehydration store as possible before

the upgrade.C. BAM dashboards and alerts will be migrated automatically.D. Long-running instances will resume after the upgrade process has completed.

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:Reference:

https://docs.oracle.com/middleware/1213/core/FUPSS/bam.htm

QUESTION 41You are about to upgrade an environment from SOA Suite 11g to SOA Suite 12cand you want to make surethat 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: CSection: (none)Explanation

Explanation/Reference:Reference:

https://docs.oracle.com/cd/E25054_01/core.1111/e10043/cfgauthr.htm

QUESTION 42Which 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 manyWebLogic Server applications utilize.

B. Oracle BAM data objects are based on the Star schema and that makes it easier to share data withbusiness intelligence applications.

C. If you have remembered to install the Oracle Complex Event Processing Service Engine, Oracle BAMcan use it for real-time data analysis.

Page 16: · PDF fileService Bus (OSB) and Oracle SOA ... 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

D. Sophisticated ADF components, such as treemaps, scatter charts, and bubble charts, may be easilyincorporated into executive dashboards.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:Reference:

https://docs.oracle.com/middleware/1213/bam/bam-user-guide/GUID-565A68AD-4190-432C-810C-22B5CD827D22.htm

QUESTION 43Which 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: BSection: (none)Explanation

Explanation/Reference:

QUESTION 44Identify two reasons why Oracle Cloud Adapters make it easier to integrate a SOA Suite application with acloud-based application.

A. They shield the developer from needing in-depth expertise on the functionality of the cloud- basedapplication.

B. They help the developer master the intricacies of the cloud application's data model and mechanismsfor security and session management.

C. They come with a configuration wizard that is accessible from Enterprise Manager.D. They free the developer up to focus on building the business logic for related business processes.

Correct Answer: ACSection: (none)Explanation

Explanation/Reference:Reference:

http://docs.oracle.com/cd/E24628_01/install.121/e22624/install_agent.htm

QUESTION 45Your 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 newbusiness 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 responsesD. by developing mediators that handle last-mile transformation and routing of messages to and from third-

party services

Page 17: · PDF fileService Bus (OSB) and Oracle SOA ... 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

Correct Answer: ABSection: (none)Explanation

Explanation/Reference:Reference:

http://www.oracle.com/us/obiee-11g-technical-overview-078853.pdf

QUESTION 46To support invocation of a SOAP web service from BPEL, you import the WSDL of the web service intoyour SOA project. The local WSDL copy contains no partner link types. You create a partner link for theweb 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: ASection: (none)Explanation

Explanation/Reference:Reference:

http://docs.oracle.com/cd/E19182-01/821-0539/ggbzh/index.html

QUESTION 47A company wants to use Oracle SOA Suite to support a zero message loss system.

Which three Oracle Adapters can the company use?

A. JMS AdapterB. Database AdapterC. EJB AdapterD. File/FTP AdapterE. Socket Adapter

Correct Answer: ABCSection: (none)Explanation

Explanation/Reference:

QUESTION 48When more than one policy is attached to a policy subject, the combination of policies needs to be valid.

Which statement is true about the valid combination of policies for a policy subject?

A. Only one MTOM policy can be attached to a policy subject.B. More than one Reliable Messaging policy can be attached to a policy subject.C. You cannot have both a Reliable Messaging policy and a WS-Addressing policy attached to the same

policy subjectD. Only one security policy can be attached to a policy subject

Page 18: · PDF fileService Bus (OSB) and Oracle SOA ... 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

Correct Answer: ASection: (none)Explanation

Explanation/Reference:

QUESTION 49To avoid the purchase of new server capacity, a company must limit the volume of messages routed to acomputationally expensive RESTful service operation.

http://www.gratisexam.com/

Which Oracle SOA Suite component can help the company meet this requirement?

A. BPEL processB. MediatorC. Proxy ServiceD. Business Service

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 50Which 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: CDSection: (none)Explanation

Explanation/Reference:Reference:

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

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

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

Correct Answer: D

Page 19: · PDF fileService Bus (OSB) and Oracle SOA ... 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

Section: (none)Explanation

Explanation/Reference:

QUESTION 52You have a situation where a collection of rules might provide a flexible way of externalizing logic in anapplication.

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: BDSection: (none)Explanation

Explanation/Reference:Reference:

https://docs.oracle.com/middleware/1213/bpm/rules-user/rules_start.htm

QUESTION 53Which two are features of Event Delivery Network (EDN)?

A. JMS-based point-to-point architecture that is based on queues.B. JMS-based publish/subscribe architecture that is based on topics.C. support for Oracle AQ as a providerD. separately installable to allow for flexible deploymentE. support for durable subscriptions so that, in order to receive events, the subscriber need not be running

Correct Answer: ACSection: (none)Explanation

Explanation/Reference:Reference:

http://docs.oracle.com/cd/E51173_01/win.122/e17732/featAQ.htm

QUESTION 54Which statement is true about how BPEL Process Manager handles the For Each activity?

A. The counter variable of the For Each activity is global, so any change to it in the enclosed scope activityis retained and that change can impact the next iteration.

B. The For Each activity executes a contained scope activity N times, where N is the final counter valueminus the starting counter value.

C. The For Each activity waits for the execution to finish for all the branches specified when the completioncondition is specified and evaluated to true.

D. The counter variable of a For Each activity is local to the enclosed scope activity, so a change to itoutside the scope of the For Each, does not impact the next iteration.

Correct Answer: B

Page 20: · PDF fileService Bus (OSB) and Oracle SOA ... 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

Section: (none)Explanation

Explanation/Reference:Reference:

http://docs.oracle.com/cd/E15586_01/integration.1111/e10224/bp_parallel.htm

QUESTION 55For each three items can you create tests by using the Service Component Architecture (SCA) testframework?

A. Reference binding componentsB. Service components such as a MediatorC. WiresD. Invoke activities in a BPEL processE. Composite sensors

Correct Answer: BCESection: (none)Explanation

Explanation/Reference:

QUESTION 56BPEL processes are being used to implement both the service and client sides of a synchronous webservice 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: DSection: (none)Explanation

Explanation/Reference:Reference:

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

QUESTION 57Which 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: BCSection: (none)Explanation

Explanation/Reference:

Page 21: · PDF fileService Bus (OSB) and Oracle SOA ... 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

Reference:

http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/172298.pdf

QUESTION 58Which two are valid use cases for a business service?

A. load balancing XML messages between multiple service endpoints using different transportsB. load balancing SOAP messages between multiple service endpoints addressed by different URLsC. load balancing MFL messages between multiple service endpoints based on server loadD. routing a Java message to a JMS error queue after three failed load-balancing attempts

Correct Answer: CDSection: (none)Explanation

Explanation/Reference:Reference:

http://docs.oracle.com/cd/E23943_01/admin.1111/e15867/configuringandusingservices.htm

QUESTION 59Which two statements accurately describe how Oracle Web Services Manager works?

A. On the client side, the agent coordinates a pipeline of policy interceptors that apply policy assertions to arequest in a standardized, predetermined order.

B. On the service side, policy assertions are processed in reverse order of the client side before a requestis delivered to the service.

C. On the client side, the policy manager coordinates a pipeline of agents that apply policy assertions tothe request in the order specified by the developer.

D. On the service side, policy assertions are processed in the same order as on the client side before arequest is delivered to the service.

Correct Answer: ACSection: (none)Explanation

Explanation/Reference:Reference:

https://docs.oracle.com/middleware/1212/owsm/OWSMC/owsm-policy-framework.htm

QUESTION 60Identify two statements that correctly describe OWSM policy attachments in Oracle SOA Suite

A. Although you can attach as well as detach security policies in JDeveloper, you can only detach them inEnterprise Manager.

B. An application developer typically uses JDeveloper to create new security policies rather than selectthem from a prebuilt list.

C. When you use JDeveloper to associate a security policy with a web service, the policy is not reallyattached until application deployment.

D. OWSM policies can be attached and detached with WLST.

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:Reference:

http://www.oracle.com/partners/en/most-popular-resources/bpm-suite-12c-exam-study-guide-2398189.pdf

Page 22: · PDF fileService Bus (OSB) and Oracle SOA ... 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

QUESTION 61Results catching has been configured on a business service. A previously cached result has been flushedfrom 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: BDSection: (none)Explanation

Explanation/Reference:Reference:

https://docs.oracle.com/cd/E17904_01/apirefs.1111/e15034/Service.html

QUESTION 62Given the following XML document, which two XPath expressions return the same result?

<?xml version =”1.0” encoding =”UTF – 8”?><bookstore> <book category=”COOKING”> <title lang=”en”>Everyday Italian Treats</t itle> <author>George Smith</author> <year>2009</year> <price>30.00</price></book> <book category=”WEB”> <title lang=”en”>Getting Started with XPath </title> <author>Tammy Lee</author> <author>SergieLadloff</author> <year>2011</year> <price>49.99</price></book></bookstore>

A. bookstore/book/author

B. bookstore/book/author/text ()

C. bookstore/book/author/*

D. bookstore//author/text ()

E. //author/@text

F. //author/*text

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 63After a successful web application login, an Oracle Access Manager (OAM) token is made available toOracle WebLogic Server (WLS) where the token is asserted for authentication purposes. The resultingJava Authentication and Authorization Service (JAAS) subject is then made available to the Oracle WebService Manager (OWSM) agent where it is used to create a Security Assertion Markup Language (SAML).

Which security feature does this scenario illustrate?

Page 23: · PDF fileService Bus (OSB) and Oracle SOA ... 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

A. identity propagationB. single sign-onC. user authorizationD. non-repudiation

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

http://www.gratisexam.com/


Recommended