Oracle SOA 11g Certification Exam Practice Test

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Stagley1
S
Stagley1
Community Contributor
Quizzes Created: 1 | Total Attempts: 767
| Attempts: 767 | Questions: 70
Please wait...
Question 1 / 70
0 %
0/100
Score 0/100
1. 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.   

Explanation

The fault management framework attempts to identify a fault in the following order:
1. Reference binding component defined in the composite XML file.
2. BPEL process or Oracle mediator service component defined in the composite XML file.
3. SOA composite application defined in the composite XML file.

Submit
Please wait...
About This Quiz
Certification Quizzes & Trivia

This practice test is designed for those preparing for the Oracle SOA 11g Certification Exam. It assesses knowledge in implementing human reactions, managing BPEL process dehydration, understanding fault... see moremanagement, and configuring human tasks in SOA 11g, vital for professionals working with Oracle's SOA suite. see less

2. Which routing rule type in an Oracle mediator component externalizes routing logic to a Oracle  rules dictionary?

Explanation

The correct answer is Dynamic. In an Oracle mediator component, the Dynamic routing rule type allows the routing logic to be externalized to an Oracle rules dictionary. This means that the routing decisions can be dynamically determined based on the rules defined in the dictionary, providing flexibility and adaptability in the routing process.

Submit
3. 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................

Explanation

The given correct answer for this question is "Agility". By using technology, businesses are able to adapt and respond to changes more easily. This allows them to alter rules and meet the changing needs of the business, making the application more responsive to business requirements. Agility refers to the ability to quickly and efficiently adapt to changes, making it the most suitable term to describe this benefit of business rules.

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

Explanation

The mediator component in Oracle SOA Suite 11g is responsible for facilitating communication between different components within a composite. It enables transformation, routing, and payload validation within the composite itself. On the other hand, the Oracle Service Bus is a standalone component that handles communication between service endpoints. It also provides functionality for transformation, routing, and payload validation. Therefore, the correct answer is that the mediator is responsible for communication within a composite, while the Oracle Service Bus handles communication between service endpoints.

Submit
5. Which two components can be found on SAO component palette of Oracle SOA component? 

Explanation

The SAO component palette of Oracle SOA component includes BPEL process and Human task. BPEL process is a component used for orchestrating web services and defining business processes, while Human task is used for creating tasks that require human intervention in a business process. These two components are commonly used in Oracle SOA to build and manage complex business processes.

Submit
6. Business events is defined using the  in Oracle SOA suit 11g.

Explanation

Event definition language (EDL) is used to define business events in Oracle SOA Suite 11g. EDL provides a language for defining and describing events, including their payload structure, metadata, and behavior. It allows developers to specify the format and structure of events, as well as their associated actions and policies. EDL is an integral part of Oracle SOA Suite and is used to configure and manage event-driven processes and applications.

Submit
7. The WS-addressing header contains call back location  .

Explanation

The WS-addressing header contains the correlation ID. This ID is used to correlate different messages or requests between different systems or components in a distributed system. It helps to track and identify the relationship between multiple messages or requests, ensuring that they are processed correctly and in the intended order.

Submit
8. The   provides an alter native to design BPEL process with catch activities with scope  activities.

Explanation

The correct answer is "Fault management framework." This framework provides an alternative to design BPEL processes with catch activities within a scope. It helps in managing faults or exceptions that may occur during the execution of the process. It provides a systematic approach to handle and resolve faults, ensuring the smooth flow of the process and minimizing disruptions.

Submit
9. SCA assembly model represents  , which are defined elements containing in xml files.

Explanation

The SCA assembly model represents a series of artifacts. In the context of Service Component Architecture (SCA), artifacts refer to the various components and resources that are defined in XML files. These artifacts can include services, references, bindings, implementations, and other elements that are used to define the structure and behavior of a composite application. The SCA assembly model allows these artifacts to be organized and connected together to create a complete application.

