Software Development Engineer - Level 3
Expert Backend SQL Server Experience
You will be working on the design specs and SPROCS and build ASP.net applications. This product will allow the user to download, search and buy cool software for their phone. The team is also building an admin/business consoles to communicate to the handsets and customize the user experience for each device.
Job Duties/Responsibilities:
Develops software programs including mid-tier web services, websites and database backend components.
Develops project plans, design documents and schedules for these products.
Designs and implements complex programs and systems.
Assists in determining product requirements and enhancements.
Software Development Engineer - Level 3 Qualifications:
Looking for a backend SQL Server expert who specializes in SQL backend work.
SQL Server 2005/2008 - must be an expert at writing SQL code and have good problem solving skills.
At least a BS in Computer Science.
Questions You Should Be Able to Answer Yes to:
Have you ever worked on a Dual Tier Web Application that shipped to production?
Have you ever worked on performance and code scaling issues?
Have you ever had to debug and QC in a “live site” high-priority website to debug resolve and deploy?
****How to Apply: Please email your resume to Volt at: redmondjobs@volt.com and reference “Backend SQL Server Expert” in the subject line***
July 1st, 2009

Hi, my name is Kevin Ki and I’m a technical recruiter for Volt in Redmond, WA. Click on the run arrow below to hear me describe a Software Design Engineer 2 position. You can contact me at redmondjobs@volt.com. (more…)
June 29th, 2009
If you are in a technical job interview at a company like Microsoft or Google, you will be asked many questions. A few of the questions are designed just for the interviewer to get a feel for who you are and your general verbal communication skills. Examples include, “Tell me a little bit about yourself” and “Tell me why you want to work at Microsoft”. But mostly you’ll get (more…)
June 29th, 2009

Hi, my name is John Lord and I’m a technical recruiter for Volt in Redmond, WA. Click on the run arrow below to hear me describe a Technical Program Manager position. You can contact me at redmondjobs@volt.com. (more…)
June 22nd, 2009
When you’re in a technical hiring interview, at some point you’ll be faced with a question you don’t know the answer to. The first thing to remember is not that this situation might occur, but that it will certainly occur. The purpose of an interview is not to (more…)
June 19th, 2009
Product Designer
Icon Design/Development, User Experience
Our Client’s consolidated online software and web applications services is looking for a skilled Product Designer; specific responsibilities include:
• Provide icon design/development for the company’s operating system and online tools and applications
• Production design support for Brand User Experience team
• Support Design, Development, Usability, Product Management and Testing teams, so that specifications and assets are always current and easily accessible (more…)
June 17th, 2009

Hi, my name is Logan Marsh and I’m a technical recruiter for Volt in Redmond, WA. Click on the run arrow below to hear me describe a Systems Analyst position. You can contact me at redmondjobs@volt.com. (more…)
June 15th, 2009
A coding trick which pops up surprisingly often in Microsoft hiring interviews is the XOR swap trick. I wasn’t going to write it up, but recently I mentioned this trick in passing to a buddy of mine who has been a top-tier developer at Microsoft for almost 10 years, and to my surprise, he had not seen the trick before. Anyway, it goes like this. Suppose you want to swap the values in two integer-based variables. The usual, CS 101, technique is:
int a = 5;
int b = 7;
int temp;
temp = a;
a = b;
b = temp;
The XOR swap trick is an elegant way to get the same result. It goes like this: (more…)
June 13th, 2009

Hi, my name is John Jung and I am a technical recruiter for Volt in Redmond, WA. Click on the run arrow below to hear me describe an SDET 2 position. You can contact me at redmondjobs@volt.com.
Job Description:
A candidate in this position will work directly with multiple feature SDETs, leads, and lab management to run and investigate automated testing for the entire DDx test organization. They will (more…)
June 8th, 2009
One of the most common types of interview questions at Microsoft for software testers is, “How would you this test function?” Where, of course, “this function” is a specific function. Let’s look at an example. Suppose the “this function” has a signature of
int numUpper(const char *s)
and you’re told only that the function returns the number of upper case characters in string s. Well, after you qualify the question a bit to make sure you understand what you’re trying to test, the first thing you’d want to talk about is (more…)
June 5th, 2009
Previous Posts