You are on page 1of 14

Question Excerpt From SOA Cert.

What is true when implementing human reactions that are part of composite applications using the

Q.1) human task component in SOA 11g?


A.
B
.
C
.
D
.
E.

The human task configuration is stored in the "task" metadata file.


The human task service uses an identity directory, such as LDAP, to determine people rules
and privileges.
The human task service engine executes all the human task components in SOA composite
application.
The human task is not available in standalone mode is always associated with BPEL process
service component.
The wordlist application can also be used to change the human task configuration.

Q.2)

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.
The dehydration store is used to store the process state for long-running process which will
allocate memory to be given back to the system and will not consume resources while
waiting.

B
.

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
Identify the correct order in which the fault management framework attempts to identify a fault
policy binding?

Q.3) 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.
B.
C.
D.

1, 2, 3
3, 1, 2
3, 2, 1
1, 3, 2
Oracle SOA suite 11g configured with the ................. application that enables the composite

Q.4) application components to send notification?


A.
B.
C.
D.
Q.5)
A.

Workload
User messaging service
Worklist
Workflow
Which three components can be used to configure a human task?

Task management service.

B.

Task routing service.

C.
D.
E.

Data service.
Identity service.
Security service
For business rules, a rules dictionary contains one or more definitions of: facts; constraints;

Q.6) functions; rule sets. Identify the correct statement that defines the facts.
A.
B.
C.
D.
Q.7)
A.

Has a collection of facts type, global variables constants function and rulesets.
Are declared as: "if condition than action".
Have an action: assign, assert, call function (or java method)
Are data or business objects on which the rule engine evaluates the rule condition.
Using the Oracle BPM worklist application, a user can do which three things.

Perform authorized actions on tasks.

B.

Create personal tasks.

C.
D.
E.

Define delegation rules.


Define user groups
Define task routing policy.
Two types of services with transactional behavior that can be implemented in Oracle database

Q.8) adapters and.................


A.
B.
C.
D.

File adapters.
Service data objects.
SOAP Endpoints.
Active server objects.
Two types of services with transactional behavior that can be implemented in Oracle SOA suite

Q.9) 11g database adapters and................


A.
B.
C.
D.

File adapters.
Service data objects.
SOAP Endpoints.
Active server objects
Your Oracle SOA composite is running in production but due to new government mandate you

Q.10) have to update the security policy based on Oracle web service manager. What are your options
to update the security policy?

A.
B.
C.
D.

Attach updated policy via the command line interface.


Attach updated policy in jdeveloper and redeploy component.
Attach policy in enterprise model console test it and reattach with out redeployment.
Attach policy via web logic admin console after deployment.

The event delivery network is designed for handling asynchronous messaging arising from a

Q.11) business event or service and supports.............


A.
B.
C.
D.

Request-response model.
Publish-subscribe declarative model.
Fire-forget model.
Request-reply model.
Oracle SOA suit 11g has two components, mediator and Oracle service bus. Both provide

Q.12) transformation and validation functionality. Which two statements are true.
A
.
B
.
C
.
Q.13)
A.
B.
C.
D.

The mediator is an intra-composite component responsible for brokering communications


between components that make up a composite, enabling transformation, routing and
payload validation inside the component.
The mediator is stand alone component responsible for brokering communications between
service end points enabling transformation, routing and payload validation.
Oracle service bus is stand alone component responsible for brokering communications
between service endpoints enabling transformation, routing and pay load validation.
Human task service prevents tasks to users via which channels?

Oracle BPM worklist application.


Oracle forms based notification.
Actionable notification sent via sms.
Actionable notification sent via Email.

Q.14) Service component architecture (SCA) is set of specifications for .........., .........and ........?
A.
B.
C
.

Implementing applications based on reusability.


Implementing business applications using BBEL.
A programming model for building applications based on service on service oriented
architecture.

D
.
E.

Composition of services and creation of service components including the reuse of existing
services.
Implementing procedural models to built software applications.

Q.15) Which two components can be found on SAO component palette of Oracle SOA component?
A.
B.
C.
D.

BPEL process
Partner link.
Human task
ADF-BC.

Q.16) A BPEL process uses to invokes 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 one of the
transaction faults?

A. <throw name-throw fault name bpebrsqlecception/>

B. <throw name-throw fault name bpetxcrollback/>


C. <throw name-throw fault name bpetxnuntime fault/>
D. <throw name-throw fault name bpetxfault/>
Bpelx:rollback
Q.17)
A
.
B
.
C.
D
.

Which two statements are true about proxy service in Oracle service bus (OSB)?

Proxy services are OSB definitions of enterprise services that exchange messages during
businesses processes and they do not have a pipeline
Proxy services are definitions of generic intermediary web services that are hosted locally on
Oracle service bus.
Proxy services can be configured using Oracle jdeveloper.
Message handling capabilities of proxy service are implemented with message flow
definitions using a pipeline.
Which these are valid methods to assign users, groups, and application rules during design time,

Q.18) to tasks in a human workflow?


A.
B.
C.
D.
E
.

Assign users, groups, and application rules using XQuerry


Assign users, groups, and application rules using LDAP rules and privileges.
Assign users, groups, and application rules using business rules.
Assign users, groups, and application rules using Oracle Haley.
Assign users, groups, and application rules using a delimited string of users, groups, or
application roles.
You are using Oracle jdeveloper 11g composite editor tool to build a composite application. Which

Q.19) service line will you use to define your interfaces to the composite?
A.
B.
C.
D.

Reference services line.


Exposed services line.
External services line.
Internal services line.

Q.20) Which two statements are about Oracle SOA suit 11g BPEL component when using the entity?
A
.
B
.
C.
D.
Q.21)
A.

Data operations such as loading and saving are performed automatically by the data provider
service without asking to code any service in vocation
Data operation such as explicitly loading and saving data are performed by the data base
adapter in Oracle BPEL process manager
Data in variables is in service data object form. (SDO)
Data in variable is in document object (DOM) form.
Choose three operations that are supported by Oracle file adapter?

Read file.

B.
C.

Fetch file.
List files.

D.
E.

Write file.
Delete file.

Q.22)

Identify two features of event delivery network (EDN).

A.

Aligns SOA with event driven architecture (EDA).

B.
C.
D.

Q.23)
A.
B.
C
D
.
E.
F.
Q.24)

Supports a public subscribe declarative model.


Facilitates services innovations and events to be mixed and matched.
Provide the split join web services.

Identify three major enablers of Oracle SOA 11g.

Business process execution language.


WSRP
SCA
WSDL
OSGI
Net
What do the Oracle business rules components inside?

A.

Rules engine.

B.

Rule editor.

C.
D.
E.

Rule dictionary.
Rules evaluation.
Rules library
Which routing rule type in an Oracle mediator component externalizes routing logic to a Oracle

Q.25) rules dictionary?


A.
B.
C.

Dynamic.
Static.
Request.
By using technology, you enable to be more adaptable to change. It is easier to alter rules to meet

Q.26) 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.
B.
C.

Agility
Transparency
Availability

Accessibility

D.
Q.27)

In Oracle SOA suit 11g embedded security is enabled via...........

A.
B.
C.
D.

Oracle service bus as a security gateway.


Embedded OWSM agents to the SOA service infrastructure.
Out-of-the box installation of the OWSM gateway.
Custom installation of the OWSM gateway.

Q.28)
A
.
B.
C.
D.

Identify two applicable examples of business rules

Notifications to alert interested users about a change in the state of a task during the task life
cycle.
Business policies such as standing policies and approval matrices.
Computations such as discounts or premiums.
Activities that are required to advance the business process.

Q.29)

Which two are BPEL faults?

A.
B.
C.
D.
E.