Submit
10. You are implementing a BPEL process for your client. In the implementation scenario, the BPEL  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.

Explanation

The Pick activity in BPEL is used to implement a choice-based behavior. It allows the process to wait for multiple events to occur, such as receiving a reply or reaching a time limit, and then proceed based on the first event that occurs. In this scenario, the Pick activity would be used to send a request to a service and wait until it receives a reply or until a certain time limit is reached, whichever comes first.

Submit
11. 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?

Explanation

In this case, the participant can just receive a notification task and the business process will not wait for their response. This means that the participant does not need to take any action or provide any input. The FYI (for your information) participant type is suitable for this scenario as it is used to inform participants about a task or process without requiring their active involvement or response.

Submit
12. Which two are BPEL faults?

Explanation

Business faults and runtime faults are both types of faults in BPEL (Business Process Execution Language). Business faults refer to errors or exceptions that occur during the execution of a business process, such as invalid input data or a failure to meet business rules. Runtime faults, on the other hand, are errors that occur during the execution of the BPEL process itself, such as a communication failure or a timeout. Both types of faults can cause the BPEL process to fail or deviate from its intended behavior.

Submit
13. You are in Oracle jdeveloper 11g composite editor. How do you define interactions between the  service end points, components and refrences?

Explanation

In Oracle JDeveloper 11g composite editor, interactions between service end points, components, and references are defined using wires. Wires connect the input and output ports of different components, allowing them to communicate and exchange data. By establishing these connections, the components can interact with each other and perform the desired functionality within the composite application.

Submit
14. You are using Oracle jdeveloper 11g composite editor tool to build a composite application. Which  service line will you use to define your interfaces to the composite?

Explanation

In Oracle JDeveloper 11g composite editor tool, the "Exposed services line" is used to define interfaces to the composite application. This line allows the user to specify the services that will be exposed by the composite, enabling other applications or systems to interact with it. It is used to define the interfaces that can be accessed by external entities, making them available for integration with other components or systems.

Submit
15. What is true about BPEL flowN activity?

Explanation

The flowN activity creates multiple flows equal to the value of N, which is defined at routine. This means that if the value of N is 5, then the flowN activity will create 5 separate flows. Each of these flows will be executed independently, allowing for parallel processing and increased efficiency when dealing with a large number of flows.

Submit
16. In Oracle BPEL PM, which activity wait for an asynchronous callback response message from a  service.

Explanation

The Receive activity in Oracle BPEL PM is used to wait for an asynchronous callback response message from a service. This activity is responsible for receiving the response message and continuing the process flow based on the received response.

Submit
17. Bucket sets _______ .

Explanation

Bucket sets are constraints defined in the rule dictionary as lists of values, a list of range values, or enumerators.

Submit
18. What is the purpose of Oracle BPEl process manager dehydration store? 

Explanation

The purpose of the Oracle BPEL process manager dehydration store is to preserve long-running processes and ensure the location of state and reliability in the event of a system shutdown. The dehydration store allows the process state to be stored, allocating memory to be given back to the system and preventing resource consumption while waiting. This helps avoid system slowdowns due to excessive IO and ensures the continuity of long-running processes.

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

Explanation

The Oracle mediator component supports both static and dynamic routing rules. Static routing rules are predefined and do not change based on the runtime conditions. They are typically used for simple routing scenarios where the destination is known in advance. Dynamic routing rules, on the other hand, are determined at runtime based on certain conditions or criteria. They allow for more flexibility and adaptability in routing messages to different destinations based on the current runtime context.

Submit
20. Which three service component implementations are supported in Oracle SOA suit 11g?

Explanation

The three service component implementations supported in Oracle SOA Suite 11g are Mediator component, BPEL process, and Business rule component. The Mediator component is used for routing and transforming messages between different services. BPEL process is used for orchestrating multiple services into a single business process. The Business rule component is used for defining and managing business rules that can be applied to the services. These three components provide the necessary tools and functionalities for building and managing services in Oracle SOA Suite 11g.

