Tuesday, 12 March 2013

Soa Certification guide-Z0-451



·         Course Name       Implementation Consultant (Service-Oriented Architecture)
·         Course Id             1Z0-451






Q.1. Which two statements are true about oracle WSM policy framework?
A)     It manages and secures web services consistently across your organization.
B)     It can be used by developers at design time,and also by system administrators at run time.
C)     It manages service orchestration and reliable message delivery.
D)     It does not leverage the Oracle platform security service.
Answer: A,B

Q.2. Using the Oracle BPM work-list application user can do which three things?

A)     Perform authorize actions on tasks.
B)     Create personal tasks.
C)     Define delegation rules.
D)     Define user groups.
E)      Define task routing policy.
Answer: A,B,C

Q.3. Which two statements are true about oracle WSM?

A)     You can create custom policies that support security and management if the predefined policies do not meet your needs.
B)      You can continue to use Oracle WSM 11g gateway components with Oracle Wsm11g policies applications.
C)     Oracle WSM policy manager manages not only security polices,but also manages other type of policies such as message transmission optimization mechanism (MTOM),reliable messaging addressing and management.
D)     Oracle WSM support policy enforcement agents for third party application servers such as IBM web sphere and red hat Jboss.
Answer: A,C

Q.4. You are using Oracle Jdeveloper 11g composite editor tool to built a composite application. Which service lane will you use to define your interfaces to the composite?
A)      Reference services lane.
B)     Exposed services lane.
C)     External services lane.
D)     Internal services lane.
Answer: B

Q.5.  Which two statements are true regarding developing SOA composite applications using Oracle Jdeveloper?
A)      A service component can be created only using the SOA composite editor.
B)     A project development on the same SOA infrastructure must have a unique name across SOA composite application.
C)     When a service component is deleted using SOA composite editor,all references to all are automatically deleted.
D)     When you deleted a component , any WSDL imports used by that component are removed , even if the WSDL imports are used by other component.
Answer: B,C

Q.6. Which three operations are supported by Oracle File Adapter?
A)     Read file.
B)      Fetch file.
C)     List file.
D)     Write file.
E)      Delete file.
Answer: A,C,D

Q.7. The mediator receives a file containing data about new customers from an application or service. Based on the country mentioned in the customer's Address,you can route deliver data in the database storing data for particular country. This is an example of ________.
A)      Content-based and header-based routing.
B)     Content-based routing.
C)     Header-based routing.
D)     Parsing-based routing.
Answer: B

Q.8. In oracle BPEL PM,which activity for an asynchronous callback response message from a service.
A)     Invoke
B)      Receive
C)     Wait.
D)     Scope.
Answer: A

Q.9. Oracle SOA composite applications can be developed by using which two?
A)      Open eclipse
B)     Oracle Jdeveloper
C)     Oracle WLST
D)     Oracle CAMM
E)      Oracle Fusion Middleware control.
Answer: B,D

Q.10. What three things are true about service component architecture?

A)     It is an assembly model of service components in composite applications.
B)      It provides the foundation for the orchestration of web services.
C)     SCA is the set of specifications governed bu OASIS through open service architecture.
D)     The use of specific programming language and technologies is not required with SCA.
E)      It provides the architecture to built java messaging applications.
Answer: A,C,D

Q.11.When a human task service component is selected as stand alone component in SOA composite editor and option to expose its interface is selected the human task component is automatically wired to a ________ web service.
A)     Simple object access protocol (SOAP).
B)      Adapter.
C)     Enterprise java bean(EJB).
D)     Java messaging service.
Answer:  A
Explanation :Ref : soadev.pdf 490

If you want to create the human task service component as a standalone component in the SOA Composite Editor, select the Create Composite Service with SOAP Bindings checkbox. This creates a human task service component that is automatically wired to a Simple Object Access Protocol (SOAP) web service. Figure 25–3 provides details.


