• (cs) in reply to Rootbeer
    Rootbeer:

    "And developpers have no patience for bullshit or incompetence"

    Developers have no patience for fools who don't know how to spell "developer".

    Do you exhibit the same carelessness when writing in computer programming languages as you do when writing in English?
     

    <sarcasm> There's no intellisense for English </sarcasm>
     

  • (cs) in reply to lpope187
    lpope187:
    Maurits:

    Anonymous:
    How you get to 17 is a mystery to me. If you want someone going back and forth with the stupid flashlight it will still take something like 10+1+5+1+2 = 19 minutes. And the poor "1" guy is doing 5 times the work of the rest.

    The procedure for getting 17 minutes was well spelled out earlier in the thread.  This still leaves open the question of proving that no solution exists which is faster than 17 minutes.  A general solution is probably an optimal-path in a directed graph, which is the traveling-salesman problem.
     

    Anonymous:

    The flashlight/bridge problem has been presented incorrectly here. The real version has 4 people, who can cross the bridge in 1, 2, 5, and 10 minutes. Only two people are allowed on the bridge at once and they must walk at the slowest person's pace. What is the fastest time they can accomplish this task in? The answer is straightforward with no "thinking ouside the box" shenanigans (it's 17 minutes BTW for you wannabe interviewees).

     

     Just to be pedantic, the solution presented was for 1 or 2 people on the bridge at the same time.  The post in question states that 2 people must be on the bridge at the same time.

    The answer for that case is as follows going from a to b.

    10 & 1 go to b                            (10s)

    1 goes to a, 5 goes to b              (15s)

    1 & 2 go to b                              (17s) 

     

    The problem and solution

    http://www.thakur.demon.nl/index_1.html #puzzle 11

    http://www.thakur.demon.nl/solut_1.html 

  • chocobot (unregistered) in reply to lpope187
    lpope187:

     Just to be pedantic, the solution presented was for 1 or 2 people on the bridge at the same time.  The post in question states that 2 people must be on the bridge at the same time.

    The answer for that case is as follows going from a to b.

    10 & 1 go to b                            (10s)

    1 goes to a, 5 goes to b              (15s)

    1 & 2 go to b                              (17s) 

     

    Since you're being pedantic ... your response is incorrect.  According to "2 people must be on the bridge at the same time", the answer is 15 seconds.

  • (cs) in reply to Earl Purple
    Earl Purple:
    shambo:

    Anonymous:
    One question I always ask is "Do you like Gladiator movies?" If the person gets the reference, then they almost always laugh and it tells me something about their personality. If they don't get the reference, then I brush by the question, and this tells me a little something about their personality. I usually don't ask technical questions. I am more interested in their educational background, what technologies they have been exposed to and their overall personality. If I can work with the person, then they can learn what they need to if they don't already know it.

    I was part of the interview team for a new developer at the last job.  The lead dev did such a great job interviewing that by the time it came to me I really had nothing further to ask technically so I asked questions to see if they would fit in our group.  "Do you like gladiator movies" was one of the questions I asked.  Only one person got the reference, and he got the job. :)  Most of the responses were "Well, I like the movie gladiator." then uncomfortable silence and stifled laughs.

     What "reference"? What has this got to do with the person's ability to do a good job? It's up to the team to make the person feel part of the team, not for the developer to have to try hard to "fit in". These people have their careers and their livelihoods on the line and you start using stupid irrelevancies to disqualify them?

    I guess I should have said "Only one person got the reference, and coincidently he got the job".  Also, if it comes down to two equally qualified candidates you are going to go with the one who is a better fit.  Which is why you ask a few questions to let their personality come out.  You spend more time with your co-workers then you do your family and you want to make it as pleasurable as possible.

  • zork (unregistered) in reply to donazea
    donazea:

    And one needs top marks at Uni to get anywhere, so just MHO but it's *nothing* similar to your analogy - looks do count, as it is such a demanding and sought after position.

    Just MHO of course.

    Yes, looks count.  The point of my statement was that the specific look need not match some predetermined look.  Despite the mocking that generally goes on, one can still look good wearing a powder blue leisure suit with dress boots.

    If they are looking for somebody to do the job, it sounded like this was their guy.  If they want him to dress in a different manner, it's not that hard to specify the look they want.  If he then went forward with wearing the leisure suit despite being told to wear a nice Armani, then it becomes a different story. 

    Plus, from the description given, the company looking for that guy should have been grateful they found *anybody*. 

  • zork (unregistered) in reply to chocobot
    Anonymous:
    lpope187:

     Just to be pedantic, the solution presented was for 1 or 2 people on the bridge at the same time.  The post in question states that 2 people must be on the bridge at the same time.

    The answer for that case is as follows going from a to b.

    10 & 1 go to b                            (10s)

    1 goes to a, 5 goes to b              (15s)

    1 & 2 go to b                              (17s) 

     

    Since you're being pedantic ... your response is incorrect.  According to "2 people must be on the bridge at the same time", the answer is 15 seconds.

    No, it would then be 10. 

  • (cs) in reply to zork

    Swapping x and y in Python:

       x, y = y, x

     

  • (cs)
    Alex Papadimoulis:
    ...personality+ with phenomenal scores on the grueling actuarial exams & open to relocation nationally...

    "He's wearing a powder blue leisure suit with cowboy boots."

    Yep, ya gotta keep your priorities straight.

  • pinky (unregistered) in reply to Martin

    I couldn't agree more.  HR departments are necessary to make sure that the company follows employment law, follows proper legal procedures and doesn't get sued.   They are not an employee advocate department.

  • anonymouse (unregistered) in reply to VGR

    I happen to be the anonymous guy. It certainly didn't feel like any sort of graceful recovery. I consider it probably the most embarrassing moment of my life.

    And the editor took a bit of liberty with the story. My connection was a guy I worked for as an intern, not my cousin. There were also more characters in the original writeup, which were understandably removed for the sake of brevity.

    I now think that I should have come clean and explained to the VP of HR that there were issues with her department that perhaps should be addressed.

    And if anybody is curious, it was Electronic Arts.

  • anony-mouse (unregistered) in reply to zork
    Anonymous:
    Anonymous:
    lpope187:

     Just to be pedantic, the solution presented was for 1 or 2 people on the bridge at the same time.  The post in question states that 2 people must be on the bridge at the same time.

    The answer for that case is as follows going from a to b.

    10 & 1 go to b                            (10s)

    1 goes to a, 5 goes to b              (15s)

    1 & 2 go to b                              (17s) 

     

    Since you're being pedantic ... your response is incorrect.  According to "2 people must be on the bridge at the same time", the answer is 15 seconds.

    No, it would then be 10. 

     

    If those really are all the rules, then 10 seconds is right.  10 and 1 start going across.  one second later 1 finishes and 2 starts going across.  two seconds later 2 finishes and 5 starts going across.  five seconds later 5 finishes.  two seconds later 10 finishes.  a total of 10 seconds.

  • (cs) in reply to anony-mouse

    The 1/2/5/10 problem is still missing a correctness proof.  I'm convinced that it's possible to cross in 17 (minutes/seconds/whatever.)  I have yet to be convinced that it can't be done in less than 17.

  • NancyBoy (unregistered) in reply to stranger
    Anonymous:

    Me: How would you rate your Linux skills on a scale of 1 to 10?

    I assume that you mentioned (1 being the novice & 10 being the expert) . if not I don't blame the interviewee :-)

     

    He was using the old Armor Class system!

  • (cs) in reply to anonymouse
    anonymouse:

    I happen to be the anonymous guy. It certainly didn't feel like any sort of graceful recovery. I consider it probably the most embarrassing moment of my life.

    And the editor took a bit of liberty with the story. My connection was a guy I worked for as an intern, not my cousin. There were also more characters in the original writeup, which were understandably removed for the sake of brevity.

    I now think that I should have come clean and explained to the VP of HR that there were issues with her department that perhaps should be addressed.

    And if anybody is curious, it was Electronic Arts.

    Given that EA has the worst employment reputation in the entire IT industry, would it have really mattered?

  • John V (unregistered) in reply to El Quberto
    Got this great logic problem at a recent interview:
      You have three people that can cross a bridge but they have to cross with their single flashlight.  How quickly can you get across those people that can cross the bridge when it takes them 1, 2, and 5 seconds?

    The answer is one second.  I don't know why the flashlight is needed, since it's broad daylight.  Even if it were dark, you don't need a flashlight for a 5 second walk.
     
    Anyway, the strongest person is obviously the one who can cross in one second.  He picks up and carries the other two.
     
    This reminds me of the perennial favorite logic problem: how do you get a giraffe into a refrigerator?  Open the refrigerator door, place the giraffe inside, and close the door. 
     
    CAPTCHA: stfu 
  • Pete (unregistered) in reply to Maurits

    "The 1/2/5/10 problem is still missing a correctness proof. I'm convinced that it's possible to cross in 17 (minutes/seconds/whatever.) I have yet to be convinced that it can't be done in less than 17."

    Here's an informal proof...

    First constraint is that no more than two people can cross at once.
    Crossing in pairs is provably faster overall than crossing individually, since the pair will cross in the maximum of the two times, and the individuals would cross in the sum of the two times.  For positive nonzero numbers x&y, max(x, y) is always less than sum(x, y).
    Fastest overall time with pairs comes from pairing adjacent times together (to avoid wasted time).

    Therefore the absolute minimum time for the forward crossings would be 10 (10 & 5 together) + 2 (2 & 1 together) = 12.  

    Second constraint is that there has to be a shared object carried on all trips (the flashlight).  
    That necessitates a return crossing to bring the object back, as well as at least one extra forward crossing to get the person or people and the object back to the far side again.
    The return crossing should involve the least number of people, since the goal is to have them all at the far side.
    Therefore each return crossing should only involve one person.

    Thus, using the maximum number of people on forward crossings (2) and the minimum on return crossings (1), we get:
    2 - 1 + 2 - 1 + 2 = 4
    ie at minimum the above two forward crossings, plus two return crossings plus one extra crossing at the end to get all four across.

    Absolute minimum time for the return crossings would be 1 + 1 (assuming 1 returns both times).
    Also, absolute minimum time for the extra forward crossing would be 2 (2 & 1).

    Total time = 10 + 1 + 2 + 1 + 2 = 16.

    Unfortunately, if 1 is returning twice, he has to cross twice, so the best case pairings of 10&5 and 2&1 can't be used in the first two crossings (since 1 would need to be part of both trips to be able to return twice).

    That increases the forward cost from 10 + 2 + 2 (10&5, 2&1, 2&1) to at minimum 10 + 5 + 2 (10&1, 5&1, 2&1).
    New total time = 10 + 1 + 5 + 1 + 2 = 19.

    This is greater than the known solution, so for a minimum time, 1 can't return twice.  

    Next best case is 1 and 2 each returning once, with our forward crossings using the optimal pairs (10&5, 2&1, 2&1).
    New total time = 10 + 1 + 2 + 2 + 2 = 17.

    This matches the known solution time.  

    Any other solution involves an increase in either the forward or return times or number of crossings beyond this minimum, so 17 has to be the minimum time.

  • jayh (unregistered) in reply to another Steve
    Anonymous:

    > Agreed.  If she's cunty in the interview, she'll be even cuntier when working with her.  Good riddance!

     

    I'm not sure how many women are reading dailywtf, but I'm pretty sure they're all breathing a sigh of relief that they don't work with you 

     

    I know women who'd make that same observation.

  • jayh (unregistered) in reply to troy
    Anonymous:

    We never had any problems making good impressions, and it was great to work back in the woods.  I'd take walks around the lake when working out development issues, or having meetings.  Sadly we ran out of office space, so we're in a office building now with real asphalt outside.  Still a great place to work, but I miss the outdoors...

     

     

    hmmm a job requiring a Jeep to get to.... that sounds interesting

  • Nick A (unregistered)

    Phone screening for a major company. I'll call the candidate S.
    S has a masters in Comp. Sci. and a resume full of programming projects.

    Me: So, tell me about garbage collection.
    S: Well, in C++ and Java the garbage collect --
    Me: Wait, in C++?
    S: Well, yes.
    Me: Ok, keep going
    S: When the program terminates, all the memory is returned to the system.
    Me: What would you say your strongest language is
    S: Java and C++
    Me: So when does garbage collection run in Java
    S: Well, I think it's at the end of the program

     

     

  • moof (unregistered)

    Anyone who speaks Texan could readily inform you that "kicks" is short for "kickers" - the bowdlerization of "shitkickers": cowboy boots.

  • woohoo (unregistered)

    I know I'm going to sound like a kill-joy, but even as a non-native speaker it hurts to repeatedly read things like "definAtely", "tester" instead of "testee" etc. ... :oP

    Back to the topic: "pants-free friday" is great and would not have been met by stunned silence but instead by great (unforced!) laughter in any company that I'd like to work in ;o)
    lack of a sense of humour is one of the big turn-offs in any social environment...

  • (cs) in reply to Captcha: Zork.
    Anonymous:

    The entire concept behind these sorts of questions is bogus anyway.   What are you trying to find out?  Confidence? Actual Coding ability?  Ability to do math?   Seems like such a waste of time.   I mean, who'd going to give themselves below a 7?  

     

    *shakes head*  

     

    I do, if that's where my skill is. So far my current job is all Java, and will likely stay that way--or mostly so--for the foreseeable future. However, we do have parts of our app that are in C/C++. When I was interviewed, I was asked to rank myself on a number of areas. I think I put myself at 4 or 5 in C++. I've done it, but not a lot of it, and not recently.

     On the flip-side, we recently interviewed a guy who ranked himself something like 10/9/8 in C++/Java/SQL, but got 50% or less on each of those sections of our tech screening. The ranking by itself is rather useless, but coupled with a decent tech grilling, it can be useful. If I'm interviewing somebody for a junior developer role, and he ranks himself in the 4-6 range, I'd be more inclined to hire him than someone with a similar skill level but an inflated self-ranking.

     

  • (cs) in reply to Captcha: Zork.

    Goddamn clumsy double-posting forum. ;-)

     

  • Max (unregistered) in reply to Maurits
    Maurits:

    The procedure for getting 17 minutes was well spelled out earlier in the thread.  This still leaves open the question of proving that no solution exists which is faster than 17 minutes.  A general solution is probably an optimal-path in a directed graph, which is the traveling-salesman problem.

    No.Shortest path in a directed graph is not TSP, it is shortest path. Dijkstra can do it in O(E log V) time (better, if you're willing to implement a Fibonacci heap). Anyway, the graph is small enough to solve TSP if you wanted to.

  • mistar (unregistered) in reply to SeeJay

    "A nerdy guy throwing that out, unprompted, to a female tech writer, is probably not the best way to make a first impression."

    Why not? How many times did you try it?  You might find it that it actually works.


    "The problem is that with a group of guys interviewing a woman, you have to be careful about what is said."

    Why???  Are women somehow special? 

     

     

     

     

     

     

     

     

  • Anonymous (unregistered) in reply to shambo

    This thread is dying, but I have to vent my annoyance at the "movie quote" interview question.  Quoting your favorite movies over and over in place of actual conversation and regardless of context doesn't make you look funny or smart, it just makes you look pathetic.  If someone threw Monty Python or Napoleon Dynamite jokes at me during an interview, the interview would be over and they would get the Stare of Death (tm).  If that makes me not a "team player," SO BE IT.

  • (cs) in reply to shambo
    shambo:

    I guess I should have said "Only one person got the reference, and coincidently he got the job".  Also, if it comes down to two equally qualified candidates you are going to go with the one who is a better fit.  Which is why you ask a few questions to let their personality come out.  You spend more time with your co-workers then you do your family and you want to make it as pleasurable as possible.

    Better fit in that they have the same culture as the other members of the team? Could be seen as discrimination.

    I would much rather, if you couldn't choose between them, you set some kind of technical exercise and pick the one who provides the better solution. Totally fair.

     

  • (cs) in reply to shambo
    shambo:

    I guess I should have said "Only one person got the reference, and coincidently he got the job".  Also, if it comes down to two equally qualified candidates you are going to go with the one who is a better fit.  Which is why you ask a few questions to let their personality come out.  You spend more time with your co-workers then you do your family and you want to make it as pleasurable as possible.

    Better fit in that they have the same culture as the other members of the team? Could be seen as discrimination.

    I would much rather, if you couldn't choose between them, you set some kind of technical exercise and pick the one who provides the better solution. Totally fair.

     

  • Erik (unregistered) in reply to Havic

    Anonymous:
    One question I always ask is "Do you like Gladiator movies?" If the person gets the reference, then they almost always laugh and it tells me something about their personality. If they don't get the reference, then I brush by the question, and this tells me a little something about their personality.

    I would get the reference, and smile and nod my head to do my best to mask my annoyance at the inanity of the question.  How's my personality?

  • El Quberto (unregistered) in reply to Earl Purple
    Earl Purple:
    I would much rather, if you couldn't choose between them, you set some kind of technical exercise and pick the one who provides the better solution. Totally fair.

     


    Technical expertise only goes so far.  Hopefully you're not hiring a moran that's got the basic skills.  But if they come out close to even I would pick the one with more social skills, all other things being equal.


    The trouble I have with a technical solutions test is that you're working in an artificial atmosphere when asking the question, and that rarely comes up during the actual job.  You'll usually have time to think about it, change some items, and find better solutions.  The interviewers probably know that so they're forced to ask simplistic questions where there's only one true answer and if you don't get it exactly then you're out of the running.


  • Fred (unregistered) in reply to morry

    Morry...

    re: 2) PLEASE  show me a place where HR is NOT useless.  perhaps if we told them that a little more often we wouldn't have to deal with it.

     

    The point was she looked like a recptionist. But most women in IT are assumed to be the receptionist.

     

    <!-- End: CommunityServer.Discussions.Controls.PostDisplay.TextPost -->
  • Eric (unregistered) in reply to gary

    I never saw the best software developer I've ever known wear regular shoes.  He wore strictly a cowboy boots.

    I must admit that I haven't seen him since about 1982.  He could have changed since then, but somehow, I doubt it.

  • Herbert Milhous DelVecchio (unregistered) in reply to Richard Head

    It's a reference to "Airplane", and it's actually, "Do you like movies about gladiators?"

  • Silk (unregistered) in reply to mbvlist

    Hey, do I know you? I happen to currently work in the Netherlands in exactly a situation like that (depending on whether you include or exclude the boss in the FTE-count). :)

  • Martin (unregistered) in reply to fashion impaired

    Good point on how we need to take the role we're recruiting for into account when we're assesing a candidate's social skills (or lack thereof). That said, in this situation they were looking to bring the candidate onboard as a consultant with a lot of client contact - no one expects to see an actuary in an Armani (although, oddly, my friend who's a senior actuarial consultant here in Boston is a freakin' peacock), but for a client facing role he should have had the sense to dress in something a little less... showy.

  • s (unregistered) in reply to Pez

    wreaks of "made-up" to me... at least that part.

  • Sgt. Preston (unregistered)

    I worked at a foreign branch office of a U.S. company that was managed by remote control from head office. Most of the staff had never physically met their managers and worked semi-autonomously. Quarterly performance reviews, which occurred more or less annually, consisted primarily of a series of Likert scale self-evaluation questions. To my astonishment, some of my colleagues actually rated themselves honestly, or even modestly. In that kind of situation, if you don't blow your own horn, no one will blow it for you. Naturally, I was a ten in every category.

  • Arioch (unregistered) in reply to -

    [quote user="Anonymous"][quote I'd have said 5 seconds: that's the speed of the slowest person and the question doesn't say that they cannot all cross at the same time while one person holds the flashlight to light the way.[/quote]I've heard variations of this one before, and there is usually some stipulation that only two people can cross at once. I think the quote just omitted that fact.[/quote]

    It is not even told if it is dark out there. So i'd say that the opnly question left is if any person is strong nough to cary the flashlight. At least if the light would be on, and beam would be heading down, lighteniung the flashlight like any photon engione would do.

  • Johnny (unregistered) in reply to Satanicpuppy

    My perfect faux pas was in the train. We were almost arriving, when one girl sitting in front of me said: Oh, I have to do the make up. We're almost there. I replyed: Why? It's going to be dark already.

  • Dan (unregistered) in reply to Pete
    Next best case is 1 and 2 each returning once, with our forward crossings using the optimal pairs (10&5, 2&1, 2&1). New total time = 10 + 1 + 2 + 2 + 2 = 17.
    Yes, we've defined the constraints. Obviously you want 1 to do all the return crossings. 10&1 A to B 1 B to A 5&1 A to B 1 B to A 2&1 A to B

    10 + 1 + 5 + 1 + 2 = 19. Q.E.D.

    Although if you remove some of the constraints you get other interesting problems!

    Now, there are two flashlights.

    Keep constraint "People must walk at the same rate"

    10&5 A to B 2&1 A to B

    10 + 2 = 12.

    But I like the solution of 10 the best!

    Everyone has a flashlight

    No more than two can be on the bridge at the same time.

    People don't have to walk at the same rate

    Time: 0: 10&5 (start) 1: 10&5 2: 10&5 3: 10&5 4: 10&5 5: 10&2 (2 steps on as 5 steps off) 6: 10&2 7: 10&1 (1 steps on as 5 steps off) 8: 10 9: 10 10: (end)

    Thinking outside the box. :-)

  • MrWorkerBee (unregistered) in reply to zerrodefex
    zerrodefex:
    Anonymous:
    Got this great logic problem at a recent interview:  You have three people that can cross a bridge but they have to cross with their single flashlight.  How quickly can you get across those people that can cross the bridge when it takes them 1, 2, and 5 seconds?Like all logic problems there's a trick in there somewhere (I hadn't heard this one before).  I so struggled for a minute and told her it was 8 seconds.  No, she said, my answer was the simple one.  Uh it is the right one.  I then went on to show her that you had to have more inputs so you could sneak one of the slower people over with an even slower person.
    I'd have said 5 seconds: that's the speed of the slowest person and the question doesn't say that they cannot all cross at the same time while one person holds the flashlight to light the way. 
  • MrWorkerBee (unregistered) in reply to zerrodefex

    How about 1 second? The 1-sec person carries the 2 and 5 second people in one hand and holds the flashlight in the other hand.

  • daniel asfaw (unregistered) in reply to Sgt. Preston
    Sgt. Preston:
    I worked at a foreign branch office of a U.S. company that was managed by remote control from head office. Most of the staff had never physically met their managers and worked semi-autonomously. Quarterly performance reviews, which occurred more or less annually, consisted primarily of a series of Likert scale self-evaluation questions. To my astonishment, some of my colleagues actually rated themselves honestly, or even modestly. In that kind of situation, if you don't blow your own horn, no one will blow it for you. Naturally, I was a ten in every category.
  • George Mc (unregistered)

    Since the joke was, in fact, made originally by the guy's cousin, and it was he who dropped the candidate in the crud, I'd have happily said "Oh, Mark told me to say that, he said you'd see the funny side"

  • (cs) in reply to jaymz
    jaymz:
    So, Richard Stallman couldn't find a real-world job then...

    Has he ever had one?

  • eric76 (unregistered) in reply to Anon
    Anon:
    The trick to the bridge problem: 1 sec guy goes first.  He then shines the flashlight on the other guys so they can cross together. 

    The answer is two seconds.

    The 1 second guy and the 2 second guy pick up the 5 second guy and carry him across while he holds the flashlight.

Leave a comment on “Tales from the Interview: A Perfect Ten!”

Log In or post as a guest

Replying to comment #107741:

« Return to Article