Submit
21. The event delivery network is designed for handling asynchronous messaging arising from a  business event or service and supports.............

Explanation

The correct answer is the fire-forget model. The event delivery network is designed to handle asynchronous messaging, which means that the sender does not wait for a response or acknowledgement from the receiver. In the fire-forget model, the sender simply sends the event and does not expect any response or confirmation. This model is commonly used in scenarios where the sender does not need to know the outcome or result of the event, and the receiver can process the event independently.

Submit
22. How do you built the custom java fault handler in BPEL?

Explanation

To build a custom Java fault handler in BPEL, you need to provide a Java fault that implements the Ifaultrecoveryjavaclass. This interface allows you to define the recovery logic for handling faults in the BPEL process. By implementing this interface, you can customize the fault handling behavior and define how the process should recover from faults.

Submit
23. Which two statements are true about Oracle WSM?

Explanation

The given answer is correct because it accurately identifies two true statements about Oracle WSM. The first statement states that custom policies can be created if the predefined policies do not meet the user's needs, which allows for flexibility and customization. The second statement states that the Oracle WSM policy manager not only manages security policies but also manages other types of policies such as MTOM, reliable messaging, addressing, and management. These two statements provide accurate information about the capabilities and functionality of Oracle WSM.

Submit
24. What do the Oracle business rules components inside?

Explanation

The Oracle business rules components include a rule dictionary. A rule dictionary is a collection of rules that are used to define the logic and behavior of a system. It acts as a central repository for all the rules and provides a structured way to manage and organize them. The rule dictionary allows users to define, store, and retrieve rules for use in the rules engine. This component plays a crucial role in the execution and evaluation of business rules within the Oracle business rules system.

Submit
25. Which two statements are true regarding developing SOA composite applications using Oracle  jdeveloper?

Explanation

The first statement is false because a service component can also be created using other editors in JDeveloper, such as the BPEL editor or the Mediator editor. The second statement is true because having a unique name for each project development is necessary to avoid conflicts and ensure proper organization within the SOA composite application. The third statement is true because when a service component is deleted, all references to it are automatically deleted to maintain data integrity. The fourth statement is false because deleting a component does not automatically remove WSDL imports used by other components.

Submit
26. Which two statements are true about Oracle WSM policy framework?

Explanation

The Oracle WSM policy framework is capable of managing and securing web services consistently across an organization. It can be utilized by both developers during the design phase and system administrators during routine operations.

Submit
27. Which two statements are true about Oracle B2B?

Explanation

The first statement is false because Oracle B2B is not a part of Oracle EDN suit or involved in web service mediation. The second statement is true as Oracle B2B is indeed an e-commerce gateway that facilitates the secure and reliable exchange of business documents between an enterprise and its trading partners. The third statement is false because Oracle B2B does not provide web services orchestration through BPEL. The fourth statement is true as Oracle B2B is a binding component of the Oracle SOA suit platform, enabling the implementation of e-commerce business processes.

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

Explanation

The first statement is false because proxy services in Oracle Service Bus (OSB) do have a pipeline. The second statement is true because proxy services are indeed definitions of generic intermediary web services that are hosted locally on Oracle Service Bus. The third statement is not mentioned in the given options. The fourth statement is true because the message handling capabilities of a proxy service in OSB are implemented using message flow definitions, which include the use of a pipeline.

Submit
29. Identify two correct statements regarding schematron-based validations in Oracle mediator. 

Explanation

XSD-based validations are not more comprehensive than schematron-based validations. Oracle mediator does use schematron files for semantic validation. Schematron files typically have a .sch extension. If the schematron file is empty, an error message or warning will be displayed.

Submit
30. Which these are valid methods to assign users, groups, and application rules during design time,  to tasks in a human workflow?

Explanation

