platforms and products Online Quiz - 38

platforms and products Online Quiz - 38

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

How can the QoS be set in an OSB service flow?

  1. Route node
  2. Routing Options
  3. Dynamic Routing
  4. Routing Table
Question 2 Multiple Choice (Single Answer)

A message can be validated against

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

What is the WLS version used within OSB 10gR3?

  1. 10.3.0
  2. 10.3.1
  3. 10.3.2
  4. 10.3.3
Question 4 Multiple Choice (Single Answer)

Stored procedures can be called from an OSB service by

  1. Java Callout
  2. DB Adapter
  3. both A and B
  4. None of the above
Question 5 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 6 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 7 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 8 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 9 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 10 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 11 Multiple Choice (Single Answer)

For integrating two instances of OSB, which protocol is used

  1. Http
  2. Flow
  3. SB
  4. WS
Question 12 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 13 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 14 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 15 Multiple Choice (Multiple Answers)

While taking site backup through stsadm command "stsadm -o backup -url<> -filename<>", what happens to the functionality of site

  1. Functionality remains normal
  2. Site is locked
  3. Site becomes unusable
  4. Content DB is taken offline
Question 16 Multiple Choice (Multiple Answers)

In Managed Metadata Services, bulk import of terms in term sets can be done by the file in a particular format. What is the file type?

  1. using .doc file
  2. using .xml file
  3. using .csv file
  4. using .xls file
Question 17 True/False

Source qualifier can join multiple relational tables from the different database instance or database server.

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

If there are 5 heterogenous sources ,how many joiner transformations are required to join these sources.

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
Question 19 Multiple Choice (Single Answer)

Employee table : Emp_No Emp_Name Salary 101 Emp1 10000 102 Emp2 80000 103 Emp3 50000 Employee is the source table and the records has to pass through the update strategy , the update strategy expression is IIF(Emp_No = 102,4,1) then the record with Emp_no=102 would be ______

  1. inserted
  2. updated
  3. failed
  4. deleted
  5. rejected
Question 20 True/False

A passive transformation cannot change the number of rows that pass through it.

  1. True
  2. False