Q.12.Two types of services with transactional behavior that can be implemented in Oracle SOA suite 11g database adapters and…………….
A)      File adapter,
B)     service data objects.
C)     SOAP endpoints.
D)     Active server objects.
Answer: B

With the Oracle SOA Suite 11g platform, a transactional service can be implemented as  Java Web service, a Database Adapter, a JMS Adapter, and the AQ Adapter—all of which can be invoked from a Mediator and BPEL components. The Service Data Object is used by BPEL through entity variables. 



Q.13. Oracle SOA suit 11g has two components, mediator and Oracle service bus. Both provide transformation and validation functionality. Which two statements are true.

A)     The mediator is an infra-composite component responsible for brokering communications between components that make up a composite ,enabling transformation, routing and payload validation inside the component.
B)      The mediator is stand alone component responsible for broking communications between service end points enabling transformation , routing and payload validation.
C)     Oracle service bus is stand alone component responsible for brokering communications between service endpoints enabling transformation , routing and payload validation.
Answer:  A,C

Q.14.You are implementing a BPEL process for your client in the implementation scenario, the BPEL process sends a request to a service and waits untill it recieves a reply or untill a certain time limit is reached.Identify the correct activity for this....
A)     Pick
B)      Assign
C)     Wait
D)     While
Answer: A

Q.15.______ specifies both an input and an out put element for an operational part type of service WSDL.
A)      Asynchronous service.
E)      Synchronous Service.
B)      BPEL service
C)     JMS Service.
Answer: B

Q.16. Identify three applicable features of Oracle mediator.
F)      Event handling
G)     Content-based ans header-based routing.
H)     Error handling
A)      Event sevsor.
Answer: A,B,C

Q.17. What is true about replay fault?
A)      A replay fault thrown inside the activity. It is thrown because the invocation fails . For example a SOAP fault returned by the Remote service.
B)    A replay fault re-executes the activity inside a scope. The  server than  re-execute the scope from beginning.
C)     A replay fault thrown inside an activity if the if the preparation of the invocation fails. For example the WSDL of the process fails to load.
D)     A replay fault is not retry able and this type of fault usually must be fixed by human intervention.
Answer: B

Q. 18. Identify the correct order in which the fault management framework attempts to identify a fault policy binding?
  1. BPEL process or Oracle mediator service component defined in the composite.xml file.
  2. SOA composite application defined in the composite XML file.
  3. Reference binding component defined in the composite XML file.
A)      1,2,3
B)     3,1,2
C)     3,2,1
D)     1,3,2
Answer: B

Q.19. What is the purpose of Oracle BPEL process manager dehydration store?
A)      The dehydration store is used to save all state information in a database to avoid showing down the system due to too much IO.
B)      The dehydration store is used to store the process state for long-running process which will allocate memory to given back to the system and will consume resources while waiting.
C)     The dehydration store is good way to preserve long running processes and it prevents any location of state or reliability if a system shut down.
Answer: C

Q.20. Which routing rule type in an Oracle mediator component externalizes routing logic to a Oracle rules dictionary?
A)     Dynamic.
B)      Static.
C)     Request.
Answer:  A

Q.21. Which three service component implementations are supported in Oracle SOA suit 11g?
A)     Mediator component.
B)      Binding Component.
C)     References component.
D)     BPEL component.
E)      Business Rule component.
Answer:  A,D,E

Q.22.Business rules are declarative statements that describe business policies or describe key business decisions. Identify the statement that describes the “rules” component of Oracle business rules system.
A)      Rules are data or business objects on which the rules engine evaluates rule conditions.
B)     Rules are declared as “if condition than action”.
C)     Rules have an action assign,assert,call function (or java methode)
D)     Rules have a collection of fact type ,global variables/constants,functions.
Answer: B,C

Q.23.Identify two correct statements regarding schematron-based validations in Oracle mediator.
A)      XSD-based validation are more comprehensive than schema tron-based validations.
B)     Oracle mediator uses schema tron files semantic validation.
C)     Schema tron files usually a sch extension.
D)     An error message or warning is displayed if the warning schema file is empty.

