|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Programming job interview (again). Anyone have any unique questions or advice?
Hi guys,
I'm not sure if anyone remembers or not but I blew an interview back in September (mostly because I couldn't hear the interviewer, and partially because it caught me off guard and I wasn't prepared for the interview). Well, I have since graduated college, have been working on my programming skill set, and managed to pass an initial interview for an application developer position. I have a large pool of standard questions I have been practicing, I will be buying a suit this week (I do not have one), and will be doing practice interviews until the interview date. My question is does anyone have any additional advice for an interview for a programming position? Perhaps a strange question you were asked?
__________________
Macbook Air 13inch Ultimate
Hexcore MacPro 3.33ghz - 24 gigs ram - ATI 5870 - Dual 27inch ACD's |
|
|
|
0
|
|
|
#2 |
|
I have never interviewed for a programming position, but I have interviewed candidates for other jobs in an unrelated field. I can say that interviewees that ask me good questions about our company get put in the good stack. I would be tempted to ask them about their coding philosophy, if they use pair coding, or agile practices etc. and why that approach works for them. I'm sure you'll get lots of other code-related answers here too, but I thought I'd chime in to share my (non-coding) perspective.
__________________
How to ask good programming questions: Getting Answers
|
|
|
|
1
|
|
|
#3 |
|
1. Start solving a real problem right in the interview. May not be applicable for an entry-level position, though. What I mean is, identify a problem or some future development that they have planned, and offer your solution or make suggestions as to how you would solve or implement it. I've done mostly contracting, so I am hired to do a particular job. I find the most effective interview technique is to act as if I've already been hired, and just dig into the solution. Particularly if the interviewer is a peer, they will at that point forget that they are conducting an interview. It's then just a matter of showing that you're being there is going to make their job easier, because you "get it".
2. Save the suit for weddings and funerals. Seriously, wearing a suit to a programming job interview will actually knock you down a bit. In most places, there will be some concern that you will not fit in, especially if (as is common) there will be peers among the interviewers. Strike some happy medium between a suit and shorts and sandals. Last edited by jtara; Mar 13, 2012 at 10:48 PM. |
|
|
|
2
|
|
|
#4 |
|
You should also be prepared for non-technical questions. Some interviewers like to ask you "Where do you see yourself five years from now" and "Name a situation where you solved a problem using persuasion".
If I'm the one interviewing you, you'd score extra points by just staring at me and saying "... dude." I'll apologize and say they make me ask this stuff, and quickly get back to nested templates and your knowledge of C++11.
__________________
Computer Programming: An Introduction for the Scientifically Inclined So how much does an iPhone developer make? My iPhone games: Sjoelen, Mazer (free) |
|
|
|
0
|
|
|
#5 | |
|
Quote:
Good luck! General Given two arrays, print all common elements. Small array size is M, and large array size is N (M << N) Given a list, return the first pair of duplicates in the list Given an array of N numbers, and a number T, find out whether there are two numbers from the N numbers sums up to the number T. Find out ALL solutions to the problem and analyze the run times. Given 64K-1 numbers [0..64K-1] find one missing number. You have unordered array X of N integers. Find the array M containing N elements where M[i] is the product of all integers in X except for X[i]. You may not use division. You can use extra memory. Solution faster than O(N^2) For a given sequence of numbers print all increasing subsequences. Given an array of integers (both positive and negative) divide the array into two parts (sub-arrays) such that the difference between the sum of elements in each array is minimum? Linked Lists Implement basic operations for singly linked list: push_front, push_back, delete, tail, size, pop_front, find Implement following operations for singly linked list: count, at, insert_at, insert_after Reverse linked list in place Find loop in linked list. Find length of the cycle. (Floyd's cycle-finding algorithm) Write a function to find the middle node of the a singly-linked list Write a function to copy list to new list and return pointer to head of the new list Probability You have a stream of infinite queries (i.e: real time search queries that people are entering). Describe how you would go about finding a good estimate of 1000 samples from this never ending set of data and then write code for it. Given a function which produces a random integer in the range 1 to 5, write a function which produces a random integer in the range 1 to 7. Write function to select random sample of size M from a stream of numbers. Write function to select random sample of size M from a set of numbers of size N. Write function to random shuffle array a. |
||
|
|
2
|
|
|
#6 |
|
1- Don't be nervous. The best way not to be nervous is to be in the "they need me more than I need them" or the "Why don't they convince me to work for them" mindset.
2- Over preparing, rehearsing and all that crap will make you nervous, thus fail at 1. Everything else, just be yourself. Don't study, don't rehearse. Just sit down, let them ask their stuff, then ask a lot of questions about the positions, the working conditions and the salary and benefits.
__________________
"What you leave behind is not what is engraved in stone monuments, but what is woven into the lives of others." -- Pericles |
|
|
|
0
|
|
|
#7 |
|
Thanks guys for all the tips and advice
@KnightWRX I actually did that before and it worked wonders! I ended up negotiating a significant pay raise during my interview. They hired me on the spot even though I know at least one other candidate was "technically" more qualified (he had a degree and I didn't). The other guy I mentioned at the interview was actually a coworker who told everyone at work he saw me at an interview. Good thing I got the job
__________________
Macbook Air 13inch Ultimate
Hexcore MacPro 3.33ghz - 24 gigs ram - ATI 5870 - Dual 27inch ACD's |
|
|
|
0
|
|
|
#8 |
|
I have some questions. I hope it's useful for me.
1.what is the first thing that people notice about you? 2.What are your three BEST life skills? 3.What’s the most important thing you’re looking for in another person? 4.What are 5 things you “can’t live without?”
__________________
103 interview questions and answers ( free pdf download) |
|
|
|
0
|
|
|
#9 | |
|
Quote:
Is this a joke? Wear a suit to ALL professional interviews.
__________________
rMBP GT650M OC'd +120/+1000 |
||
|
|
0
|
|
|
#10 | |
|
Quote:
They should know the CONCEPTS you described of course, but to expect someone to write optimized code on the spot? Dumb.
__________________
Si vis pacem, para bellum |
||
|
|
0
|
|
|
#11 | |
|
Quote:
|
||
|
|
0
|
|
|
#12 | ||
|
Quote:
Unless you are applying for a position where optimization is one of your main duties, writing "clever" solutions like this makes for a maintenance nightmare. As one of my bosses once said: Quote:
__________________
rMBP (10.8), 2.6 GHz, 8 GB RAM, 512 GB SSD Hackintosh (10.7.4), 4.6 GHz i7-3930K, 32 GB RAM, 3xHD7970, 2x240GB Vertex 3 RAID 0 SSD, 2x600GB Velociraptor 10KRPM, Drobo S 5x2TB, 2x HP LP3065 30-inch. |
|||
|
|
0
|
|
|
#13 | |
|
Quote:
Find out who is going to be interviewing you. It is common to be interviewed by a manager, somebody from HR, and a group of your peers. The HR guy is to enforce company rules on hiring. In many cases, the manager is going to take his cue from his team. A suit generally is not going to be seen as a plus by your future co-workers. The first thing you are going to get when you walk into the peer interview are going to be glances between them and a few snickers. You will be likely be viewed as inexperienced, naive', "trying too hard", and not a team player. Wear what you would wear to work. And find out what that is first. And get a better description than "business casual". If you can, hang-out in the parking lot on a day prior to the interview and see what people wear. Wear what the other employees wear on a day when they are well-dressed. (Skip the sandals.) |
||
|
|
0
|
|
|
#14 | |
|
Quote:
|
||
|
|
0
|
|
|
#15 |
|
Just to add a data point:
I wore a suit to 4-5 interviews out of college, got 1 offer, and accepted it. Since then I've gone 1 notch higher than what I understand my potential colleagues wear. I've tried to find out from insiders or a recruiter what the folk interviewing will be wearing. If they're in a polo, go Oxford. If they're in an Oxford with unbuttoned collar, add a tie. Pants... I've gone "nice jeans" (odd, I know. Dark/fitted vs. Levi's) or slacks (I hate khakis). It's always worked for me. I haven't worn a full suit since the first round out of college. If you're totally comfortable in a suit, that's fine, but if you're not comfortable wearing that every day I'd call it false advertising. I think as long as you're at or just above the attire of those interviewing you you're fine. If you're below or way above then they're going to notice, and you don't need that to be what stands out. -Lee |
|
|
|
0
|
|
|
#16 |
|
Pants and a nice shirt and you should be fine at most non mega-corp types. Slacks and a dress shirt for those.
Being bluntly honest, If a suit is not your normal thing and you're forced to work in one, you're probably at the wrong company... unless they're paying you a huge amount of money and you have kids (and are willing to make the sacrifice for them) or don't plan on staying long. You will not like it and there are tons of software dev jobs where everyone wears t shirts, shorts, and flip flops. I'd suggest brushing up on basic SQL syntax and DB concepts. I've found that people in general/interviewers appreciate basic questions about databases being answered honestly and without too much fumbling. If you're interviewing at a web company, understand posts v.s. gets and have at least a "10,000ft concept" of what REST & SOAP APIs are (you don't need to be an expert unless you're advertising yourself as one). Know what pointers/references are in general. Even if you end up working in a language without raw pointers (i.e. Java, PHP, Perl) most people will expect that you know what those are. Bring a pad of paper to the interview or have one ready if its a phone interview. I've never been presented a white board. Never. But, for the same reasons that whiteboards are handy to have (scrawl out concepts, work through products, keep your thoughts straight), a pad of paper and pen is good to have as well. |
|
|
|
0
|
|
|
#17 |
|
I have had recruiters from big tech companies explicitly tell me before the interview NOT to wear a suit, since no one who works there would ever wear that anyway.
I highly recommend this book: http://www.crackingthecodinginterview.com |
|
|
|
1
|
|
|
#18 |
|
^ You're the second person to recommend that book to me in the past week. I'm going to be picking it up this weekend. I'm about two years out of college with my CS bachelor's degree, and am starting to think about stepping up my career a notch.
I haven't interviewed since my intern days (I was given a full-time position after I graduated), so all this advice is much appreciated. OP, I'm glad the interview went so well. On the clothing subject...I think a suit would be over-doing it, personally. I would suggest a nice, neutral shirt with a matched tie (simple four-in-hand; a Windsor knot would be too much) and a nice pair of dark slacks. If the company has only 10 employees, you could probably get away with not wearing the tie. It's not a suit, but it's not jeans and a polo, either. To wear anything less would, IMO, show a lack of respect for yourself and the position you're going for. A suit would be going overboard, but I feel that by dressing down, one walks a thin line. I'd rather find myself over-dressed than under-dressed.
__________________
Russian roulette linux style : dd if=/dev/urandom of=/dev/kmem bs=1 count=1 seek=$RANDOM |
|
|
|
0
|
|
|
#19 |
|
I think the general rule is that you should dress the way you would expect the nicest dressed person at the position you are applying for at that company would dress.
In most cases for tech jobs, that is going to mean khaki pants and a nice polo shirt, which is exactly what I have heard most recruiters tell people to wear. A more casual buttoned shirt with a tie is certainly reasonable as well. |
|
|
|
0
|
|
|
#20 |
|
Oh geez. Please leave the suit at home. It doesn't belong in an engineering interview. When I see a candidate walk in in a suit, it's hard for me not to automatically dock points. They are usually inexperienced or trying to make themselves look better than they are.
|
|
|
|
0
|
|
|
#21 | |
|
Quote:
|
||
|
|
0
|
|
|
#22 | |
|
Quote:
__________________
. |
||
|
|
0
|
|
|
#23 |
|
|
0
|
|
|
#24 |
|
Ok in two minutes I wrote this:
Code:
int main(int argc, char** argv)
{
for(int i=1; i<=100;i++)
{
bool printNumber=true;
if(i%3==0)
{
printf("Fizz");
printNumber=false;
}
if(i%5==0)
{
printf("Buzz");
printNumber=false;
}
if(printNumber)
printf("%d",i);
puts("\n");
}
return 0;
}
It's not hard, maybe they not choose real programmers. |
|
|
|
0
|
|
|
#25 | |
|
Quote:
Question wasn't to omit the value when evenly divisible, just append. The question didn't say inclusive or exclusive, so I made this an option. |
||
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| Does anyone have any good recommendations for obtaining programming test questions? | chrono1081 | Mac Programming | 14 | Aug 23, 2011 05:24 AM |
| Beards and job interviews, still a faux pas? | foidulus | Community Discussion | 32 | Feb 27, 2011 11:20 AM |
| Does anyone have any suggetions about security on iweb program | warriorprincess | Mac Basics and Help | 5 | Dec 6, 2010 06:29 AM |
| Anyone have any good music program compatible with Itunes? | zpapa21 | Mac Applications and Mac App Store | 4 | Nov 16, 2005 07:23 PM |
| anyone have any good application icontainers or skins | wnameth | General Mac Discussion | 0 | Jan 28, 2005 07:38 PM |
All times are GMT -5. The time now is 04:53 AM.







Linear Mode