Business faults.
Process faults.
Runtime faults.
Static faults.
Dynamic faults.
Which two statements are true regarding developing SOA composite applications using Oracle

Q.30) jdeveloper?
A.
B
.

A service component can be created only using the SOA composite editor.
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.
When you deleted a component, any WSDL imports used by that component are removed,
even if the WSDL imports are used by other component.

D
.

You are implementing a BPEL process for your client. In the implementation scenario, the BPEL

Q.31) process sends a request to a service and waits until it receives a reply, or until a certain time limit
is reached, which ever comes first. Which activity will be used to achieve this.

A.
B.
C.
D.

Pick.
Assign.
Wait.
While.
You are using Oracle BPELPM/human workflow. You have a case where the participant can just

Q.32) receive a notification task and the business process will not wait for the participant's response.
Which participant type will you choose?

A.
B.
C.
D.

Single
Parallel.
Serial.
FYI (for your information)
What are the missing tags on the following snippet?
< =====>
< ====faultName= "services: Negative credit" fault variable id = "crError">

Q.33)

A.
B.
C.
D.

Fault handlers, catchAll.


Fault, catch
Fault handlers, catch.
CatchAll, fault

You are building a composite application using Oracle jdeveloper 11g composite editor, to which
files you refer to understand the services and references for each service component and to
Q.34) ensure that the writing you create between components works? (* refers to the name of a
composite/component /process of a particular composite application.)

A.
B.
C.
D.
E.
Q.35)
A
.
B
.
C
.
D
.

*.xml
*_component type.
*_mplan.
*.decs.
*.ref
What is true about replay fault?

A replay fault is thrown inside the activity. It is thrown because the invocation fails. For
example a SOAP fault is returned by the remote service.
A replay fault re executes the activity inside a scope. The server than re-execute the scope
from beginning.
A replay fault is thrown inside an activity if the preparation of the invocation fails. For example
the WSDL of the process fails to load.
A replay fault is not retryable and this type of fault usually must be fixed by human
intervention.
By default, fault policy file (fault policies. Xml) and fault policies binding file (fault binding.xml) are

Q.36) placed in the same directory as-------.


A.
B.
C.
D.
Q.37)

PoliciesBindings .xml
Composite.xml
Parent.xml
Config.xml
Which two statements are true about Oracle WSM policy framework?

A.
B.
C.
D.
Q.38)

It manages and secures web services consistently across your organization.


It can be used by developers at design time, and also by system administrators at runtime.
It manages service orchestration and reliable message delivery.
It does not leverage the Oracle platform security service.
Identify the type of BPEL sensors.

A.
B.
C.

Activity sensors.
Adapter sensors.
Variable sensors.

D.
E.

Fault sensors.
Service sensors.

Q.39) What is true about BPEL flown activity?


(The branches created by flowN perform the same activities, but use different data.

Each branch uses the index variable to look up input variables. The index variable
can be used in the XPath expression to acquire the data specific for that branchFrom Dev Guide)
A
.
B.
C.
D
.
Q.40)

The flow and flowN activities are complimentary, with the flowN being perform when dealing
with large number of flows.
The flowN activity creates multiple flows equal to the value of N, which is defined at runtime.
The branches created by flowN perform different activities based on the value of N
Each branch in the flow uses the same input variables but perform different activities based
on the value of N.
Identify three applicable features of Oracle mediator.

A.

Event handling.

B.

Control-based and header-based routing.

C.
D.
Q.41)

Error handling.
Event sevsor.
What three things are true about service component architecture?

A.
B.
C.

It is an assembly model of service components in composite applications.


It provides the foundation for the orchestration of web services.
SCA is the set of specifications governed by OASIS through open service architecture.

D.
E.

The use of specific programming language and technologies is not required with SCA.
It provides the architecture to built java messaging applications.

Q.42)

The WS-addressing header contains call back location .

A.
B.
C.
D.
Q.43)

