0

platforms and products Online Quiz - 38

Description: platforms and products Online Quiz - 38
Number of Questions: 20
Created by:
Tags: platforms and products
Attempted 0/20 Correct 0 Score 0

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

  1. Route node

  2. Routing Options

  3. Dynamic Routing

  4. Routing Table


Correct Option: B

A message can be validated against

  1. XML Schema

  2. WSDL

  3. both A and B

  4. None of the above


Correct Option: C

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


Correct Option: A

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


Correct Option: C

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


Correct Option: B

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


Correct Option: C

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


Correct Option: B

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


Correct Option: B

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


Correct Option: A

A JMS Topic can have

  1. Only one consumer

  2. More than one consumer

  3. two consumers

  4. No Consumer


Correct Option: B

For integrating two instances of OSB, which protocol is used

  1. Http

  2. Flow

  3. SB

  4. WS


Correct Option: C

In OSB, monitoring can be implemented at

  1. service level

  2. Pipeline level

  3. Action level

  4. All of the above


Correct Option: D

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


Correct Option: B

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

  1. $Header

  2. $body

  3. $Attachments

  4. Any user defined variable


Correct Option: B

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


Correct Option: B

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


Correct Option: C

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

  1. True

  2. False


Correct Option: B

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


Correct Option: D

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


Correct Option: A

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

  1. True

  2. False


Correct Option: B
- Hide questions