Showing posts with label Microsoft SDET interview. Show all posts
Showing posts with label Microsoft SDET interview. Show all posts

Wednesday, October 14, 2009

Microsoft Interview Results

I got an email from Microsoft today. Although I knew I didn't perform well on the phone/ LiveMeeting interview last Friday, there was still that small bit of hope that maybe I displayed something that they liked. . .

The Microsoft interview is easily the most grueling technical interview I've ever endured. But it was also the most FUN! (Speaking of the process in Redmond). The problems given are designed to make you think, and they sure do. I understand that they don't expect a candidate to get the problem 100% correct right off the bat (or at all, for that matter). They're really observing problem solving skills. My head hurt so bad after that interview, I went back to the hotel and just slept for like 5 hours. Then I got up and went to the bar.

This phone interview is my third meeting with Msft. I had a preliminary interview at a national convention this past March, and was flown to Redmond the next month. I thought I gave the performance of a lifetime on the six (6) (yes, s-i-x) interviews I had that day. I left Redmond feeling really good about my chances, but was sorely disappointed a couple of day later. That was a really tough disappointment - I did my absolute best, and it was still not good enough. Eventually, I got over it and decided to reapply as soon as I was eligible again.

Back to the present. . .

As I opened the email, I braced myself for the imminent rejection, expecting to see an "unfortunately" right near the beginning. When I got to the fourth sentence, and there was still no "unfortunately," that little bit of hope began to shine brighter.

And then I read the second half of the fourth sentence:

we will be pursuing other candidates whose background and abilities more closely match our needs at this time.

And things quickly went back to normal. The world didn't end. As I said, I knew I didn't perform very well in this one. I'm not upset or discouraged; but I know what I have to do now. I'm on a mission to become a better programmer. I have dedicated myself to learning as much programming as I can. I'm going to immerse myself in so much code that by the time I'm eligible to interview again, I will be able to better display what I know, and be the ideal candidate.

Here's the problem I was given. . .

For an array of size n, choose the range of numbers which yields the greatest possible sum.





For this one, it happens to be array[0] through array[6], which equals 23. 
But these are just random numbers I came up with for this example. It doesn't always end up where it is the entire range.


I managed to explain a brute-force method of finding the solution. But drew a blank when asked to describe the efficiency of it using Big-Oh notation. So, I faltered there. Anyway, I have been working on my CS basics, so that should be sharper next time around. 

Very sleepy now. Good night!

Sunday, October 4, 2009

Microsoft Interview Preparation

Earlier this year, I had the opportunity to fly to Redmond to interview with Microsoft for an SDET (Software Development Engineer in Test) position. To prepare, I read a couple of books, reviewed my materials from Cem Kaner's Blackbox Software Testing course, and went over some technical programming examples. This was the most intense, brain-squeezing, mind-bending interview I had ever been on. . . . but it was really fun! And although I performed what I thought was exceedingly well, I was still not offered a position. I was disappointed, but not discouraged.

My Microsoft recruiter consoled me and said that sometimes it takes people upwards of 3 tries to get hired. She said that I should work on my skills and try again in six months or so. I made it up in my mind that I would have that job, and that next time around, I would be more prepared, and give an even better shot than the first time.

Last week, I was scheduled for another phone interview (YES!!). Since that time, I feel that I have gained some very applicable knowledge directly pertaining to the type of positions I'm seeking. In addition, I've decided to take on some other projects. Among them are:
I should have a firm grasp on (at least 2 or 3 of) these things by the end of this week. In addition, I'm going to read peoples' blog posts of their experiences dealing with the grueling SDET interview and what skills they chose to polish and highlight during the process. I have a couple of friends who work there too, so I'll try to get some of their input as well.

As you can see, I have my work cut out for me, but I'm determined!