Answer: B,C

Q.24.Choose three components that are part of Oracle BAM server.

A)      Oracle BAM process manager.
B)     Oracle BAM active Data cache.
C)     Oracle BAM rules Engine
D)     Oracle BAM event Engine
E)      Oracle BAM report Cache.
Answer: B,D,E

  1. What is true when implementing human task that are part of composite applications using the human task component in SOA 11g?
A)     The human task configuration is stored in the "Task" metadata file.
B)     Human task service uses an identity directory directory such as LDAP to determine people, roles and previlages.
C)     The human task service engine exceutes all the human task components in SOA composite application.
D)     The human task is not available in standalone mode, and is always associated with BPEL process service component
E)      The worklist application can also be used to change the human task configurtation.
Answer: A,B,C 

  1. Which two statements are ttrue about Oracle B2B?
A)      Oracle B2B is part of Oracle EDN suite that enables the web service mediation.
B)     Oracle B2B is an e-commerce gateway that enables the secure and reliable exchange of business documents between an enterprise and trading partners.
C)     Oracel B2B provids the capability of web services orchestration by implementing the BPEL
D)     Oarcle B2B is a binding component of the Oracle SOA suit platform that enables the implementation of e-commerce business processes.    
Answer: B,D

  1. The event delivery network is designed for handling asynchronous messaging arising from a business event or service and supports...
A)      Request-response model.
B)     Publish-subscribe declarative model.
C)     Fire-forget model.
D)     Request-reply model.
Answer:B

  1. Oracle WSM policies are made of one or more___
A)      Tokens
B)      Protocols
C)     Assertions
D)     Bindings
Answer: C

  1. SCA assembly model represnts _________, which are defined elements containing in xml files.
A)      A series of adapters.
B)    A series of artifacts.
C)     A series of query languages.
D)     A series of activities.
Answer: B
  1. SCA components are integrated together into one application and communicate with the outside world through binding components such as _______ and _______.
A)    Artifacts.
B)     Web Services.
C)     JCA Adapters.
D)     EDA.
Answer: B, C

  1. Human task service presents tasks to users via which channels?
A)     Oracle BPM worlist appliaction.
B)      Oracle forms based notification.
C)     Actionable notifications sent via sms.
D)     Actionable notifications sent via email.

Answer:A,D

  1. Which three statements are true about Oracle Service Bus(OSB)?
A)     OSB is an intermediatary that processes incoming service message, determines routing logic, and transforms these messages for compatibility with other service consumers.
B)      OSB is mainly used for web service orchestration to build the business processes.
C)     OSB can receive messages through transport protocol such as HTTP(S), JMS, file, and FTP and send messages through the same or different protocol.
D)     OSB  provides the supports for the long-running asynchronous web service with correlation and compensation handler.
E)      The message processing by OSB is driven by metadata, specified in message flow definition of a proxy service.
Answer: A,C,E

  1. Service authenticatio can be incorporated using _________.
A)      Signatures.
B)     Security tokens.
C)     Encryptions.
D)     Binding.
Answer: B
  1. Which two are BPEL faults?
A)     Business faults.
B)      Process faults.
C)     Runtime faults.
D)     Static faults.
E)      Dynamic faults.
Answer:A,C
  1. Which two statements are about Oracle SOA suite 11g BPEL component when using the entity?
A)     Data operations such as loading and saving are performed automatically by the data provider service without asking to code any service invocation.
B)      Data operation such as explicitly loading and saving data are performed by the databse adapter in Oracle BPEL  process manager.
C)     Data variables are in Service Data Object(SDO) form.
D)     Data variables are in Document Object Model(DOM) form.
Answer: A,C
  1. Which three components ca be used to configure a human task?
A)      Task management service
B)     Task routing service.
C)     Data service.
D)     Identity service.
E)      Secutiry service.
Answer: B, D, E
  1. The WS-addressing header contains callback location ________.
