More DBA job interview questions and answers at
http://dba.fyicenter.com/Interview-Questions/
(Continued from previous question...)
SQL Server - Where do you like business logic – in the app or in the database? Why?
Stored procedures easier for us DBAs to test, tune and tweak. On the other hand, the developer community isn’t always as fond of stored procs.
Who Needs Stored Procedures, Anyway?
Stored Procedures vs Ad-Hoc SQL
My Database is a Web Service
We don’t mind what arguments the coder candidate uses, but We want to see ‘em put some thought into it. No matter which angle they take, We ’ll play the devil’s advocate and prod them with arguments just to see how they react.
(Continued on next question...)