active questions tagged interview+subjective - Stack Overflowmost recent 30 from stackoverflow.com2009-12-21T10:34:41Zhttp://stackoverflow.com/feeds/tag/interview+subjectivehttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1835184/would-you-bring-up-morally-gray-projects-during-an-interview-e-g-porn-or-torre3Would you bring up morally gray projects during an interview? [e.g. porn or torrents] [closed]Andrew G. Johnson2009-12-02T19:18:17Z2009-12-02T19:25:11Z
<blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="http://stackoverflow.com/questions/700344/would-you-put-an-adult-site-on-your-resume">Would you put an adult site on your resumé?</a> </p>
</blockquote>
<p>Question pretty much sums it up. If you're worked on a pornographic, torrent, warez, etc. website(s) would you bring it up during an interview?</p>
http://stackoverflow.com/questions/1760748/why-do-i-lately-have-to-be-a-master-of-big-o-sorting-searching-trees-graphs2Why do I lately have to be a master of big-O, sorting, searching, trees, graphs, large scale efficient data processing algorithms? [closed]wizard@2009-11-19T03:41:59Z2009-11-19T04:42:24Z
<p>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 problems, you know the most typical questions were asked. Now I go for technical interviews, all the companies don't care anymore what kind of experience I have, or that I am very good at struts, jsp, java, C++, Spring, perl, J2EE, javascript, http, .... All they seem to care about is data structures and algorithms. I have been doing great in my job the whole decade and well admired and appreciated, I haven't done bad in my job. I know for being innovative one has to know computer science fundamentals, but that alone isn't good, or is it? Is it the Internet that changed the scene or companies like Google and Facebook that changed the scene?</p>
<p>Ok people, I understand my realization is accurate from all your answers. If I knew how I would close this question.</p>
http://stackoverflow.com/questions/1694002/should-i-ask-the-interviewer-if-i-can-speak-to-other-developers31Should i ask the interviewer if i can speak to other developers?cottsak2009-11-07T18:45:25Z2009-11-07T22:06:33Z
<p>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 interview/walkthru.</p>
<p>As a job seeker, is (1) ok to ask the interviewer/company for permission to contact devs to ask them questions or (2) in a walkthru is it ok to just cold-ask other staff questions about how the workplace runs (general/social/business/technical)? Is this rude or OK? Should it be encouraged? I just want to know how to get that inside info that the interviewer might hide.</p>
<p>What is ok? What is not? What have you tried in the past that has/not worked?</p>
http://stackoverflow.com/questions/1684917/what-questions-should-a-javascript-programmer-be-able-to-answer19What questions should a JavaScript programmer be able to answer?André Pena2009-11-06T01:53:13Z2009-11-06T17:56:52Z
<p>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 technology-specifics, they need to be tested on what they are going to work with.</p>
<p>How would you do that? How would you test if they have the proper knowledge?</p>
http://stackoverflow.com/questions/1524331/is-it-feasible-to-interview-a-person-for-testing-lead-position-by-development-lea0Is it feasible to interview a person for testing lead position by development lead only?PJ2009-10-06T08:40:31Z2009-10-06T14:33:16Z
<p>Is it feasible to interview a person for testing lead position by development lead only. and base on their feedback hire the person for the said position. Testing is something different from coding and it has different methodologies. Like every technology a tester learns new things everyday nad it will never end. </p>
<p>being a development lead it will not be possible to know the methodologies and processes involved in testing. So what is the probability that the recruitment is feasible if done by development lead only and not by higher management.</p>
http://stackoverflow.com/questions/1403064/best-c-book-for-interview8best C++ book for interview?northTiger2009-09-10T02:10:50Z2009-09-27T02:59:22Z
<p>what is the best C++ book to prepare a advanced C++ interview.
I would like a book with very good summary on concepts and tricks asked in interviews.</p>
http://stackoverflow.com/questions/1185363/what-was-the-best-puzzle-brainteaser-youve-ever-been-asked-at-an-interview-and2What was the best Puzzle/Brainteaser you've ever been asked at an interview? And Why?Artem Russakovskii2009-07-26T19:40:55Z2009-08-20T09:44:45Z
<p>There have been many questions related to what one should ask interviewees, what you should ask a company you're interviewing at, etc. I searched and I don't think this one is a duplicate. Also, community wiki from the start.</p>
<p>So here goes: <strong>What is the most interesting (challenging, fun, original, useful) brainteaser or puzzle question you've been asked at an interview and why?</strong></p>
<p>For me, it was this one that I was asked recently (I found a similar one online and copy-pasted it here to avoid retyping the whole thing):</p>
<blockquote>
<p>There are ten gnomes. They are in the
dungeon. Their captor has given the
gnomes a chance of survival. Here is
the offer:</p>
<p>He lines the gnomes up in a
single-file row. This means that the
tenth gnome sees the back of the
person in front of him, and there is
no gnome behind the tenth gnome. The
ninth gnome has the tenth gnome behind
him and the eighth gnome directly in
front of him, and so on. Finally, the
first gnome has the second gnome
directly behind him, but there is no
one in front of the first gnome.</p>
<p>The captor has a bag full of many
black hats and many white hats. There
is not necessarily the same number of
black hats as white hats. (important)
He randomly reaches into his bag and
places a hat on each of the gnomes.
This means that the tenth gnome can
see everyone's hat except his own, the
ninth gnome can see everyone's hat
except his own and the tenth gnome's
hat, and so on. The first gnome can
see no one's hat.</p>
<p>The captor then takes out his gun and
puts it to the temple of the tenth
gnome. He asks the gnome, "What color
is your hat?" If the gnome answers
correctly, he lives and gets freed
from the dungeon. If he does not, he
dies. He continues up the line in this
progression.</p>
<p>However, before placing the hats on
the gnomes, he allows the gnomes to
meet as a group and discuss a strategy
to save as many of the gnomes as
possible. How many gnomes can you
guarantee to save, and with what
strategy?</p>
<p>REMEMBER: When it is your turn to say
the color of your hat you must ONLY
say "white" or "black." If you say
anything else, the king will shoot you
and all of the remaining gnomes.</p>
</blockquote>
<p>Once I figured out the solution to this one, the interviewer then posed another question:</p>
<blockquote>
<p>What if the number of colors were switched to 4? How many gnomes can you save then?</p>
</blockquote>
<p>The answer is here for those who don't like spoilers: <a href="http://tinypaste.com/b578c" rel="nofollow">http://tinypaste.com/b578c</a></p>