Database Interview Questions

Oracle Technical Interview Questions

  1. What are the built-in functions used for sending Parameters to forms?
  2. Can you have more than one content canvas view attached with a window?
  3. Is the After report trigger fired if the report execution fails?
  4. Does a Before form trigger fire when the parameter form is suppressed?
  5. Is it possible to split the print reviewer into more than one region?
  6. Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size?
  7. For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame?

Basic Database Interview Quesitons

  1. What are the different types of joins?
  2. Explain normalization with examples.
  3. What cursor type do you use to retrieve multiple recordsets?
  4. Diffrence between a “where” clause and a “having” clause
  5. What is the difference between “procedure” and “function”?
  6. How will you copy the structure of a table without copying the data?
  7. How to find out the database name from SQL*PLUS command prompt?
  8. Tadeoffs with having indexes
  9. Talk about “Exception Handling” in PL/SQL?
  10. What is the diference between “NULL in C” and “NULL in Oracle?”
  11. What is Pro*C? What is OCI?

Interview Question for DBA

  1. How many memory layers are in the shared pool?
  2. How do you find out from the RMAN catalog if a particular archive log has been backed-up?
  3. How can you tell how much space is left on a given file system and how much space each of the file system’s subdirectories take-up?
  4. Define the SGA and how you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
  5. What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?

MySQL and General Database Interview Questions

  1. What is MySQL?
  2. What is Postgres?
  3. What are the basic steps in setting up an Oracle system?
  4. What is a stored procedure, and which databases support it?
  5. What is RMAN?
  6. What is the TDS protocol?
  7. What is required to connect to an oracle system remotely?
  8. In MySQL, how do I create a database?
  9. In MySQL, how do I grant access to a user to a specific database with read only permissions?
  10. In MySQL, what table type is required for foreign keys to work?

Interview Questions for Oracle Database Administrator

  1. Differentiate between TRUNCATE and DELETE
  2. What is the maximum buffer size that can be specified using the DBMS_OUTPUT.ENABLE function?
  3. Can you use a commit statement within a database trigger?
  4. What is an UTL_FILE.What are different procedures and functions associated with it?
  5. Difference between database triggers and form triggers?
  6. What is OCI. What are its uses?
  7. What are ORACLE PRECOMPILERS?
  8. What is syntax for dropping a procedure and a function? Are these operations possible?
  9. Can a function take OUT parameters. If not why?
  10. Can the default values be assigned to actual parameters?

Pages (14): « First ... « 9 10 11 [12] 13 14 »