Tagged Questions

0
votes
2answers
43 views

How to solve this problem by prolog?

The criminal is one of A,B,C,D. A says:Not me. B says:It's D C says:It's B D says:Not me. And we know that only one of them tells the truth. Who is the one?I want to solve it by prolog. It's an …
3
votes
13answers
607 views

How do you determine your C# and/or C++ “skills” on a scale of 1-10?

In my experience this is a common question (not limited to just C# and C++) asked during phone screens and on pre-interview questionnaires. So how do you do it? I'm usually reluctant to say …
141
votes
121answers
15k 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 favorite language and …
-1
votes
0answers
83 views

Perform Division on two 64 Byte numbers on 16 bit machine [closed]

WAP :- to divide two 64 Byte numbers on 16 bit machine. Latest HCL Noida interview question - 19-Dec-2009
71
votes
168answers
11k views

What is your solution to the FizzBuzz problem?

See here Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fizz" instead of the number and for the multiples of five print "Buzz". For numbers which are …
141
votes
36answers
10k views

Really “wow” them in the interview

Let me put it to you this way: I'm a top-notch programmer, but a notoriously bad interviewee. I've flunked 3 interviews consecutively because I get so nervous that my voice tightens at least 2 …
39
votes
78answers
10k 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
vote
2answers
80 views

Does anyone have C# code to repair a linked list that cycles?

http://stackoverflow.com/questions/1285560/how-do-you-remove-a-cycle-in-a-single-linked-list Before I write some sample code to do what this answer describes, does anyone already have a C# example of …
0
votes
2answers
77 views

deep copy Linkedlist without destroying original list and extra storage space (using ANSI C)

this linkedlist is different than normal linkedlists is that besides the next pointer, it also has a other pointer that points to another node except itself in the linkedlist. so what's the best way …
7
votes
8answers
608 views

Is it fair to ask about by-reference arguments as a C interview question? [closed]

Someone I know does interviewing for C programmers. One of the questions he asks is something to the effect of, "How do you pass an argument by reference in C?" The expected answer is along the lines …
2
votes
2answers
96 views

Point on a line closest to all other Points [closed]

There are N Points in a 2D plane. There is also a line the equation of which is given. Find a point on the line such that the sum of distances from each point to the point on the line is minimal. Do …
24
votes
27answers
2k views

What questions should be asked to a potential future employer during an interview for a programming position?

I'm going to start interviewing again over the next couple of months. I'm about three years out of school, got some good programming experience under my belt that I can boast about, and finally feel …
2
votes
2answers
67 views

What are likely SSIS interview questions for a beginner?

For a beginner having an experience of 6 months in SSIS what are the most probable questions? For Control tabs, Each section of dataflow tabs like what are the most used Transformations in day to day …
6
votes
18answers
2k views

Should you administer IQ tests to programmers during the interview process?

How many companies are using IQ tests to rate prospective programmers? How would you weight an IQ test vs. education, experience, etc.? Are there any legal issues that come into play with this …
9
votes
19answers
1k views

How to answer what are your strengths and what are your weakness question during Interview ?

Hi, Recently, I am giving many interviews as Software Engineer, am pretty much comfortable with the technology side when it comes to answering questions like What are your Strength and What are your …

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