Tagged Questions

0
votes
7answers
119 views

Translate Interviewese, Please [closed]

I had an interview today, but I'm not sure how it went. The position is for a C# developer with lots of Forms experience. As things were winding up, the interviewer said, "Certai …
47
votes
38answers
2k views

Should entry level programmers be able to answer FizzBuzz?

When interviewing entry level developers, I have used the FizzBuzz question as a type of acid test. Generally, I ask for a solution in pseudo-code or any language of their choice. …
190
votes
77answers
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 …
7
votes
14answers
506 views

Is it correct to ask to solve an NP-complete problem on a job interview?

Today there was a question on SO, where the author was given an NP-complete problem during an interview and he obviously hadn't been told that it was one. What is the purpose of a …
1
vote
2answers
99 views

Print possible strings created from a Number

Given a 10 digit Telephone Number, we have to print all possible strings created from that. The mapping of the numbers is the one as exactly on a phone's keypad. i.e. for 1,0-> No …
1
vote
10answers
310 views

Simple VB or C# questions for an interview?

I'm conducting an interview in 45 min (my second ever!) for a candidate who's pretty junior and states she knows VB and C#. I do not have any experience in either of those languag …
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?
4
votes
4answers
123 views

How do I find the nth ancestor of a node in a binary search tree?

I got asked this at a job interview. Here's my O(log n) solution. Find the depth of the node. Repeat the search, but stop at depth - n. Is there a way to do this without the se …
6
votes
9answers
173 views

Programming ‘projects’ for interviews?

Doing the interview round at present, and one place had a 'small test' for candidates. We were asked to write a requirements doc, specs, design doc, test plan, as well as code and …
0
votes
2answers
103 views

Find out whether a Linked List has a loop [closed]

Possible Duplicate: What is an efficient algorithm to find whether a singly linked list is circular/cyclic or not? Given the head node of a linked list, how can you find o …
3
votes
6answers
267 views

Code Samples for interview

I recently applied for a developer position and the director there asked me to send some samples of code. How should I approach this? Once, I sent a sample of code that I wrote f …
1
vote
7answers
152 views

What are some programming interview questions which give a good indication of one’s ability?

What questions do you think are fair to ask in an interview? The position is for an entry level developer, probably right out of college. Hiring managers: What are the fallback …
13
votes
10answers
647 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 …
34
votes
77answers
9k views

What is the worst interview question?

What is the absolutely worst job interview question that you've been asked? What did you answer? Did you get the job?

1 2 3 4 5 14 next
15 30 50 per page