The correct answer is to assign users, groups, and application rules using a delimited string of users, groups, or application roles. This method allows for flexibility in assigning multiple users, groups, or application roles to a task during design time. It is a common practice in workflow systems to use a delimited string to specify the users, groups, or roles that should be assigned to a task. This allows for easy configuration and management of task assignments without the need for complex queries or external systems like LDAP or Oracle Haley.

Submit
31. Identify the type of BPEL sensors.

Explanation

The correct answer is Activity sensors, Variable sensors, and Fault sensors. BPEL (Business Process Execution Language) sensors are used to monitor and gather information about the execution of a BPEL process. Activity sensors are used to track the execution of individual activities within the process, providing information about their start, end, and duration. Variable sensors monitor the values of variables used in the process, allowing for tracking and analysis of data flow. Fault sensors detect and capture any faults or errors that occur during the execution of the process, providing information for error handling and troubleshooting.

Submit
32. Your 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 policy?

Explanation

The correct answer is to attach the updated policy in JDeveloper and redeploy the component. This option allows for the updated security policy to be integrated into the Oracle SOA composite and applied to the web service manager. By redeploying the component, the changes in the security policy will take effect in the production environment.

Submit
33. Identify three applicable integration interfaces that are valid for Oracle Application Adapter.

Explanation

The three applicable integration interfaces that are valid for Oracle Application Adapter are PL/SQL API, Oracle XML SOA gateway, and JNDI. PL/SQL API allows for integration with Oracle databases using PL/SQL programming language. Oracle XML SOA gateway enables integration with XML-based services and applications. JNDI (Java Naming and Directory Interface) allows for integration with Java-based applications and services. Batch files, however, are not valid integration interfaces for Oracle Application Adapter.

Submit
34. Human task service prevents tasks to users via which channels?

Explanation

The human task service prevents tasks to users via the Oracle BPM wordlist application and actionable notifications sent via email. This means that users can receive tasks through the Oracle BPM wordlist application and also receive notifications via email that allow them to take action on the tasks.

Submit
35. Oracle SOA suite 11g configured with the ................. application that enables the composite  application components to send application?

Explanation

The correct answer is "Worklist." In Oracle SOA Suite 11g, the Worklist application is configured to enable the composite application components to send application workload to users. The Worklist allows users to view and manage their assigned tasks and notifications within the SOA Suite environment.

Submit
36. Oracle SOA composite applications can be developed by using which three?

Explanation

Oracle SOA composite applications can be developed using Oracle JDeveloper, Oracle WLST, and Oracle Fusion Middleware control. Oracle JDeveloper is an integrated development environment specifically designed for building SOA applications. Oracle WLST (WebLogic Scripting Tool) is a command-line scripting interface used for managing and configuring Oracle WebLogic Server, which is commonly used in SOA development. Oracle Fusion Middleware control is a web-based management console that allows administrators to monitor and manage Oracle Fusion Middleware components, including SOA composite applications. These three tools provide developers with the necessary capabilities to design, build, and manage Oracle SOA composite applications.

Submit
37. 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  ensure that the writing you create between components works? (* refers to the name of a  composite/component /process of a particular composite application.)

Explanation

In Oracle jdeveloper 11g composite editor, the files that can be referred to understand the services and references for each service component and to ensure that the wiring between components works are the *.xml files. These XML files contain the configuration and metadata information for the composite/component/process of a particular composite application. By referring to these XML files, developers can understand the structure and connections between different components in the composite application.

Submit
38. Using the Oracle BPM worklist application, a user can do which three things.

Explanation

Using the Oracle BPM worklist application, a user can perform authorized actions on tasks, create personal tasks, and define delegation rules. The user can perform actions such as completing, reassigning, or escalating tasks that are assigned to them. They can also create personal tasks for themselves to manage their own work. Additionally, they can define delegation rules to specify who can act on their behalf when they are unavailable.

Submit
39. What three things are true about service component architecture?

Explanation

