Oracle Service Bus (OSB) Fundamentals

Test your knowledge of Oracle Service Bus concepts including message flows, business services, proxy services, error handling, throttling, monitoring, adapters, and various OSB activities and protocols.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

The reports created in OSB are stored in

  1. File
  2. Database
  3. both A and B
  4. None of the above
Question 2 Multiple Choice (Single Answer)

Which of the following actions is for Fire and forget interaction type

  1. Service Callout
  2. Routing
  3. Publish
  4. Java Callout
Question 3 Multiple Choice (Single Answer)

What are the protocols supported by OSB 10gR3?

  1. Http,HTTPs,jms,File,FTP
  2. EJB,Email,Tuxedo,WS,Flow,SB
  3. All of the above
  4. None of the above
Question 4 Multiple Choice (Single Answer)

In OSB,Message context consists of

  1. XML variables
  2. XML variables shared across the request flow.
  3. XML variables shared across response flow.
  4. XML variables shared across request and response flows.
Question 5 Multiple Choice (Single Answer)

In OSB,interface to the backend provider services is called as

  1. Business Service
  2. Proxy Service
  3. Message Flow
  4. None of the above
Question 6 Multiple Choice (Single Answer)

We can call a POJO from an OSB service by

  1. Service Callout
  2. Java Callout
  3. Publish
  4. Route Node
Question 7 Multiple Choice (Single Answer)

Which of the OSB activities is used for raising an error in the service flow?

  1. Throw Error
  2. Raise Error
  3. Create Error
  4. None of the above
Question 8 Multiple Choice (Single Answer)

Which of the following adapters are out-of the box supported by OSB 10gR3?

  1. DBAdapter & JMSAdapter
  2. DBAdapter,JMSAdapter,AQAdapter & Oracle Apps adapter
  3. DBAdapter,AQAdapter & Oracle Apps adapter
  4. None of the above
Question 9 Multiple Choice (Single Answer)

The mechanism by which the flow of requests to the downstream system can be regulated in OSB is called as

  1. Request regulation
  2. Throttling
  3. Flow regulation
  4. None of the above
Question 10 Multiple Choice (Single Answer)

We can catch errors in case of publish by setting the value of

  1. Message priority
  2. Quality of Service
  3. Message Expiry
  4. None of the above
Question 11 Multiple Choice (Single Answer)

In case of a high request flow, we can regulate the message processing by setting

  1. Message priority
  2. QoS
  3. Message Expiry
  4. None of the above
Question 12 Multiple Choice (Single Answer)

A JMS Topic can have

  1. Only one consumer
  2. More than one consumer
  3. two consumers
  4. No Consumer
Question 13 Multiple Choice (Single Answer)

For integrating two instances of OSB, which protocol is used

  1. Http
  2. Flow
  3. SB
  4. WS
Question 14 Multiple Choice (Single Answer)

In OSB, monitoring can be implemented at

  1. service level
  2. Pipeline level
  3. Action level
  4. All of the above
Question 15 Multiple Choice (Single Answer)

For large payloads, which is the better resource to be used for message transformation

  1. XSLT
  2. Xquery
  3. Any of the above
  4. None of the above
Question 16 Multiple Choice (Single Answer)

Which Context variable is used as an input to Publish action in OSB

  1. $Header
  2. $body
  3. $Attachments
  4. Any user defined variable
Question 17 True/False

We can build polling services in OSB

  1. True
  2. False
Question 18 Multiple Choice (Single Answer)

Management of end-points of business services, including their failover logic is called

  1. Throttling
  2. Service Orchestration
  3. Service Pooling
  4. Service Aggregation
Question 19 Multiple Choice (Single Answer)

Which is the default error handler available in OSB?

  1. Service level
  2. System Level
  3. Stage level
  4. Pipeline pair level
Question 20 Multiple Choice (Single Answer)

OSB can handle parallel processing by

  1. Split join
  2. Multiple join
  3. Java Callout
  4. None of the above