3
votes
5answers
239 views
What questions should an expert in STL be expected to answer, in an interview
I was looking at a job posting recently and one of the requirements was that a person be a 9/10 in their knowledge of STL.
When I judge my skills, to me a 10 is someone that write …
2
votes
10answers
155 views
How do you cope with pressure? When you program??
During programming you might find difficulties on solving some complicated arithmetic code. What is the best way to approach?.
6
votes
7answers
388 views
How would I find a book in a large library?
I found the following question while preparing for an interview:
You are in a very huge library that
has no computer access, and you're
looking for one particular book.
…
3
votes
3answers
107 views
What makes one a good team member? [closed]
In a job interview what the kind of answer would you provide?
3
votes
2answers
90 views
Finding out how a developer handles brownfields projects
I'm doing some job interviews for the first time for my replacement. I want to know how they would approach a brownfields project, but am not really sure how to phrase the question …
0
votes
2answers
77 views
Testing interview question - Find a book in the library [closed]
Possible Duplicate:
Find a book in a huge library (interview question)
(Re-opened with programming tag)
What is your answer for this question?
You are in a very huge lib …
187
votes
79answers
11k views
Interview question: f(f(n)) == -n
A question I got on my last interview:
Design a function f, such that:
f(f(n)) == -n
Where n is a 32 bit signed integer; you can't use complex numbers arithmetic.
I …
0
votes
5answers
130 views
What are some effective questions to test a programmer during an interview? [closed]
Possible Duplicates:
What is your single most effective interview question?
Practical programming test in interview
What are some effective question to test a real progr …
3
votes
9answers
275 views
What is the most effective question to test a C developer during an interview? [closed]
What single question or problem allows you to most effectively assess a job applicants' understanding of the C language during an interview?
6
votes
3answers
139 views
Find buy/sell prices in array of stock values to maximize positive difference
Got this question in an interview today, and its optimized solution stopped me cold (which blows, because I really wanted to work for this company...)
Given a single array of real …
1
vote
5answers
84 views
SQL Question: It’s possibile to have a WHERE clause after a HAVING clause?
So...
It is possibile to use a WHERE clause after a HAVING clause?
The first thing that comes to my mind is sub queries, but I'm not sure.
P.S. If the answer is affirmative, coul …
12
votes
10answers
572 views
Frequently Asked Riddles in Job Interviews
Were you asked any logic riddles in job interviews? Are you usually asking riddles in job interviews?
What are they?
(What are the answers..)
I was asked once how can you divide e …
75
votes
102answers
33k views
What is the worst interviewee answer? [closed]
Following this question, what is the worst interview answer you've gotten from an interviewee in a technical interview?
123
votes
118answers
13k views
What are five things you hate about your favorite language?
There's been a cluster of Perl-hate on Stackoverflow lately, so I thought I'd bring my "Five things you hate about your favorite language" question to StackOverflow. Take your favo …
154
votes
81answers
15k views
Dealbreakers for new programming jobs?
What can come up in an interview or job posting that should set off the alarm bells for a coder?
I'm still only a few years in the industry but I already know to look out for exce …
