Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
User Journal

Journal turgid's Journal: Another Bad Interview 15

Interview number 4 yesterday was my worst ever, and I wasted half a day of annual leave humiliating myself in front of some very learned and accomplished people.

I'm mainly a C guy, but I do a bit of C++ at work. I taught myself from books and frobbed with it a little at home but I don't use it on any of my own fun projects because it isn't fun and it's a dead end. My semi-current employer sent me on an embedded real-time C++ course a few years back which was very good. It really explained the lunacy of the language in great detail. The instructor even advised us to avoid iostream (i.e. cout and such nonsense) and used the good old-fashioned C stdio functions :-)

So yesterday I ill-advisedly went to an interview for a very senior C++ position. Originally I'd applied for an intermediate one, but that one got filled by an internal transfer. They liked me from the telephone interview (I knew what a page table was and about exception handlers) so they invited me to this one.

I'm afraid I didn't do very well. I was presented with a technical test first in a room with a glass wall. They knew I'm a Linux guy but they gave me a Windows PC with Visual Studio and a new project with a main() function (with a funny Windows name) ready to go. I had 45 minutes.

The test looked very easy. It was about some fairly elementary data structures, and hubris got the better of me. Instead of going for a simple, hard-coded solution I went to town thinking I'd get it done in the 45 minutes. Whoops.

There were two people. The one I'd spoken to before made little attempt to hide his disappointment at what I'd done. I'd tried my best to do things the "right way" for C++ but I'd forgotten the special baroque and silly syntax for initialising member variables in a class, so I put the initialisation in the constructor. I made sure I brought that up before they did.

We had a good chat about things, about the merits and downsides of various solutions, why exceptions are bad in an embedded system etc. etc.

They let me out to go to the toilet.

When I came back, another one had joined in and they were talking about me in the glass-walled room. They came out and left me to sit there.

Five minutes later, the first one came back, eyes looking down at the floor to tell me that they'd decided there was "no point in doing the second part of the interview because, well, you failed the technical part."

Computer people are not known for their tact and diplomacy.

He did say that they needed someone who was up to a particular standard who could start straight away, that they couldn't take someone on and wait 6 months for them to learn. He said that I should practice these things at home, which was nice of him. He didn't say "you're completely useless." Although he was clearly thinking it.

But he might as well.

I knew the job was way above me. The lower end of the salary range was 30% above what I'm on just now.

I'm not sure how interesting I'd have found the work anyway.... and C++ .. Ugh!

So I'm going to take his advice and write a bunch of noddy C++ programs to demonstrate various algorithms, data structures and techniques, including different ways of implementing things.

Although C++ isn't great and there are better languages about now, it's pretty pervasive in this industry and will be with us for decades to come, like FORTRAN and COBOL. It would be very silly to avoid learning it for ideological or emotional reasons. (I've learned it mostly on my own in my own time.) The thing is, I haven't used it enough in my day job to be good enough to impress at an interview. And everyone, every company, has different opinions on how C++ should be used...

I want to learn D and Scala, but I'll have to concentrate on C++ just now because that is what pays the bills these days.

This discussion has been archived. No new comments can be posted.

Another Bad Interview

Comments Filter:
  • The thing is, I haven't used it enough in my day job to be good enough to impress at an interview.

    Even if you would have learned it by yourself on your own time, they would have disregarded it anyway. At least that's my experience. I heard in Anglo-Saxon countries it's different, but here on mainland Europe, definitely not. Private experience doesn't count. Ever.

    • by turgid ( 580780 )

      Have you ever considered doing contract work for a client in an Anglo-Saxon country, and working remotely, i.e. from home?

      I bet your Linux skills are very good. It's amazing how shoddy some peoples' skills are out there, so you're probably much better than you think, and you could make a lot of money!

      • I feel flattered by your post. You really think I'm that good? I'm good at Googling solutions, yes ;-) I'm scared shitless to go self-employed instead of employee. If it goes wrong, I'll set back my life many years and we just started to build a house. Also, what might be considered "a lot of money" in an Anglo-Saxon country may be just regular stuff here. You, see, I live in a very expensive geographical area. The whole country is up there in the most expensive places to live [citymayors.com] (Ranked #39 in 2009. G

        • by turgid ( 580780 )

          You could start by doing small jobs in your "spare time" :-) Yes, I know all about "spare time" :-)

          • Yes, I know... Earned 400€ for an saturdays work last year. Someone who wanted a backup server. Well, you know fileserver for backing up purposes. Spare time is this double edged sword, eh?
        • by Tet ( 2721 )

          Also, what might be considered "a lot of money" in an Anglo-Saxon country may be just regular stuff here. You, see, I live in a very expensive geographical area

          That's probably true for some areas, but not for most of South East England, and you'll struggle to find a more expensive place than London. The Mercer list is somewhat misleading, in that it measures purchasing power in US dollars, so currency fluctuations tend to dominate and skew the results (hence the ridiculous situation of Luanda topping the l

          • It is very dangerous to compare London with Luxembourg. From what I gather, $SALARY in pounds should be equal to $SALARY in euro here to match. So, I earn 3400€/month (Net) and can live with that (but I'm far from rich), so to have equal buying power in London, I'd need £3400/months. I'm not sure though. (We'd need equal conditions of living. As I don't live in Luxembourg Centre, you'd have to look at the rents in the outskirts) What I do know is that we have two people (both Italian, go fig

    • by shrykk ( 747039 )
      This sounds like the opposite sort of thing. It seems like Turgid has done just enough C++ at work, that with a straight face and some mild exaggeration he could have described it in terms that the employers would have accepted his experience. IF he had passed whatever they thought their technical requirements were.
      • by turgid ( 580780 )

        Yes, if I hadn't been so stupid as to believe I could have hammered out a working elegant, general solution in 45 minutes!

        I've been pushing myself too hard recently, so I wasn't in a good frame of mind when I went into that interview, and I haven't been sleeping well.

        What I should have done was to concentrate on the very first problem and done it carefully and simply, and made it work! Then I could have talked about all of the other types of solutions and language issues.

        I'm getting bored with interviews an

      • Yes, in a sense. Except someone who has been a good coder in one language, is going to be a good one in another similar one. A programmer should not be tested on language technicalities but on algorithmic thinking. It really is the only thing that counts. The technicalities in a language are just syntactic sugar. Basically, in my view they are looking in a wrong way to hire experienced coders. My opinion, I might be completely mistaken.
  • I wouldn't get too upset by this sort of thing. If they were looking for the kind of person who knows all the oddities of the language inside out, then you got ruled out without being evaluated on other factors.

    i.e. Your ability to actually write working software (which as a professional you probably pride yourself on, and rightly consider to be something rather important to interview for) would be something their process did not even try to measure.

    The question is, do you intend to keep applying for C++ po

    • by turgid ( 580780 )

      The problem was, I completely underestimated the amount of time it would take me to do what I chose to do so I didn't get it working properly.

      I try to make it clear when I'm talking to recruitment agents and during the telephone interviews that I do mostly C but there are modules in my project that are C++ and our unit tests are in C++. I explain that I've been on courses etc. but that I'm by no means an expert.

      I should never have gone to this interview. It was far too senior, but I least it was experience

      • by Tet ( 2721 )

        C++ is pretty pervasive and most companies have drunk the Kool Ade nowadays , so you can't get away from it.

        Interesting. 10 years ago, I'd have agreed with you. These days, I'd say it's Java you can't get away from.

Suggest you just sit there and wait till life gets easier.

Working...