A)      BPEL variables.
B)      Component ID.
C)     Correlation ID.
D)     Content ID.
Answer:C
  1. ___ is an instant of an Oracle WebLogic server used to host deployed custom built appication for production use.
A)      Administrative server.
B)      Portal server.
C)     Managed server.
D)     Securrity server.
Answer: A
  1. Business events is defined using the ________ in Oracle SOA suite 11g.
A)     Event definition language(EDL).
B)      Event definition schema (EDS).
C)     Event definition object(EDO).
D)     Event definition message(EDM).

  1. What do the Oracle business rules components inside?
A)     Rules engine.
B)     Rule editor.
C)     Rule dictionary.
D)     Rules evaluation.
E)      Rules library.

  1. A BPEL process uses to invoke to insert data into two Oracle database tables the first invokes inserts data into master table and the second invokes insert data into detail table?
    Identify the statement that will undo both transactions by throwing the fault if either oneof the transaction faults?
A)      <throw name="throw" fault name="bpebrsqlecception"/>
B)      <throw name="throw" fault name="bpextcroolback"/>
C)     <throw name="throw" fault name="bpextruntime fault"/>
D)     <throw name="throw" fault name="bpextfault"/>

  1. Ypur Oracle SOA composite is running in production but due to new government mandate you have to update the security policy based on Oracle web service manager. What are your options to update the security?
A)      Attach updated policy via the command line interface.
B)     Attach updated policy in jdeveloper and redeploy component.
C)     Attach policy in enterprise model console test it and reattach without deployment.
D)     Attach policy via WebLogic admin console after delpyment.
Answer: B,C

  1. What is the best practice to define the fault handler for the following BPEL process?
Input the messages from a file, writes the information to the database, and invokes external web services to send information and publish message to JJMS queue.
A)      How a global fault and compensation handler for BPEL process to manage faults.
B)      Define an individual scope for major activities and handle the faults at the scopre level.
C)     Define anly a catch alll activity to catch any faults withing this BPEL process.
D)     Define a global scope that implements the IFaultBPEL process.
Answer: D

  1. You are building a composite application using Oracle Jdeveloper 11g composite editor, to which files you refer to understanding the servicesand referneces for each service component and to ensure that the writing you create between component works? (*  refers the name fof composite/component/process of a particular composite application.)
A)      *.xml
B)     *_component type
C)     *_mplan
D)     *.decs
E)      *.ref
Answer: B

  1. In Oracle SOA suite 11g embedded security is enabled via...
A)      Oracle service bus as a security gateway.
B)     Embedded OWSM agents to the SOA service infrastructure.
C)     Out-of-the box  installation of the OWSM gateway.
D)     Custom installation fo the OWSM gateway.
Answer: B

  1. Which two statements are valid for runtime faults?
A)     Faults are the result fo problems within the running of the BPEL process components or web service.
B)      Faults are application specific faults that are generated when there is problem with the information being processed.
C)     Faults occurr  when an application executes a through activity or when an invoke activity receive a fault as response
D)     Faults are not user defined, and are thrown by the system.

  1. What is true about BPEL flowN activity?
A)      The flow and flowN activities are complimentary, with the flowN being performed when dealing with large number of flows.
B)     The folowN activity creates multople flows equal ot the value of N, which is defined at runtime.
C)     The branches created by flowN perform different activities based on the value of N
D)     Each branch in the flow  uses the same input variable sbut peform different activities based on the value of N.
Answer: B

  1. In order to define the interactions between the service entry points components and references you need to create _____.
A)     An SCA component
B)      Wires.
C)     A service interface.
D)     Links.
Answer:  A

49.You are in Oracle jdeveloper 11g composite editor. How do you define interactions between the service end points, components and refrences?
A) SCA components.
B) Wires.
C) Service interface.
D) Links.
Answer : B