The three true statements about service component architecture (SCA) are: it is an assembly model of service components in composite applications, SCA is the set of specifications governed by OASIS through open service architecture, and the use of specific programming language and technologies is not required with SCA. This means that SCA provides a flexible and technology-independent approach to building composite applications by allowing the assembly of service components without being tied to a specific programming language or technology.

Submit
40. What is true when implementing human reactions that are part of composite applications using the  human task component in SOA 11g?

Explanation

The correct answer states that the human task component in SOA 11g is not available in standalone mode and is always associated with the BPEL process service component. This means that the human task cannot be used independently and must be integrated with the BPEL process service component in order to be implemented.

Submit
41. A BPL 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?

Explanation

not-available-via-ai

Submit
42. 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   .

Explanation

Control-based routing refers to the process of routing data based on specific rules or conditions. In this scenario, the mediator is receiving a file containing data about new customers and needs to route the data to the appropriate database based on the country mentioned in the customer's address. This routing decision is based on the control or rule of matching the country in the address and directing the data to the corresponding database. Therefore, the given scenario is an example of control-based routing.

Submit
43. Choose three components that are part of Oracle BAM server.

Explanation

The correct answer is Oracle BAM active Data cache, Oracle BAM event Engine, and Oracle BAM report Cache. These three components are part of the Oracle BAM server. The Oracle BAM active Data cache is responsible for storing and managing real-time data that is used for analysis and reporting. The Oracle BAM event Engine captures and processes events from various sources and transforms them into meaningful information. The Oracle BAM report Cache is used to store and retrieve pre-computed data for faster reporting and analysis. These components work together to provide real-time monitoring, analysis, and reporting capabilities in Oracle BAM server.

Submit
44. Which two statements are valid for runtime faults? 

Explanation

Runtime faults are the result of problems within the running of the BPEL process service components or web service. They are not user defined and are thrown by the system. Application specific faults that are generated when there is a problem with the information being processed are not considered runtime faults. Faults can occur when an application executes a through activity or when an invoke activity receives a fault as a response, but this is not a valid statement for all runtime faults.

Submit
45. Which three components can be used to configure a human task?

Explanation

The three components that can be used to configure a human task are the Task routing service, Identity service, and Security service. The Task routing service is responsible for routing the task to the appropriate person or group. The Identity service ensures that the task is assigned to the correct individual based on their role or permissions. The Security service ensures that only authorized individuals have access to the task and its associated data. These three components work together to ensure that human tasks are properly managed, assigned, and secured within a system.

Submit
46. 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.

Explanation

The statement that describes the "rules" component of Oracle business rules system is that rules are data or business objects on which the rules engine evaluates rule conditions. This means that the rules engine uses the data or business objects to determine whether the conditions of the rule are met and if so, it executes the corresponding action.

Submit
47. What are the missing tags on the following snippet?  < =====>  < ====faultName= "services: Negative credit" fault variable id = "crError">                   

Explanation

The missing tags in the snippet are "Fault" and "catch". These tags are used in fault handling to catch and handle specific errors or exceptions that may occur during the execution of the code.

Submit
48. Two types of services with transactional behavior that can be implemented in Oracle database  adapters and.................

Explanation

SOAP (Simple Object Access Protocol) endpoints are a type of service with transactional behavior that can be implemented in Oracle database. SOAP endpoints allow for the exchange of structured information in web services using XML. They enable communication between different systems over a network and support transactional behavior, ensuring that data is reliably and securely transmitted between the client and the server.

Submit
49. Two types of services with transactional behavior that can be implemented in Oracle SOA suite  11g database adapters and................

Explanation

The correct answer is File adapters. In Oracle SOA Suite 11g, two types of services with transactional behavior that can be implemented are database adapters and file adapters. File adapters allow the integration of file-based systems and processes into the SOA infrastructure, enabling the exchange of data between file-based systems and other applications. This allows for seamless integration and transactional behavior when dealing with file-based systems in the Oracle SOA Suite.

Submit
50. 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.

Explanation

