Thursday, December 16, 2010

Oracle PL/SQL Interview Question - Part 01

1.  (Points: 10)
 
 

2.  (Points: 10)
 
 

3.  (Points: 10)
 
 

4.  (Points: 10)
 
 

5.  (Points: 10)
 

Oracle SQL Interview Questions - Part 01

TCO 1 - Which of the following statements about the three-tier application model is true? (Points: 4)
         
         
         
         


2. TCO 1 - ____ are named memory areas that hold values to allow the retrieval and manipulation of values in a program. (Points: 4)
         
         
         
         


3. TCO 1 - Which of the following serves as a visual representation of a database? (Points: 4)
         
         
         
         


4. TCO 2 - Oracle supplies a set of ____ or names associated with common Oracle errors. (Points: 4)
         
         
         
         


5. TCO 2 - Which of the following refers to a SELECT statement in a PL/SQL block that retrieves more than one row? (Points: 4)
         
         
         
         


6. TCO 2 - Which of the following returns the Oracle error number? (Points: 4)
         
         
         
         


7. TCO 3 -
CURSOR basketitem_curIS
SELECT idproduct, quantity, option1
FROM bb_basketitem
WHERE idbasket = :NEW.idbasket;
In the code fragment above, which of the following represents the correlation identifier?
 (Points: 4)
        
        
        
        


8. TCO 3 - Which of the following statements is correct? (Points: 4)
        
        
        
        


9. TCO 3 - ____ of OLD and NEW allow original and new row values of a DML action to be referenced. (Points: 4)
        
        
        
        
TCO 4 - ____ is the area of a program block that can identify a particular variable. (Points: 4)
         
         
         
         


2. TCO 4 - ____ are declared and manipulated in the PL/SQL block code for handling a set of rows returned by a SELECT statement.(Points: 4)
         
         
         
         


3. TCO 4 - Which of the following code fragments correctly uses a record variable to hold the row of data queried for a shopper?(Points: 4)
         
         
         
         


4. TCO 5 - All of the following are purity level acronyms, except ____. (Points: 4)
         
         
         
         


5. TCO 5 - All of the following represent restrictions on functions, except ____. (Points: 4)
         
         
         
         


6. TCO 5 - Which of the following is identified with a set of acronyms that indicate the restrictions on using the function? (Points: 4)
         
         
         
         


7. TCO 6 - Which of the following views can be used to review the source code of a procedure, function, or package? (Points: 4)
         
         
         
         


8. TCO 6 - Which of the following can be used to check the status of database objects? (Points: 4)
         
         
         
         


9. TCO 6 - All of the following represent packaged function purity levels, except ____. (Points: 4)