50.Identify two applicable examples of business rules
A) Notifications to alert interested users about a change in the state of a task during the task life cycle.
B) Business policies such as discounts or premiums.
C) Computations such as discounts or premiums.
D) Activities that are required to advance the business process.
            Answer : B,C.

51.Which two statements are true about Oracle complex event processing?
A) Oracle CEP provides real time visibility into critical business process through push based dash boards and alerts.
B) Oracle CEP is the java server for the development and deployment of high performance event driven application.
C) Oracle CEP is light weight java application container based on equinox OSGI which provides support for continuous query language (Oracle CQL).
It mainly used in Conjunction with oracle BPEL process manager.
Answer : B,C



52. Which two statements are true about proxy service in Oracle service bus (OSB)?
A) Proxy Services are OSB Definitions of enterprise services thst exchange messages during businesses processes and they do not have a pipeline.
B) Proxy Services can be configured using Oracle jdeveloper.
C) Proxy services can be configured using Oracle jdeveloper.
D) Message handling capabilities of proxy service are implemented with message filow definition using pipeline.
Answer : B,D.

53.What are the missing tags on the following snippet?
<=====>
< ====faultName= “services: Negative credit” fault variable id = “crError”>
<assign name = “crin”>
<copy>
<from expression= “-1000”></from>
<to variable = “input” part= “payload” query= “/autoloan:loan application :credir rating”/>
</copy>
</assign>
</=====>
</=====>
A) Fault handlers , catchAll.
B) Fault,Catch.
C) Fault handlers ,catch.
Answer : C

54. Identify the type of BPEL sensors.
A) Activity Sensor
B) Adapter Sensor
C) Variable Sensor
D) Fault Sensor
E) Service Sensor
Answer : A,C,D.
Explanation :
Ref : soadev.pdf 298
                                                You can define the following types of sensors, either through Oracle
                                manually by providing sensor configuration files.
                                ■ Activity sensors
                                                Activity sensors are used to monitor the execution of activities
                                                process. For example, they can be used to monitor the execution
                                                activity or how long it takes to complete a scope. Along with
                                                you can also monitor variables of the activity.
                                ■ Variable sensors
                                                Variable sensors are used to monitor variables (or parts of
                                                process. For example, variable sensors can be used to monitor
                                                output data of a BPEL process.
                                ■ Fault sensors
                                                Fault sensors are used to monitor BPEL faults.
                                                You typically add or edit sensors as part of the BPEL modeling
                                                variables.
                                When you model sensors in Oracle JDeveloper, two new files
                                BPEL process archive:
                                                ■ bpel_process_name_sensor.xml
                                                                Contains the sensor definitions of a BPEL process
                                                ■ bpel_process_name_sensorAction.xml
                                                                Contains the sensor action definitions of a BPEL process

55.How do you built the custom java fault handler in BPEL?
A) Provides the java fault that implements the lfault recovery java class.
B) Provides the java fault that implerments the lfault retry class.
C) Provides the java fault that implements the ifault bpel process.
D) Provide the java fault that implements the ifault than dler java class.

Answer : A
Explanation : Ref. Soadev.pdf 254

56.Identify two features of event delivery network (EDN).
A) Aligns SOA with event driven architecture (EDA).
B) Supports a public subscribe declarative model.
C) Facilitates services innovations and events to be mixed and matched.
D) Provide the split join web services.
Answer:A, B

57.Service component architecture (SCA) is set of specifications for ………., ………and ……..?
A) Implementing appliccations based on reusability.
B) Implementing business applications using BPEL.
C) A programming model for building applications based on service on service oriented architechture.
D) Composition of services and creation of service components including the reuse of existing services.
E) Implementing procedural models to built software application.
Answer : A,C,D
Explanation :Ref : soadev.pdf 48
Service Component Architecture (SCA) assembly model Provides the service details and their interdependencies to form composite applications. SCA enables you to represent business logic as reusable service components that can be easily integrated into any SCA-compliant application. The resulting application is known as an SOA composite application. The specification for the SCA standard is maintained by the Organization for the Advancement of Structured Information Standards (OASIS) through the Open Composite Services Architecture (CSA) Member Section:

58.For business rules, a rules dictionary contains one or more definitions of: facts; constraints; functions; rule sets. Identify the correct statement that defines the facts.
A) Has a collection of facts ,global variables constants functions and rulesets.
B) Are declared as : "if condition than action".
C) Have an action : assign,assert,call function (or java method)
D) Are data or business objects on which the rule engine evaluates the rule condition.
Answer : D
Explanation :
Ref : soadev.pdf 75
                                                Facts
                                                                Facts are the objects that rules reason on.
                                                Functions
                                                                A function, in Oracle Business Rules, refers to the standard
                                                                mathematical functions.
                                                Globals
                                                                A global, in Oracle Business Rules, is similar to a public static
                                                                variable in Java.
                                                Bucketsets
                                                                Bucketsets define the data types of fact properties.
                                                Links
                                                                Links are used to link to a dictionary in the same application or in
                                                                another application.
                                                Decision Functions
                                                                A Decision Function is a function that is configured declaratively,
                                                                without using RL Language programming.
                                                Rulesets with Rules and Decision Tables
                                                                A ruleset provides a unit of execution for rules and for Decision
                                                                Tables. A Decision Table


59.Which two components can be found on SAO component palette of Oracle SOA component?
A) Bpel process.
B) Partner link.
C) Human task.
D) ADF-BC.
Answer : A,C.
Explanation :
Explanation : Ref : soadev.pdf 59
Contains the various resources that you can use in a SOA composite. It contains the following service components and adapters:
                                                ■ Service components
                                                                Displays the BPEL Process, business rule, human task, and mediator service that
                                                                can be dragged and dropped into the designer.
                                                ■ Service adapters
                                                                Displays the JCA adapter (AQ, file, FTP, Database, JMS, MQ, Oracle Applications,
                                                                Oracle BAM, and EJB Service), B2B binding component, SDO binding component,
                                                                and web service binding component that can be dragged into the left or right
                                                                swim lanes.
                                                If the Resource Catalog does not display, select Component Palette from the View
                                                main menu.

60.Which these are valid methods to assign users, groups, and application rules during design time, to tasks in a human workflow?
A) Assign users,groups,and application rule using Xquery.
B) Assign users, groups, and application rules using LDAP rules and privileges.
C) Assign users, groups, and application rule using business rule.
D) Assign user, groups, and application rule using Oracle Haley.
E) Assign user, groups, and application rules using a delimited string of users, groups or application roles.
Answer : A,C,E.

Explanation :
Ref : soadev.pdf 637
                        Assign tasks statically
                                                A delimited string of users, groups, or application roles (for example, jstein,wfaulk, cdickens).
                                Assign tasks dynamically
                                                You can assign users, groups, and application roles dynamically using Xpath expressions.
                                Assign tasks with business rules
                                                                You can create the list of task participants with complex expressions. The result of
                                                                using business rules is equal to using XPath expressions.




61.Bucket sets ________.
A) Are data objects that are asserted and added to the rule session working memory.
B) Are constraints defined in the rule dictionary as lists of values , list of range values , or enumerators.
C) Are shared constants are variables defined in rule dictionary accessible to all rules.
D)Are used in rules and defined in rule dictionary using the oracle Business rule language.
Answer : B

62.You are using Oracle BPELPM/human workflow. You have a case where the participant can just receive a notification task and the business process will not wait for the participant’s response. Which participant type will you choose?
A) Single
B) parallel
C) Serial
D)FYI
Answer :D
Explanation :
Ref : soadev.pdf 637