The correct statement that defines the facts is that they have a collection of facts type, global variables constants function, and rulesets. Facts are data or business objects on which the rule engine evaluates the rule condition.

Submit
51. Service authentication can be incorporated using  .

Explanation

Service authentication can be incorporated using signatures. Signatures provide a way to verify the authenticity and integrity of a message or data. By using signatures, the service can ensure that the message has not been tampered with during transmission and that it was indeed sent by the expected sender. This helps in preventing unauthorized access and ensures the trustworthiness of the service.

Submit
52. _________is an instant of an Oracle Web logic server used to host deployed custom built  application for production use.

Explanation

An administrative server is an instance of an Oracle WebLogic server that is used to host deployed custom-built applications for production use. It is responsible for managing and controlling the overall functioning of the WebLogic domain, including managing resources, configurations, and deployments. The administrative server acts as the central point of control and coordination for the entire domain, making it the correct answer in this context.

Submit
53. Which two statements are true about Oracle complex event processing?

Explanation

Oracle CEP provides real-time visibility into critical business processes through push-based dashboards and alerts. This means that users can monitor and track important events and processes in real-time, allowing for quick decision-making and response. Additionally, Oracle CEP is a Java server that is specifically designed for the development and deployment of high-performance event-driven applications. This means that it provides the necessary infrastructure and tools for building and running applications that are driven by events and real-time data.

Submit
54. What is true about replay fault?

Explanation

A replay fault is thrown inside the activity when the invocation fails, such as when a SOAP fault is returned by the remote service. This fault causes the activity to be re-executed within a scope, and the server re-executes the scope from the beginning. A replay fault is not retryable and typically requires human intervention to fix.

Submit
55. What is the best practice to define the fault handler for the following BPEL process?  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.

Explanation

The best practice to define the fault handler for the given BPEL process is to define a global scope that implements the IFaultBPEL process. This means that a single fault handler will be responsible for handling any faults that occur within the entire process. This approach simplifies the fault handling logic and ensures that all faults are handled consistently and efficiently. It also allows for easier maintenance and scalability of the process.

Submit
56. Which two statements are about Oracle SOA suit 11g BPEL component when using the entity? 

Explanation

The correct answer states that data operations such as loading and saving are performed automatically by the data provider service without the need to code any service invocation. Additionally, it mentions that data operations such as explicitly loading and saving data are performed by the database adapter in Oracle BPEL process manager. This implies that the BPEL component in Oracle SOA Suite 11g handles data operations efficiently by automatically performing certain tasks and utilizing the database adapter for explicit data operations.

Submit
57. Choose three operations that are supported by Oracle file adapter?

Explanation

The Oracle file adapter supports three operations: Read file, Write file, and Delete file. These operations allow users to read data from a file, write data to a file, and delete a file respectively. Fetch file and List files are not supported operations by the Oracle file adapter.

Submit
58. Identify three major enablers of Oracle SOA 11g.

Explanation

The three major enablers of Oracle SOA 11g are Business process execution language, WSRP, and Net. Business process execution language is a standard for defining and executing business processes within SOA. WSRP (Web Services for Remote Portlets) allows for the integration of remote portlets into a portal. Net refers to the integration of various networking technologies within SOA. These three enablers play a crucial role in enabling the functionality and capabilities of Oracle SOA 11g.

Submit
59. ________ specifies both an input and an out put element for an operational part type of service  WSDL.

Explanation

The correct answer is "Asynchronous service." In the context of operational part type of service, an asynchronous service is one that specifies both an input and an output element. This means that the service can receive a request and provide a response at a later time, allowing for non-blocking operations and improved performance. WSDL (Web Services Description Language) is a standard for describing web services, but it does not specifically specify both an input and an output element for an operational part type of service.

Submit
60. Oracle WSM policies are made of one or more ________.

Explanation

