<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Developer Interview Questions: Testing Attention to Detail</title>
	<atom:link href="http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/</link>
	<description>Passionate about Startups and MicroISVs</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:42:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: jvvw</title>
		<link>http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/comment-page-1/#comment-222</link>
		<dc:creator>jvvw</dc:creator>
		<pubDate>Fri, 22 Sep 2006 12:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/#comment-222</guid>
		<description>I&#039;d be wary about giving any questions with deliberate mistakes in because if I were a candidate who paid attention to detail I probably wouldn&#039;t go and work somewhere that appeared not to! How you test attention to detail is an interesting problem though.</description>
		<content:encoded><![CDATA[<p>I&#8217;d be wary about giving any questions with deliberate mistakes in because if I were a candidate who paid attention to detail I probably wouldn&#8217;t go and work somewhere that appeared not to! How you test attention to detail is an interesting problem though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rwalling</title>
		<link>http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/comment-page-1/#comment-221</link>
		<dc:creator>rwalling</dc:creator>
		<pubDate>Wed, 20 Sep 2006 23:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/#comment-221</guid>
		<description>Thanks for your comments, Alex.  The SQL question is not intended to test someone&#039;s SQL ability - surely this join is too trivial for that. This question serves the sole purpose of looking for attention to detail (in this case, a simple spelling mistake). Keep in mind no single question can give you a sure-fire method of evaluating a candidate. That&#039;s why you should ask several questions along the same line to gauge a candidate&#039;s abilities.  A user does have 1 or more addresses, therefore the UserKey is in the Address table. If we added an AddressKey to the User table a user would have 1 and only 1 address. We want a 1 to many relationship (not 1:1 as you mentioned).</description>
		<content:encoded><![CDATA[<p>Thanks for your comments, Alex.  The SQL question is not intended to test someone&#8217;s SQL ability &#8211; surely this join is too trivial for that. This question serves the sole purpose of looking for attention to detail (in this case, a simple spelling mistake). Keep in mind no single question can give you a sure-fire method of evaluating a candidate. That&#8217;s why you should ask several questions along the same line to gauge a candidate&#8217;s abilities.  A user does have 1 or more addresses, therefore the UserKey is in the Address table. If we added an AddressKey to the User table a user would have 1 and only 1 address. We want a 1 to many relationship (not 1:1 as you mentioned).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http://</title>
		<link>http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/comment-page-1/#comment-220</link>
		<dc:creator>http://</dc:creator>
		<pubDate>Mon, 18 Sep 2006 06:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/#comment-220</guid>
		<description>Just on a sidenote: A company that makes me take a test on writing a query on a poorly designed datamodel and only worries about the spelling might not be a good company. Clearly the relationship between User and Address is such that the user has an address (not that the address has users) - therefore the addresskey should be on the usertable to begin with ! Even more important would be the question how good the reuse of that address really is. Why not keep them in one table as that relationship is clearly 1:1 to avoid your frontend developers having to build not needed functionality?</description>
		<content:encoded><![CDATA[<p>Just on a sidenote: A company that makes me take a test on writing a query on a poorly designed datamodel and only worries about the spelling might not be a good company. Clearly the relationship between User and Address is such that the user has an address (not that the address has users) &#8211; therefore the addresskey should be on the usertable to begin with ! Even more important would be the question how good the reuse of that address really is. Why not keep them in one table as that relationship is clearly 1:1 to avoid your frontend developers having to build not needed functionality?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http://</title>
		<link>http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/comment-page-1/#comment-219</link>
		<dc:creator>http://</dc:creator>
		<pubDate>Thu, 14 Sep 2006 13:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/#comment-219</guid>
		<description>OK, this may just be me but the &quot;the candidate is nervous and therefore can&#039;t think&quot; line of thought really grates on me. I just don&#039;t buy it. I need someone who can analyze problems and make decisions under pressure, because during the course of a multi-million dollar software project, pressure situations come up.   But mostly, the line of thought bugs me because even though I&#039;ve had plenty of interviews where I&#039;ve been nervous, I&#039;ve always been able to think the interview questions through and reason them out.</description>
		<content:encoded><![CDATA[<p>OK, this may just be me but the &#8220;the candidate is nervous and therefore can&#8217;t think&#8221; line of thought really grates on me. I just don&#8217;t buy it. I need someone who can analyze problems and make decisions under pressure, because during the course of a multi-million dollar software project, pressure situations come up.   But mostly, the line of thought bugs me because even though I&#8217;ve had plenty of interviews where I&#8217;ve been nervous, I&#8217;ve always been able to think the interview questions through and reason them out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rwalling</title>
		<link>http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/comment-page-1/#comment-218</link>
		<dc:creator>rwalling</dc:creator>
		<pubDate>Wed, 13 Sep 2006 22:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/#comment-218</guid>
		<description>Thanks for the really great suggestions and feedback. I plan to implement several of the ideas that have been presented in the comments.  One comment of my own: Bringing things up conversationally doesn&#039;t work very well because it&#039;s too easy to give the &quot;right&quot; answer.  Q: &quot;Do you write good code?&quot; A: &quot;Yes&quot;  Q: &quot;Do you show up for work on time?&quot; A: &quot;Yes&quot;  Q: &quot;Do you focus on details?&quot; A: &quot;Yes&quot;  You haven&#039;t really learned much from those answers.</description>
		<content:encoded><![CDATA[<p>Thanks for the really great suggestions and feedback. I plan to implement several of the ideas that have been presented in the comments.  One comment of my own: Bringing things up conversationally doesn&#8217;t work very well because it&#8217;s too easy to give the &#8220;right&#8221; answer.  Q: &#8220;Do you write good code?&#8221; A: &#8220;Yes&#8221;  Q: &#8220;Do you show up for work on time?&#8221; A: &#8220;Yes&#8221;  Q: &#8220;Do you focus on details?&#8221; A: &#8220;Yes&#8221;  You haven&#8217;t really learned much from those answers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http://</title>
		<link>http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/comment-page-1/#comment-217</link>
		<dc:creator>http://</dc:creator>
		<pubDate>Wed, 13 Sep 2006 18:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/#comment-217</guid>
		<description>In my current company (and previous lives) I’ve seen the greatest benefit (and detriment) of attention to detail in the project planning (PM) - especially at the beginning of a project.  This is because (IMHO) people with attention to detail tend to gravitate more towards thinking through and figuring out as much as possible at the outset instead of a project (don’t get me wrong, I’m not a PM evangelist, I believe in a well balanced approach to all thinks, and I would never claim that PM is a sliver bullet.)    So testing with the scenario option is a good plan, and I also appreciate what another poster says about “talking it out” instead of trying to mathematically figure it out with questions (not that the author suggests this, but I see how it’s inferred.)    So here is my sample scenario: give the candidate a rough functional specification document for a piece of software (or anything for that matter) and see how detailed their response is.  The more detail, the more they’re paying attention.  Caio, A fellow worker</description>
		<content:encoded><![CDATA[<p>In my current company (and previous lives) I’ve seen the greatest benefit (and detriment) of attention to detail in the project planning (PM) &#8211; especially at the beginning of a project.  This is because (IMHO) people with attention to detail tend to gravitate more towards thinking through and figuring out as much as possible at the outset instead of a project (don’t get me wrong, I’m not a PM evangelist, I believe in a well balanced approach to all thinks, and I would never claim that PM is a sliver bullet.)    So testing with the scenario option is a good plan, and I also appreciate what another poster says about “talking it out” instead of trying to mathematically figure it out with questions (not that the author suggests this, but I see how it’s inferred.)    So here is my sample scenario: give the candidate a rough functional specification document for a piece of software (or anything for that matter) and see how detailed their response is.  The more detail, the more they’re paying attention.  Caio, A fellow worker</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexander</title>
		<link>http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/comment-page-1/#comment-216</link>
		<dc:creator>alexander</dc:creator>
		<pubDate>Wed, 13 Sep 2006 17:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/#comment-216</guid>
		<description>Since these questions seem hostile to the interviewee, it&#039;s important that they be armed with the proper responses.  #1. Ask why the company doesn&#039;t already have a stored procedure in place for the join? Ask for an explanantion of the business process being supported to clarify if an inner join is really necessary. Finally, write the inner join using column numbers instead of names since the company hasn&#039;t been able to normalize their spelling.  #2. Ask for a copy of all applicable HR documentation detailing the use of the information you&#039;re about to provide. Insinuate that the company is using the hiring process as a cover for the collection of email addresses to sell to spammers.  #3. Ask for a copy of the company&#039;s code creation procedure manual that documents this process (They do have this stuff written down don&#039;t they?), read it back to the interviewer. Alternatively, begin your description with &quot;wake up in the morning, get out of bed...&quot;, provide a minutely detailed schedule of everything that you would do leading up to the creation of the Hello World application. If the interviewer claims that you&#039;re including extraneous details explain that completion of your morning meditation is an integral part of writing good code. Then branch into an explanation of your holistic world view and why we shouldn&#039;t eat corn (&quot;The kernels are crying man! Can&#039;t you hear them crying?&quot;).  #4. This is actually a fair question. Answer it as best you can.</description>
		<content:encoded><![CDATA[<p>Since these questions seem hostile to the interviewee, it&#8217;s important that they be armed with the proper responses.  #1. Ask why the company doesn&#8217;t already have a stored procedure in place for the join? Ask for an explanantion of the business process being supported to clarify if an inner join is really necessary. Finally, write the inner join using column numbers instead of names since the company hasn&#8217;t been able to normalize their spelling.  #2. Ask for a copy of all applicable HR documentation detailing the use of the information you&#8217;re about to provide. Insinuate that the company is using the hiring process as a cover for the collection of email addresses to sell to spammers.  #3. Ask for a copy of the company&#8217;s code creation procedure manual that documents this process (They do have this stuff written down don&#8217;t they?), read it back to the interviewer. Alternatively, begin your description with &#8220;wake up in the morning, get out of bed&#8230;&#8221;, provide a minutely detailed schedule of everything that you would do leading up to the creation of the Hello World application. If the interviewer claims that you&#8217;re including extraneous details explain that completion of your morning meditation is an integral part of writing good code. Then branch into an explanation of your holistic world view and why we shouldn&#8217;t eat corn (&#8220;The kernels are crying man! Can&#8217;t you hear them crying?&#8221;).  #4. This is actually a fair question. Answer it as best you can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher</title>
		<link>http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/comment-page-1/#comment-215</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Wed, 13 Sep 2006 16:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/#comment-215</guid>
		<description>If some company managed to produce an interview question like #1, I would interpret it as incompetence and would want to find the exit quickly. see thedailywtf.com for more great interview questions like that!</description>
		<content:encoded><![CDATA[<p>If some company managed to produce an interview question like #1, I would interpret it as incompetence and would want to find the exit quickly. see thedailywtf.com for more great interview questions like that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http://</title>
		<link>http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/comment-page-1/#comment-214</link>
		<dc:creator>http://</dc:creator>
		<pubDate>Wed, 13 Sep 2006 15:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/#comment-214</guid>
		<description>These tests won&#039;t show you if a candidate pay attention to details. They only show that, on that given moment, he was nervous.  It is much better to talk to them, and bring this topic during conversation: &quot;do you focus on details? are you more interested on general concepts?&quot; etc.  Talking is much better  than silly tests.</description>
		<content:encoded><![CDATA[<p>These tests won&#8217;t show you if a candidate pay attention to details. They only show that, on that given moment, he was nervous.  It is much better to talk to them, and bring this topic during conversation: &#8220;do you focus on details? are you more interested on general concepts?&#8221; etc.  Talking is much better  than silly tests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http://</title>
		<link>http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/comment-page-1/#comment-213</link>
		<dc:creator>http://</dc:creator>
		<pubDate>Wed, 13 Sep 2006 10:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/#comment-213</guid>
		<description>What most &#039;looking for details&#039; questions tend to be are just like &quot;where&#039;s waldo&quot; games - if you can spot him, well enough, but then why?  Here&#039;s a simple technique - Ask him to write a simple program, in whatever language you were recruiting for, and have him/her present it for different people - himself/herself, co-programmers, boss, other departments like marketing, and clients.  If you&#039;ve been through the motions, you&#039;d know how one version would not work for all.  Then, you&#039;ll see how detailed or adaptive he/she can get.</description>
		<content:encoded><![CDATA[<p>What most &#8216;looking for details&#8217; questions tend to be are just like &#8220;where&#8217;s waldo&#8221; games &#8211; if you can spot him, well enough, but then why?  Here&#8217;s a simple technique &#8211; Ask him to write a simple program, in whatever language you were recruiting for, and have him/her present it for different people &#8211; himself/herself, co-programmers, boss, other departments like marketing, and clients.  If you&#8217;ve been through the motions, you&#8217;d know how one version would not work for all.  Then, you&#8217;ll see how detailed or adaptive he/she can get.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Norrie</title>
		<link>http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/comment-page-1/#comment-212</link>
		<dc:creator>Paul Norrie</dc:creator>
		<pubDate>Tue, 12 Sep 2006 21:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/#comment-212</guid>
		<description>Some interesting ideas Rob.  Once I did try missing a line number from a code listing the candidates had to code review. The line itself wasn&#039;t missing, just the line number skipped the number 20.  No one picked it up.  On reflection, I believe it was partly that this was for new graduates who had probably never read code on paper before, let alone with printed line numbers so they never even were cogniscient of the numbers.    I do like the idea of having them review or write a small routine that has a lot of &#039;what-if&#039;s to be handled.</description>
		<content:encoded><![CDATA[<p>Some interesting ideas Rob.  Once I did try missing a line number from a code listing the candidates had to code review. The line itself wasn&#8217;t missing, just the line number skipped the number 20.  No one picked it up.  On reflection, I believe it was partly that this was for new graduates who had probably never read code on paper before, let alone with printed line numbers so they never even were cogniscient of the numbers.    I do like the idea of having them review or write a small routine that has a lot of &#8216;what-if&#8217;s to be handled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oli</title>
		<link>http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/comment-page-1/#comment-211</link>
		<dc:creator>Oli</dc:creator>
		<pubDate>Tue, 12 Sep 2006 17:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/#comment-211</guid>
		<description>I disagree with the &quot;paper form&quot; test if it&#039;s going to be given DURING the interview.  I know I would rush through it to get it over with, so we could get on with the REAL interview, because too many times those forms are just to satisfy some bureaucratic fantasies.    That and if I see a company is forcing me to write out by hand something I could have typed (or that could have been copy-pasted from my resumé) then I wouldn&#039;t be entirely sure they knew how to use computers to run their business.</description>
		<content:encoded><![CDATA[<p>I disagree with the &#8220;paper form&#8221; test if it&#8217;s going to be given DURING the interview.  I know I would rush through it to get it over with, so we could get on with the REAL interview, because too many times those forms are just to satisfy some bureaucratic fantasies.    That and if I see a company is forcing me to write out by hand something I could have typed (or that could have been copy-pasted from my resumé) then I wouldn&#8217;t be entirely sure they knew how to use computers to run their business.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleksey Linetskiy</title>
		<link>http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/comment-page-1/#comment-210</link>
		<dc:creator>Aleksey Linetskiy</dc:creator>
		<pubDate>Tue, 12 Sep 2006 13:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarebyrob.com/2006/09/11/developer-interview-questions-testing-attention-to-detail/#comment-210</guid>
		<description>I totally agree that attention to detail is an important trait, and definitely should be tested during an interview. However, I think that your questions test the trait on a superficial and, I would say, formal level. Here is what I would suggest:  - Give the candidate a problem which is prone to off-by-one errors; make sure that, if the proposed solution has the error, the candidate is aware of the possibility of the error and knows how to test.  - A problem with potential &quot;special cases&quot; - something along the lines of writing a function that calculates 1/x, but a little bit more complex, so it will not be that obvious.</description>
		<content:encoded><![CDATA[<p>I totally agree that attention to detail is an important trait, and definitely should be tested during an interview. However, I think that your questions test the trait on a superficial and, I would say, formal level. Here is what I would suggest:  &#8211; Give the candidate a problem which is prone to off-by-one errors; make sure that, if the proposed solution has the error, the candidate is aware of the possibility of the error and knows how to test.  &#8211; A problem with potential &#8220;special cases&#8221; &#8211; something along the lines of writing a function that calculates 1/x, but a little bit more complex, so it will not be that obvious.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

