Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Funny interview answers

Funny interview answers

Scheduled Pinned Locked Moved The Lounge
c++questioncareer
66 Posts 37 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M M i s t e r L i s t e r

    What a horrible question... The question was not open ended, not behaviorial driven and least of all not asking for demonstrative proof that they knew the information you were looking to obtain. I would be laughing at you as an interviewer.

    K Offline
    K Offline
    Kolson256
    wrote on last edited by
    #57

    M i s t e r L i s t e r wrote:

    What a horrible question... The question was not open ended, not behaviorial driven and least of all not asking for demonstrative proof that they knew the information you were looking to obtain. I would be laughing at you as an interviewer.

    I think it is a good idea to purposely give questions that are a bit vague. I do not want an employee that never takes the time to think. Anyone with a brain would know that a Yes/No answer was not the intention of the question. I think a great way to weed out the smart asses is to give the smart asses a venue to show their true colors.

    1 Reply Last reply
    0
    • K Kolson256

      I have always found that short programming assignments are much better than a Q&A style interview. Looking for things like self documenting and modular code is more important to me than seeing if the applicant knows what reference counting is.

      K Offline
      K Offline
      Kenneth Kasajian
      wrote on last edited by
      #58

      yes, short programming assignments are useful. I wouldn't go as far as saying that it's better than asking them questions about programming. They're both useful. If a programmer doesn't know the concept of reference counting, then that's fine. I would assume that may not know the terminology, and I would ask them to solve a problem where I think reference counting would be the best solution (multiple owners for an object, when you're not sure which owner is going to get disposed first), and see what they come up with. Hopefuly, they'll do something like referencing counting.

      ken@kasajian.com / www.kasajian.com

      S 1 Reply Last reply
      0
      • R R Giskard Reventlov

        It's the question that is wrong, not the answer: his answer was perfect. The question should have been: Q: Identify and define the C++ casting operators. If you can't even pose a question correctly how do you expect to be able to carry out a fair and balanced interview?

        "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me

        L Offline
        L Offline
        Lilith C
        wrote on last edited by
        #59

        digital man wrote:

        The question should have been: Q: Identify and define the C++ casting operators.

        But that's not a question. It's a directive. Two, actually.

        I'm not a programmer but I play one at the office

        1 Reply Last reply
        0
        • R Rajesh R Subramanian

          So, my lead was correcting these written test papers and he burst out in laughter suddenly. I went there to see what was it about and found this answer written by a candidate:

          Q: Can you identify and define the C++ casting operators?
          A: yes.

          :laugh: :laugh: Yes?! I also reckon a telephonic interview in which a candidate defined function overloading as "stuffing in too much of code in any given function". I muted the phone and laughed like mad before telling him I'm done with the call. :laugh: Have you ever been given such funny answers by any candidates? :)

          It's time for a new sig. Seriously.

          V Offline
          V Offline
          virang_21
          wrote on last edited by
          #60

          I once got a resume for potential software developer. He mentioned in his resume : Marital Status : Double Well he is taking programming seriously ... right up to his personal life . double me = 1.0; // haha

          1 Reply Last reply
          0
          • R R Giskard Reventlov

            It's the question that is wrong, not the answer: his answer was perfect. The question should have been: Q: Identify and define the C++ casting operators. If you can't even pose a question correctly how do you expect to be able to carry out a fair and balanced interview?

            "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me

            D Offline
            D Offline
            Dataapa
            wrote on last edited by
            #61

            digital man wrote:

            The question should have been: Q: Identify and define the C++ casting operators.

            Well... Actually, that's not a question. ;)

            1 Reply Last reply
            0
            • R R Giskard Reventlov

              It's the question that is wrong, not the answer: his answer was perfect. The question should have been: Q: Identify and define the C++ casting operators. If you can't even pose a question correctly how do you expect to be able to carry out a fair and balanced interview?

              "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me

              S Offline
              S Offline
              Stefan_Lang
              wrote on last edited by
              #62

              I totally agree. This question (i. e. the original one) reminded me of that one: Q: Can I ask a question? A: You just did. I could offer another example from a job interview I was having: Q: How does Windows work? A: Windows works? My response got me some good laughs, but also a reprimand (later) by the senior consultant who was with me to introduce to the company I was supposed to work for as a consultant. On an unrelated note I was accepted after providing the right answer (and some other stuff).

              1 Reply Last reply
              0
              • K Kenneth Kasajian

                yes, short programming assignments are useful. I wouldn't go as far as saying that it's better than asking them questions about programming. They're both useful. If a programmer doesn't know the concept of reference counting, then that's fine. I would assume that may not know the terminology, and I would ask them to solve a problem where I think reference counting would be the best solution (multiple owners for an object, when you're not sure which owner is going to get disposed first), and see what they come up with. Hopefuly, they'll do something like referencing counting.

                ken@kasajian.com / www.kasajian.com

                S Offline
                S Offline
                Stefan_Lang
                wrote on last edited by
                #63

                Yeah, Terminology might indeed be an issue. I know for a fact that half the idioms programmers fresh from university are using are foreign to me, not because I don't know the concept, but because I've simply never heard them being called that way when I learned them 25 years ago, or there weren't actually any name associated with that concept at the time. Best example are the design patterns as presented by Gamma et al. Be it Visitor-Pattern, Bridge, Factory, whatever, I've known and used the principles behind these for 20 years and more, just never had a name for it. Took me some time to catch up to the naming conventions, after realizing there wasn't actually any new content, just a new cover ... But then this might just be me. I am the kind of guy who in a physics test spends like 10 minutes deriving the equations for general relativity from the most basic formulas in mechanics, because I was too lazy to learn more than those and prefer understanding the principles over knowing every formula from the top of my head...

                K 1 Reply Last reply
                0
                • D Dalek Dave

                  You work with computers and do not recognise a perfectly acceptable answer? Shame on you.

                  Q: Would you like tea or coffee?

                  A: Yes

                  Is also perfectly cromulent.

                  ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave

                  S Offline
                  S Offline
                  Stefan_Lang
                  wrote on last edited by
                  #64

                  This is the kind of answers my gf gets confronted with every day. In the meantime she's learned to copy my style, and more often than not I'll lose a step when she does. Probably it's a good thing we're not socializing all that much (outside the internet), 'cause anyone visiting is likely to get annoyed and confused at the same time when trying to follow our conversations.... :laugh: To the OP: the answer is truly worthy of a mathematician - the answer is: 1. short 2. accurate 3. utterly useless. ;P

                  modified on Thursday, July 15, 2010 8:10 AM

                  1 Reply Last reply
                  0
                  • S Stefan_Lang

                    Yeah, Terminology might indeed be an issue. I know for a fact that half the idioms programmers fresh from university are using are foreign to me, not because I don't know the concept, but because I've simply never heard them being called that way when I learned them 25 years ago, or there weren't actually any name associated with that concept at the time. Best example are the design patterns as presented by Gamma et al. Be it Visitor-Pattern, Bridge, Factory, whatever, I've known and used the principles behind these for 20 years and more, just never had a name for it. Took me some time to catch up to the naming conventions, after realizing there wasn't actually any new content, just a new cover ... But then this might just be me. I am the kind of guy who in a physics test spends like 10 minutes deriving the equations for general relativity from the most basic formulas in mechanics, because I was too lazy to learn more than those and prefer understanding the principles over knowing every formula from the top of my head...

                    K Offline
                    K Offline
                    Kenneth Kasajian
                    wrote on last edited by
                    #65

                    I new guy who would used integrals to remind him what the area of circle is. :) We all have methods. It's easier for me to remember, if I can remind myself of examples. Log of 100 is 2. That reminds me what a log is. In my mind, Pythagorean theorem is the 3/4/5 right-triangle, and the multipe-roots of a cube is the 1/2/sqrt(3) example.

                    ken@kasajian.com / www.kasajian.com

                    1 Reply Last reply
                    0
                    • R Rajesh R Subramanian

                      So, my lead was correcting these written test papers and he burst out in laughter suddenly. I went there to see what was it about and found this answer written by a candidate:

                      Q: Can you identify and define the C++ casting operators?
                      A: yes.

                      :laugh: :laugh: Yes?! I also reckon a telephonic interview in which a candidate defined function overloading as "stuffing in too much of code in any given function". I muted the phone and laughed like mad before telling him I'm done with the call. :laugh: Have you ever been given such funny answers by any candidates? :)

                      It's time for a new sig. Seriously.

                      L Offline
                      L Offline
                      LetMeFinclOut
                      wrote on last edited by
                      #66

                      From an old thread posted in late '09[^] Cracks me up everytime.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups