platforms and products Online Quiz - 38
platforms and products Online Quiz - 38
Questions
How can the QoS be set in an OSB service flow?
- Route node
- Routing Options
- Dynamic Routing
- Routing Table
A message can be validated against
- XML Schema
- WSDL
- both A and B
- None of the above
What is the WLS version used within OSB 10gR3?
- 10.3.0
- 10.3.1
- 10.3.2
- 10.3.3
Stored procedures can be called from an OSB service by
- Java Callout
- DB Adapter
- both A and B
- None of the above
Which of the OSB activities is used for raising an error in the service flow?
- Throw Error
- Raise Error
- Create Error
- None of the above
Which of the following adapters are out-of the box supported by OSB 10gR3?
- DBAdapter & JMSAdapter
- DBAdapter,JMSAdapter,AQAdapter & Oracle Apps adapter
- DBAdapter,AQAdapter & Oracle Apps adapter
- None of the above
The mechanism by which the flow of requests to the downstream system can be regulated in OSB is called as
- Request regulation
- Throttling
- Flow regulation
- None of the above
We can catch errors in case of publish by setting the value of
- Message priority
- Quality of Service
- Message Expiry
- None of the above
In case of a high request flow, we can regulate the message processing by setting
- Message priority
- QoS
- Message Expiry
- None of the above
A JMS Topic can have
- Only one consumer
- More than one consumer
- two consumers
- No Consumer
For integrating two instances of OSB, which protocol is used
- Http
- Flow
- SB
- WS
In OSB, monitoring can be implemented at
- service level
- Pipeline level
- Action level
- All of the above
For large payloads, which is the better resource to be used for message transformation
- XSLT
- Xquery
- Any of the above
- None of the above
Which Context variable is used as an input to Publish action in OSB
- $Header
- $body
- $Attachments
- Any user defined variable
While taking site backup through stsadm command "stsadm -o backup -url<> -filename<>", what happens to the functionality of site
- Functionality remains normal
- Site is locked
- Site becomes unusable
- Content DB is taken offline
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?
- using .doc file
- using .xml file
- using .csv file
- using .xls file
Source qualifier can join multiple relational tables from the different database instance or database server.
- True
- False
If there are 5 heterogenous sources ,how many joiner transformations are required to join these sources.
- 1
- 2
- 3
- 4
- 5
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 ______
- inserted
- updated
- failed
- deleted
- rejected
A passive transformation cannot change the number of rows that pass through it.
- True
- False