Wednesday, August 9, 2017

NIIT SQL/PLSQL Interview Questions

  1. Explain about Oracle Architecture?
  2. What happens when query is executed?Explain.
  3. What is library cache,Data Dictionary?
  4. What is Result Cache?What is deterministic?
  5. What is collection. Have u declared constructor in collections? Which collection have u used?
  6. What is Multiset operator?
  7. How to find lock on table?
  8. If application is working slow. what are the issues? (Data volume is not changed,No network issues).
  9. What is explain plan. How do u read explain plan. What informtion does it show?
  10. What is statistics.
  11. If we create a new table say emp, no statistics is generated, no records are inserted than
  12. whether explain plan will be generated?
  13. What are anyalytical function? LAG,LEAD?
  14. What is overloading? Can procedure be overloaded?
  15. What is pragma Autonomous Transaction?
  16. What is Trigger.Can we commit in trigger? Compound Trigger?
  17. Can we commit in compound triggers?
  18. Can function be called from Trigger?
  19. Information about syntax check in library cache is obtained from?
  20. Information about symantic check in library cache is obtained from?
  21. What is Soft parse,Hard parse?
  22. A table has record with value 20. updating the value as 30, what information would be in undo segment and what in redo logs.
  23. What is the minimum no of redo logs required?
  24. Whether Archiver process is necessary?

Featured Post

Will the data from Oracle Database be lost after formatting the system in which it is installed?

So Someone asked me a question,  Will the data from Oracle Database be lost after formatting the system in which it is installed? Since the ...

Popular Posts