ReviewEssays.com - Term Papers, Book Reports, Research Papers and College Essays
Search

Software Interview Questions

Essay by   •  October 31, 2010  •  Essay  •  335 Words (2 Pages)  •  1,430 Views

Essay Preview: Software Interview Questions

Report this essay
Page 1 of 2

21. How would you determine the time zone under which a database was operating?

select DBTIMEZONE from dual;

22. Explain the use of setting GLOBAL_NAMES equal to TRUE.

Setting GLOBAL_NAMES dictates how you might connect to a database. This variable is either TRUE or FALSE and if it is set to TRUE it enforces database links to have the same name as the remote database to which they are linking.

23. What command would you use to encrypt a PL/SQL application?

WRAP

24. Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.

A function and procedure are the same in that they are intended to be a collection of PL/SQL code that carries a single task. While a procedure does not have to return any values to the calling application, a function will return a single value. A package on the other hand is a collection of functions and procedures that are grouped together based on their commonality to a business function or application.

25. Explain the use of table functions.

Table functions are designed to return a set of rows through PL/SQL logic but are intended to be used as a normal table or view in a SQL statement. They are also used to pipeline information in an ETL process.

26. Name three advisory statistics you can collect.

Buffer Cache Advice, Segment Level Statistics, & Timed Statistics

27. Where in the Oracle directory tree structure are audit traces placed?

In unix $ORACLE_HOME/rdbms/audit, in Windows the event viewer

28. Explain materialized views and how they are used.

Materialized views are objects that are reduced sets of information that have been summarized, grouped, or aggregated from base tables. They are typically used in data warehouse or decision support systems.

29. When a user process fails, what background process cleans up after it?

PMON

30. What background process refreshes materialized views?

The Job

...

...

Download as:   txt (2 Kb)   pdf (59.4 Kb)   docx (9.5 Kb)  
Continue for 1 more page »
Only available on ReviewEssays.com
Citation Generator

(2010, 10). Software Interview Questions. ReviewEssays.com. Retrieved 10, 2010, from https://www.reviewessays.com/essay/Software-Interview-Questions/6214.html

"Software Interview Questions" ReviewEssays.com. 10 2010. 2010. 10 2010 <https://www.reviewessays.com/essay/Software-Interview-Questions/6214.html>.

"Software Interview Questions." ReviewEssays.com. ReviewEssays.com, 10 2010. Web. 10 2010. <https://www.reviewessays.com/essay/Software-Interview-Questions/6214.html>.

"Software Interview Questions." ReviewEssays.com. 10, 2010. Accessed 10, 2010. https://www.reviewessays.com/essay/Software-Interview-Questions/6214.html.