Questions
In thermodynamics----------analogous to the free bodydiagram to which we apply the laws of mechanics, (i.e.Newton’s Laws of Motion).
- Surrounding
- System
- Boundary
- Properties
Father of THERMODYNAMICS
- James Prescot Joule
- Ericsson
- Stirling
- Sadi Carnot
At microscopic level the pressure of a gas is not constant, the temperature of a gas is a function of the velocity of molecules.
- True
- False
In CAD,which among the following is not a basic 2D transformation.
- Translation
- Composite
- Rotation
- Scaling
Who is the father of the "foundry industry"
- A. G. Eckhardt of Soho
- B.F. Philbrook
- Vannoccio Biringuccio
- J. Croning
General fabrication such as fabrication of pipes, penstocks, LPG cylinders, bridge girders and other structures CAN NOT BE produced by Submerged Arc welding.
- True
- False
First material known to be used by man
- Rock
- Bronze
- Iron
- Cotton
Detrimental property of a material for shock load applications
- Low toughness
- High strength
- Low hardness
- High density
In this PL/SQL statement, which of the following lines will produce an error?
- cursor CAPITALS is
- select CITY, STATE
- into my_city, my_state
- from CITIES
- where CAPITAL = 'Y';
- There are no errors in these statements
In a PL/SQL block, a variable is declared as NUMBER without an initial value. What will its value be when it is first used in the executable section of the PL/SQL block?
- NULL
- 0
- Results in a compilation error
- An Exception will be raised
Which three definitions are associated with implicit cursors?
- %rowtype, %toomanyrows, %found
- %found, %notfound, %rowcount
- %rowtype, %rowcount, %notfound
- None of the above
What is the result if two NULL values are compared to each other?
- True
- False
- Undefined
- NULL
Select the VALID trigger type(s)?
- AFTER Statement Trigger
- INSERT row Trigger
- All the above
- None of the above
What output will the follwing statement produce? Select NVL2(NULL,'NOT NULL', NULL) from dual;
- NULL
- NOT NULL
- Function NVL2 is not defined
- None of the above
XI Adapter Engine is based on the integrated
- ABAP engine
- J2EE engine
- .NET engine
- JCA (Java Connector Architecture)
Java Web Start is used for?
- caching Java applications
- to write Java code
- to execute Java mapping
- to perform JMS connectivity
QOS(EO) corresponds to RFC type
- sRFC
- aRFC
- qRFC
- tRFC
The standard to which SLD adheres
- CIM
- BPEL
- MIME
- CXML
What is the name space of an IDOC?
- urn:sap-com:document:idoc:sap:messages
- urn:sap-com:sap.document:idoc:messages
- urn:sap-com:document:sap:idoc:messages
- urn:sap-com:document:idoc:messages
What is the cardinality of MESSAGE TYPES : DATA TYPES?
- 1:1
- 1:N
- 1:2
- 1:0