BPEL variables.
Component ID.
Correlation ID.
Content ID.
The provides an alter native to design BPEL process with catch activities with scope
activities.

A.
B.
C.
D.

Fault deployment framework.


Fault management framework.
Fault manufacturing framework.
Fault exception framework.
In Oracle BPEL PM, which activity wait for an asynchronous callback response message from a

Q.44) service.
A.
B.
C.
D.

Invoke
Receive
Wait
Scope
In order to define the interactions between the service entry points components and refrences you

Q.45) need to create .


A.
B.
C.
D.
Q.46)
A.
B.
C.
D.

An SCA component
Wires
A service interface
Links
How do you built the custom java fault handler in BPEL?

Provides the java fault that implements the Ifaultrecoveryjavaclass.


Provides the java fault that implements the Ifaultretryclass.
Provides the java fault that implements the Ifaultbpelprocess.
Provides the java fault that implements the Ifaulthandlerjavaclass.
The mediator receives a file containing data about new customers from an application or service.

Q.47) 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.
B.
C.
D.
Q.48)
A.
B.

Content-based and header-based routing.


Content-based routing.
Header-based routing.
Parsing-based routing.
SCA assembly model represents , which are defined elements containing in xml files.

A series of adapters.
A series of artifacts.

C.
D.

A series of query language.


A series of activities.
Business rules are declarative statements that describe business policies or describe key

Q.49) business decisions. Identify the statement that describes the "rules" component of Oracle
business rules system.

A.
B.
C.
D.

Rules are data or business objects on which the rules engine evaluates rule conditions.
Rules are declared as "if condition than action".
Rules have an action assign, assert, call function (or java method)
Rules have a collection of fact type, global variables/constants, functions.
When a human task service component is selected as stand alone component in SOA composite

Q.50) editor and option to expose its interface is selected the human task component is automatically
wired to a web service.

A.
B.
C.
D.
Q.51)

Simple object access protocol(SOAP)


Adapter
Enterprise java bean(EJB)
Java messaging service
Which two statements are true about Oracle B2B?

A.
B
.

Oracle B2B is the part of Oracle EDN suit that enables the web service mediation.
Oracle B2B is an e-commerce gateway that enables the secure and reliable exchange of
business documents between an enterprise and its trading partners.

C.

Oracle B2B provides the capability if web services orchestration by implementing the BPEL.
Oracle B2B is a binding component of the Oracle SOA suit platform that enables the
implementation of e-commerce businesses processes.

D
.
Q.52)
A.
B.
C.
D.
Q.53)
A.
B.
C.
D.
Q.54)
A.

Which of the following routing rules are supported by Oracle mediator component?

Rule based
Static
Request
Dynamic
Service authentication can be incorporated using .

Signatures
Security tokens
Encryption
Binding
Business events is defined using the in Oracle SOA suit 11g.

Event definition language (EDL)

B.
C.
D.
Q.55)

Event definition schema (EDS)


Event definition object (EDO)
Event definition message (EDM)
Choose three components that are part of Oracle BAM server.

A.
B.
C.
D.

Oracle BAM process Manager


Oracle BAM active Data cache
Oracle BAM rules Engine
Oracle BAM event Engine

E.

Oracle BAM report Cache


SCA components are integrated together into one application and communicate with the outside

Q.56) world through binding components such as and .


A.
B.

Artifacts
Web services

C.

JCA adapters

D.
Q.57)
A
.
B.
C
.
D
.
E
.
Q.58)
A
.
B
.
C
.
D.

EDA
Which three statements are true about Oracle service bus (OSB).

OSB is an intermediary that processes incoming service message, determines routing logic,
and transforms theses messages for compatibility with other service consumers.
OSB is mainly used for web service orchestration to build the business processes.
OSB can receive messages through transport protocol such as HTTP(S), JMS, file and FTP
and send messages through the same or a different protocol.
OSB provides the supports for the long-running asynchronous web service with correlation
and compensation handler.
The message processing by OSB is driven by metadata, specified in message flow definition
of a proxy service.
Which two statements are valid for runtime faults?