63.Two types of services with transactional behavior that can be implemented in Oracle SOA suite 11g database adapters and…………….
A) File adapters.
B) Service data objects
C) SOAP Endpoints.
D) Active server object
Answer : B
Explanation :
ref : soadev.pdf 254
Since SOAP inherently has no support for transactions, this method loses atomic transactionality, that is, the ability to perform several operations in an all-or-none mode (such as debiting one bank account while crediting another, where either both transactions must be completed, or neither of them).
ref : soadev.pdf 1175
SDOs enable you to modify business data regardless of how it is physically accessed.Knowledge is not required about how to access a particular back-end data source to use SDO in an SOA composite application. Consequently, you can use static or                              dynamic programming styles and obtain connected and disconnected access.           Enterprise JavaBeans are server-side domain objects that fit into a standard component-based architecture for building enterprise applications with Java. These objects become distributed, transactional, and secure components.

64.The _______ provides an alter native to design BPEL process with catch activities with scope activities.
A) Fault deployment framework.
B) Fault management framework.
C) Fault manufacturing framework.
D) Fault exception framework.
Answer : B
Explanation :
ref : soadev.pdf 223
A fault policy configured with the fault management framework overrides any fault handling defined in catch activities of
scope activities in the BPEL process. The fault management framework can be configured to rethrow the fault handling back to the catch activities.


65. Identify three major enablers of Oracle SOA 11g .
A) Business process execution language.
B) WSRP
C) SOAWSDL
D) OSOI
E) .Net
Explanation :
Ref : soadev.pdf

66. By using technology, you enable to be more adaptable to change. It is easier to alter rules to meet the changing needs of the business, enabling the application to be more responsive to business requirements. This benefit of business rule can be defined as…………….
A) Agility
B) Transparency
C) Availability
D) Accessibility
Answer : A

67. Oracle SOA suite 11g configured with the …………….. application that enables the composite application components to send approval request?
A) Workload
B) User messaging service
C) Worklist
D) Workflow
Answer : C

68. Which of the following routing rules are supported by Oracle mediator component?
A) Rule based
B) Static
C) Request
D) Dynamic
Answer :B,D
Explanation :
Ref: soadev.pdf 332
Static Routing Rule
A Mediator routing rule that is statically defined and is not expected to change depending on the invocation context. In this case, the routing can be echo, routing to another service, or publishing an event.
Dynamic Routing Rule
                                                A Mediator routing rule that enables you to externalize the routing logic to a
                                                Oracle Rules Dictionary, which in turn enables dynamic modification of the
                                                routing logic in a routing rule. This feature depends on Decision service and
                                                Oracle Rules to obtain the routing logic at runtime.

69. By default, fault policy file (fault policies. Xml) and fault policies binding file (fault binding.xml) are placed in the same directory as-------.
A) PoliciesBindings.xml
B) Composite.xml
C) Worklist
D) Config.xml
Answer : B
Explanation :
Ref : soadev.pdf 223
                The fault policy file (fault-policies.xml) and fault policy bindings file(fault-bindings.xml) are placed in either of the following locations:
                – In the same directory as the composite.xml file of the SOA composite application.
In a different location that is specified with two properties that you add to the composite.xml file. This option is useful if a fault policy must be used by multiple SOA composite applications. This option overrides any fault policy files that are included in the same directory as the composite.xml file.
Example 12–3 provides details about these two properties. In this example, the fault policy files are placed into the SOA Metadata Service (MDS) shared area.

70.Identify three applicable integration interfaces that are valid for Oracle Application Adapter.
A) Pl/SQL API
B) Oracle XML SOA gateway
C) JNDI
D) Batch files
E) e-Commerce Gateway EDI messages

Answer : A,B,E
Explanation :It supports the widest range of integration interface types. They are PL/SQL APIs,                                                            Business Events, Open Interface Tables, Concurrent Programs, XML Gateway Interfaces, e-                                                              Commerce Gateway Interface, and Interface Views

                                http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10537/T430238T430241.htm

·         Certification Details can be found at following URL

http://www.oracle.com/partners/en/knowledge-zone/middleware/oracle-service-oriented-architecture-soa/soa-exam-page-170307.html

3 comments: