Tagged Questions

7
votes
8answers
431 views

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

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 …
14
votes
15answers
933 views

From an interview: Removing rows and columns in an n×n matrix to maximize the sum of remaining values

Given an n×n matrix of real numbers. You are allowed to erase any number (from 0 to n) of rows and any number (from 0 to n) of columns, and after that the sum of the remaining entries is computed. …
0
votes
6answers
86 views

Permutations for digits represented by Phone Number

Guys, I have an interview in 2 days and I am having a very hard time finding a solutions for this question: What I want to do is .. for any phone number .. the program should print out all the …
31
votes
13answers
769 views

Should i ask the interviewer if i can speak to other developers?

I've always thought that whether i loved or hated a role that i would be objective enough to help out a fellow dev if he ever wanted general info about a workplace/role - say he was in for an …
2
votes
7answers
181 views

Would you bring up morally gray projects during an interview? [e.g. porn or torrents] [closed]

Possible Duplicate: Would you put an adult site on your resumé? Question pretty much sums it up. If you're worked on a pornographic, torrent, warez, etc. website(s) would you bring it …
-4
votes
0answers
62 views

Which is true for ADO.NET DataSet and DataTable ? [closed]

Which is true for ADO.NET DataSet and DataTable ? a) The Connection of the database must remain valid for the life of the data objects b)All tables in a dataset must come from the same database. …
3
votes
13answers
276 views

How much should I “stretch the truth” on my resume? [closed]

Hi, I'm just about to graduate and was wondering how much I should um... "stretch the truth" on my resume. Obviously, flat-out lying is probably a bad idea since (as well as many other reasons) it …
1
vote
2answers
64 views

How would you design a Calendar app similar to outlook (Interview Question)

Calendar should have functions like, User should be able to set an appointment based on time and date. Calendar will warn user if a conflicted appointment occur. Please describe what Classes, data …
19
votes
8answers
627 views

What questions should a JavaScript programmer be able to answer?

Suppose a company is going to hire JavaScript coders. I wonder what question should this company use to properly evaluate them. Even though general programming skills are more important than …
6
votes
6answers
115 views

On the job communication [closed]

Lets say you're an interviewer, and a coder shows up for an interview. He meets all the criteria you're looking for, but he is deaf and wears hearing aids. Despite his competency at face to face …
2
votes
6answers
283 views

Why do I lately have to be a master of big-O, sorting, searching, trees, graphs, large scale efficient data processing algorithms? [closed]

I haven't interviewed for about a decade. Back when I got the job it was mostly about how well I knew a programming language, where my experience was, what I am good at/bad at, some simple coding …
3
votes
6answers
201 views

Any great books of algorithm puzzles to practice whiteboard coding with?

I'm looking to get some practice coding solutions to algorithm puzzles on a whiteboard. A friend is going to read puzzles to me (as if he were interviewing me), and I'll solve them on a whiteboard. …
-4
votes
2answers
268 views

Things a newbie should learn to get a job at Google [closed]

Hi I'm a newbie to the IT field coming from a non-cs background. I always had my interests in CS & I have basic technical knowledge that got me where I am now. I'd like to try for a job at Google …
0
votes
11answers
345 views

Preparation for a c++ interview

i have to prepare for an interview in C++ technology. could you please drop in your suggestions and recommendations about how to start and what are the basic topics that i have to concentrate mostly …
1
vote
1answer
106 views

What was the most difficult job interview question you were asked (and you could not even say a word)? [closed]

Hi, What was the most difficult job interview question you were asked (and you could not even say a word)?

1 2 3 next
15 30 50 per page