Faults are the result of problems within the running of the BPEL process service components
or web service.
Faults are application specific faults that are generated when there is problem with the
information being processed.
Faults occur when an application executes a through activity or when an invoke activity
receive a fault as response
Faults are not user defined, and are thrown by the system
________ specifies both an input and an out put element for an operational part type of service

Q.59) WSDL.
A.

Asynchronous service.

B.
C.
D.

Synchronous service.
BPEL service.
JMS service.
_________is an instant of an Oracle Web logic server used to host deployed custom built

Q.60) application for production use.


A.
B.
C.
D.

Administrative server
Portal server
Managed server
Security server

Q.61) Identify two correct statements regarding schematron-based validations in Oracle mediator.
A.
B.
C.
D.

XSD-based validations are more comprehensive than schematron-based validations.


Oracle mediator uses schematron files for semantic validation.
Schematron files usually have a .schextension.
An error message or warning is displayed if the warning schemr file is empty

Q.62) Which three service component implementations are supported in Oracle SOA suit 11g?
A.
B.
C.
D.

Mediator component
Binding component
References component
BPEL process

E.

Business rule component

Q.63) Identify three applicable integration interfaces that are valid for Oracle Application Adapter.
A.

PL/SQL API

B.
C.
D.
E. EDI Gateway

Oracle XML SOA gateway


JNDI

Batch files

You are in Oracle jdeveloper 11g composite editor. How do you define interactions between the

Q.64) service end points, components and refrences?


A.
B.
C.
D.
Q.65)

SCA component
Wires
Service interface
links
Oracle WSM policies are made of one or more ________.

A.
B.
C.
D.
Q.66)

Tokens
Protocols
Assertions
Bindings
Which two statements are true about Oracle complex event processing?

A
.
B
.

Oracle CEP provides real time visibility into critical business process through push based
dash boards and alerts.
Oracle CEP is the java server for the development and deployment of high performance
event driven applications.

C
.
D.

Oracle CEP is light weight java application container based on equinox OSGI which provides
support for continuous query language (Oracle CQL).
It is mainly used in conjunction with Oracle BPEL process manager.

Q.67)
A.
B
.
C.
D.
Q.68)
A.
B.
C.
D.
E.

Bucket sets _______ .

Are data objects that are asserted and added to the rule session working memory.
Are constraints defined in the rule dictionary as lists of values, list of range values, or
enumerators.
Are shared constants are variables defined in rule dictionary accessible to all rules.
Are used in rules and defined in rule dictionary using the Oracle Business rule language.
Oracle SOA composite applications can be deployed by using which three?

Open eclipse
Oracle jdeveloper
Oracle WLST
Oracle CAMM
Oracle Fusion Middleware control
What is the best practice to define the fault handler for the following BPEL process?

Q.69) Input messages from a file, writes that information to the database, and invokes external web
services to send information and publish message to JMS queue.

A.
B.
C.
D.
Q.70)
A
.
B
.

How a global fault and compensation handler for BPEL process to manage the faults.
Define an individual scope for major activities and handle the faults at the scope level.
Define only a catch all activity to catch any faults within this BPEL process.
Define a global scope that that implements the IFaultBPEL process.
Which two statements are true about Oracle WSM?

You can create custom policies that support security and management if the predefined
policies do not meet your needs.
You can continue to use Oracle WSM 11g gateway components with Oracle Wsm11G
policies in applications.

C
.
D
.

Oracle WSM policy manger manages not only security policies, but it also manages other
type of policies such as message transmission optimization mechanism (MTOM), reliable
messaging addressing and management.
Oracle WSM Support policy enforcement agents for third-party application servers such as
IBM web sphere and red hat JBoss

Q.71) Question on Fault, being re-executed for catch


Answer: Fault Policy
Q.72) Question on References
Answer: B,D

You might also like