join the MSSQLTips community

Today's Site Sponsor


 

SQL defrag manager quickly pinpoints fragmentation “hot spots” and automates defragmentation- saving hours of time!
 


SQL Server Interview Questions for a Network Administrator
Written By: Jeremy Kadlec -- 1/21/2009 -- 0 comments -- printer friendly -- become a member



All too frequent SQL Server problems?

            Free SQL Server Books  -----  Looking for help with your SQL Server career?            

Problem
At our organization many folks wear a variety of hats, because we have a small and talented team.  Although we have a SQL Server DBA, our Network Administrator also takes care of some of the SQL Server related tasks in our environment.  We are looking to grow our team and we are interested in finding out what a reasonable set of questions would be for Network Administrator candidates that also state that they can support SQL Server.  Do you have any suggestions?

Solution
Trying to assess any technical person's skill set can be difficult.  An interview process with appropriate questions for your environment and the correct skill set are key.  In some respects understanding what a candidate knows and does not know, could be equally beneficial.  What is meant by that is you want to know what knowledge someone has on day one and what you will need to teach them overtime.  As such, here are a baseline set of questions with the answers intentionally hidden.  Once you have formulated your answer go ahead and highlight the answer to see how you have done.  Good luck!

Backup and Restore

  • Question 1 - What are all of the backup options and their associated value?
    • Full - Online operation to backup all objects and data in a single database
    • Differential - Backup all extents with data changes since the last full backup
    • Transaction log - Backup all transaction in the database transaction log since the last transaction log backup
    • File - Backup of a single file to be included with the backup when a full backup is not possible due to the overall database size
    • File group - Backup of a single file group to be included with the backup when a full backup is not possible due to the overall database size
    • Cold backup - Offline file system backup of the databases
    • Third party tools - A variety of third party tools are available to perform the operations above in addition to enterprise management, advanced features, etc.
  • Question 2 - What high availability options are available with SQL Server and what sort of functionality do they provide?

SQL Server Integration Services

Troubleshooting

  • Question 1 - What are some of the tools that you use to troubleshoot a SQL Server issue?
  • Question 2 - How do you troubleshoot a SQL Server performance problem?
    • Review management software for the hardware, SAN, NAS, tape library, etc. for any hardware related failures
    • Review System Monitor for CPU, Memory, IO, etc issues
    • Coordinate with the DBAs on tools like Profiler, DMVs, etc.

Security

  • Question 1 - As a Network Administrator, which components of SQL Server do you want to secure?
    • File system
    • File shares
    • Backups
    • Windows service accounts and associated rights
    • Local administrator rights
    • Windows Security log
    • SQL Server 2008 audit logs
    • Third party audit logs
      • Additional information:
  • Question 2 - As a Network Administrator, how can you help to prevent a SQL Injection attack?
    • Review firewall and web server logs for potential threats
    • Prevent particular strings from passing through the firewall
    • Prevent IP traffic from particular web sites
    • Implement technology to scan your public facing web sites for potential issues

Hardware

  • Question 1 - In general, how would you design the drive layout for a SQL Server?
    • Setup RAID arrays for the following sub systems:
      • Windows and System Databases (Master, Model, MSDB TempDB)
      • User Defined Databases
        • Database File groups
          • Primary
          • Indexes
          • Data - Read\Write
          • Data - Read-only
          • Data - Specific tables
      • Database Transaction Logs
      • Backups
      • Full Text Catalogs
      • Batch Processing
    • Additional information: Hard Drive Configurations for SQL Server
  • Question 2 - What are some of the hardware advances that can benefit SQL Server?

Next Steps

  • To the interviewers:
    • As you prepare for the interview, be sure to ask questions pertinent to your environment.  The more you ask questions related to your environment the higher probability the candidate will be able to hit the ground running and benefit the organization.
  • To the interviewees:
    • As you prepare for the interview, be sure to understand what the organization needs and how you can be of assistance.
Readers Who Read This Tip Also Read Comment or Ask Questions About This Tip Twitter This Tip!


Free SQL Server performance monitoring dashboard – Idera SQL check

Red Gate SQL Backup: Experience incredibly robust, reassuringly resilient backups. Download now!

Are you looking for more SQL Server help?

Get SQL Server resources and real-time expert advice at Quest Connect 2009 – the free, virtual event

All SQL Server, all the time! Sign-up for the MSSQLTips newsletter!

Free whitepaper - SQL Server Fragmentation Explained


 

 


 

 

 

 

Idera - SQL safe backup

Need more space for your backups? Idera has announced the latest edition of SQL safe, their award-winning backup and recovery solution. SQL safe v6.0 includes brand new compression algorithms developed with some of the leading compression experts in the world. Plus, SQL safe 6.0 continuously optimizes compression to give you the fastest possible backup with the highest possible compression, every time you do a backup.

Download now!

 

 

 

 

More SQL Server Tools
SQL Prompt

SQL diagnostic manager

SQL Compare

SQL compliance manager

SQL defrag manager

 

 

 

 



Copyright (c) 2006-2009 Edgewood Solutions, LLC All rights reserved
privacy statement | disclaimer | copyright | advertise | write for mssqltips | feedback | about
Some names and products listed are the registered trademarks of their respective owners.