Oracle WSM policies are made of one or more tokens. Tokens are used to define specific conditions or rules that need to be met in order to allow or deny access to a resource. These tokens can include information such as user credentials, IP addresses, time of access, and more. By using tokens, Oracle WSM policies can effectively control and secure access to resources within an application or system.

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

Explanation

In Oracle SOA Suite 11g, embedded security is enabled through the use of Oracle Service Bus as a security gateway. This means that the Oracle Service Bus acts as a mediator between the client and the SOA service infrastructure, providing a secure channel for communication. This allows for the enforcement of security policies and the implementation of authentication and authorization mechanisms. By using Oracle Service Bus as a security gateway, organizations can ensure the integrity and confidentiality of their SOA services.

Submit
62. 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.

Explanation

When a human task service component is selected as a stand-alone component in the SOA composite editor and the option to expose its interface is selected, the human task component is automatically wired to a Java Messaging Service (JMS). This means that the human task component will use JMS to communicate and exchange messages with other components in the system. JMS is a messaging standard in Java that allows different components to send and receive messages asynchronously, providing a reliable and scalable communication mechanism.

Submit
63. By default, fault policy file (fault policies. Xml) and fault policies binding file (fault binding.xml) are  placed in the same directory as-------.

Explanation

The correct answer is "Parent.xml". This suggests that the fault policy file and fault policy binding file are placed in the same directory as the "Parent.xml" file.

Submit
64. In order to define the interactions between the service entry points components and refrences you  need to create   .

Explanation

To define the interactions between the service entry points components and references, you need to create a service interface. A service interface acts as a contract that specifies the operations and messages that can be exchanged between the components and references. It defines the methods and data types that are exposed by the service and can be used by other components or references to interact with it. By creating a service interface, you establish a clear and standardized way for components and references to communicate with each other in the system.

Submit
65. Identify two applicable examples of business rules

Explanation

The two applicable examples of business rules in this scenario are business policies such as standing policies and approval matrices, and activities that are required to advance the business process. Business policies help establish guidelines and procedures for decision-making and operations within an organization, while activities are specific tasks or actions that need to be completed in order to move forward in a business process. Both examples are relevant in the context of managing and governing business operations effectively.

Submit
66. Identify three applicable features of Oracle mediator.

Explanation

The applicable features of Oracle mediator are event handling, error handling, and event sensor. Event handling allows the mediator to receive and process events from various sources. Error handling helps in managing and resolving errors that occur during the mediation process. The event sensor feature enables the mediator to detect and respond to specific events or conditions. These features enhance the functionality and flexibility of Oracle mediator in handling and routing events efficiently.

Submit
67. Identify two features of event delivery network (EDN).

Explanation

The two features of Event Delivery Network (EDN) are that it supports a public subscribe declarative model and provides split join web services. This means that EDN allows for a flexible and scalable architecture where events can be published and subscribed to by multiple components, and it also enables the splitting and joining of web services to create more complex and customized workflows. These features make EDN a powerful tool for integrating and coordinating services and events in a distributed system.

Submit
68. SCA components are integrated together into one application and communicate with the outside  world through binding components such as  and   .

Explanation

The correct answer is Artifacts, Web services. SCA components are integrated together into one application and communicate with the outside world through binding components such as artifacts and web services. Artifacts are reusable components that encapsulate business logic and can be deployed and managed independently. Web services, on the other hand, enable communication between different systems over a network using standard protocols such as HTTP. Therefore, both artifacts and web services play a crucial role in integrating SCA components and enabling communication with the outside world.

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

Explanation

OSB is an intermediary that processes incoming service messages, determines routing logic, and transforms these messages for compatibility with other service consumers. This means that OSB acts as a middleware that handles the communication between different services.

OSB is mainly used for web service orchestration to build business processes. This implies that OSB allows for the integration and coordination of multiple web services to achieve a specific business goal.

OSB provides support for long-running asynchronous web services with correlation and compensation handlers. This means that OSB can handle complex interactions between services that require asynchronous communication and the ability to track and manage compensation in case of failures.

Submit
70. Service component architecture (SCA) is set of specifications for .........., .........and ........?

Explanation

SCA is a set of specifications that provides a programming model for building applications based on service-oriented architecture (SOA). It allows for the composition of services and the creation of service components, including the reuse of existing services, which promotes reusability in application development. Additionally, SCA also supports implementing procedural models to build software applications.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 18, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 18, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jul 14, 2011
    Quiz Created by
    Stagley1
Cancel
  • All
    All (70)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Identify the correct order in which the fault management framework...
Which routing rule type in an Oracle mediator component externalizes...
By using technology, you enable to be more adaptable to change. It is...
Oracle SOA suit 11g has two components, mediator and Oracle service...
Which two components can be found on SAO component palette of Oracle...
Business events is defined using the  in Oracle SOA suit 11g.
The WS-addressing header contains call back location  .
The   provides an alter native to design BPEL process with catch...
SCA assembly model represents  , which are defined elements...
You are implementing a BPEL process for your client. In the...
You are using Oracle BPELPM/human workflow. You have a case where the...
Which two are BPEL faults?
You are in Oracle jdeveloper 11g composite editor. How do you define...
You are using Oracle jdeveloper 11g composite editor tool to build a...
What is true about BPEL flowN activity?
In Oracle BPEL PM, which activity wait for an asynchronous callback...
Bucket sets _______ .
What is the purpose of Oracle BPEl process manager dehydration...
Which of the following routing rules are supported by Oracle mediator...
Which three service component implementations are supported in Oracle...
The event delivery network is designed for handling asynchronous...
How do you built the custom java fault handler in BPEL?
Which two statements are true about Oracle WSM?
What do the Oracle business rules components inside?
Which two statements are true regarding developing SOA composite...
Which two statements are true about Oracle WSM policy framework?
Which two statements are true about Oracle B2B?
Which two statements are true about proxy service in Oracle service...
Identify two correct statements regarding schematron-based validations...
Which these are valid methods to assign users, groups, and application...
Identify the type of BPEL sensors.
Your Oracle SOA composite is running in production but due to new...
Identify three applicable integration interfaces that are valid for...
Human task service prevents tasks to users via which channels?
Oracle SOA suite 11g configured with the ................. application...
Oracle SOA composite applications can be developed by using which...
You are building a composite application using Oracle jdeveloper 11g...
Using the Oracle BPM worklist application, a user can do which three...
What three things are true about service component architecture?
What is true when implementing human reactions that are part of...
A BPL process uses to invokes to insert data into two Oracle database...
The mediator receives a file containing data about new customers from...
Choose three components that are part of Oracle BAM server.
Which two statements are valid for runtime faults? 
Which three components can be used to configure a human task?
Business rules are declarative statements that describe business...
What are the missing tags on the following snippet?  ...
Two types of services with transactional behavior that can be...
Two types of services with transactional behavior that can be...
For business rules, a rules dictionary contains one or more...
Service authentication can be incorporated using  .
_________is an instant of an Oracle Web logic server used to host...
Which two statements are true about Oracle complex event processing?
What is true about replay fault?
What is the best practice to define the fault handler for the...
Which two statements are about Oracle SOA suit 11g BPEL component when...
Choose three operations that are supported by Oracle file adapter?
Identify three major enablers of Oracle SOA 11g.
________ specifies both an input and an out put element for an...
Oracle WSM policies are made of one or more ________.
In Oracle SOA suit 11g embedded security is enabled via...........
When a human task service component is selected as stand alone...
By default, fault policy file (fault policies. Xml) and fault policies...
In order to define the interactions between the service entry points...
Identify two applicable examples of business rules
Identify three applicable features of Oracle mediator.
Identify two features of event delivery network (EDN).
SCA components are integrated together into one application and...
Which three statements are true about Oracle service bus (OSB).
Service component architecture (SCA) is set of specifications for...
Alert!

Advertisement