Slashdot Mirror


Ask Slashdot: What Portion of Developers Are Bad At What They Do?

ramoneThePoolGuy writes: We are looking to fill a senior developer/architect position in our firm. I am disappointed with the applicants thus far, and quite frankly it has me worried about the quality of developers/engineers available to us. For instance, today I asked an engineer with 20+ years of experience to describe to me the basic process of public/private key encryption. This engineer had no clue. I asked another applicant a similar question: "Suppose you wanted to send me a file with very sensitive information, how would you encrypt it in such a way that I would decrypt it?" The person started off by asking me if it was an excel file, a PDF, etc. In general, I'm finding that an overwhelming number of developers I've interviewed have poor understanding of key concepts, especially when it comes to securing data. Are other firms experiencing this same dilemma in finding qualified applicants? (Quite frankly it scares me that some of these developers are building sites that need to be secure)"

92 of 809 comments (clear)

  1. It's a vast field.... by jawtheshark · · Score: 5, Informative
    It's a vast field, and expertise of people is usually just a subset. I'm not even sure what the answer you you expected was, but I'd say: I'd use your public key to encrypt the file to you and then send it to you. Personally, I wouldn't know which commands to invoke to do this, but I know that's the theory.

    So, should any developer know this? That is debatable. I've had very competent developers who had next to no clue about how DNS works. They could do their job just fine with that. Me? Personally, I'm not up to snuff with the finer points of SQL queries and all the joins that exists and when it makes sense to create an index, etc. Could I find out? Most likely, but I haven't had the need to recently.

    The problem is, that you are mapping your knowlegde to "what people must know". I used to do that too, and I probably still do often enough. The DNS example above didn't come from nowhere: I had the case, and I was really thinking "how could such a competent person not know this", but then this person could probably enlighten me about dozens of things I don't know well enough.

    It all comes down to what you define as "general knowgledge" for a developer should be and that is highly subjective.

    TL;DR Hiring people is hard. Especially, technical people.

    --
    Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
    1. Re:It's a vast field.... by Asmodae · · Score: 5, Insightful

      Indeed, it seems like if you're hiring for a very specific skill set, state that in the job req. If its a very narrow skillset and you want them to be up to speed from the get go, be prepared to pay a premium. Otherwise you might want to give more attention in the interview to what they can learn vs what they currently know. Especially in security related applications where things change all the time.

    2. Re:It's a vast field.... by BarbaraHudson · · Score: 3, Interesting

      Just archive it with a password, email them the archive, and phone them with the password. No need messing with keys, which the recipient probably doesn't have a clue how to do it.

      --
      "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
    3. Re:It's a vast field.... by monkeyzoo · · Score: 4, Insightful

      I'm not saying a developer shouldn't likely know at least something generally about public key cryptography, but the skillset of building a secure website is VERY different from that of using GPG to send a secure email to this guy doing the interview. Does the job posting specify a need for cryptography expertise specifically? There is a vast array of technical knowledge out there and you can jack-of-all-trades-master-of-none types or specialists in one or a few areas, but not all. To therefore say that these developers are "bad at what they do" smells strongly of a frustrated, non-tech-savvy interviewer/manager who doesn't understand why he can't hire someone today to build him a perfect website that will be ready next week.

    4. Re:It's a vast field.... by jawtheshark · · Score: 5, Informative

      There are also a plethora of "technically correct" answers. You could say: "I scp the file to your server", where you presume the server is secure, and ssh is secure, so the documents confidentiality is guaranteed. (Upload the file using https works as an answer too). Hey, just connect to the companies VPN and copy the file to a Samba share. Valid too!
      The question of what kind of file it was, isn't even that dumb. I'm not familiar with PDF, but I could -for example- imagine there is a standard for encryption within PDF. Someone from with a document management background would most likely think of such solutions.

      --
      Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
    5. Re:It's a vast field.... by sycodon · · Score: 2, Insightful

      No doubt he's looking for an excuse to get some H-1B guys in there.

      --
      When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
    6. Re:It's a vast field.... by Noah+Haders · · Score: 2

      if the guy is in your building, then just walk the files over on a thumb drive. that way it never goes through the network at all. or, just print it out and give it to him? seems like a number of options are more secure than email.

    7. Re:It's a vast field.... by AK+Marc · · Score: 5, Insightful

      You aren't evaluating candidates. You are making a common interviewing mistake and fishing for specific answers. You (wrongly) assume that a matching answer is a good answer.

      How many are bad? I'd say 15-20%. Same as every field. But you aren't looking for "not bad" you are looking for "does it the way I'd do". That's different. Why is file-level or transfer level encryption "wrong" for your question, and message-level encryption the only acceptable answer? I know plenty of people that would find your clumsy "email it" answer to be incompetent, and they'd look for SCP as the only correct answer.

      The fact that the candidate recognized that and tried to gather more information to give the right answer shouldn't be counted against him, as you did, but indicate that he's good at clarifying unclear requests (which is just about all of them).

    8. Re:It's a vast field.... by datavirtue · · Score: 4, Interesting

      99% just poke around in whatever language they know (yeah, I'm talking about most senior devs and architects). Every architect I have met knew like one language/framework. Knowledge of: Encryption? No. Infrastructure? No. Application Servers? No. Build/Deployment? Next to none. Network Transport? No. Database? Barely. Most are totally clueless about what their software is doing really. Logging and Auditing? Blank Stares. The people who are really good and competent technically and who have a command of the above mentioned skills often get corralled into management.

      --
      I object to power without constructive purpose. --Spock
    9. Re:It's a vast field.... by pugugly · · Score: 5, Informative

      No, you (Alice) encrypt with your private key, then encrypt with 'Bobs' public key, then Bob decrypts with his private key and again with Alice's public key.

      Thus Both Alice and Bob are authenticated, and no one besides Alice and Bob can intercept.

      Pug

      --
      An Invisible Entity of Vast Power whose existence must be taken on faith alone: Liberal Media
    10. Re:It's a vast field.... by hawguy · · Score: 4, Informative

      if the guy is in your building, then just walk the files over on a thumb drive. that way it never goes through the network at all. or, just print it out and give it to him? seems like a number of options are more secure than email.

      Printing is probably the worst option for confidential data unless you have a private printer or it supports secure printing. The HR director at a former company had to get his own printer after he printed salary information several times before he realizing that the printer was out of paper. After he went to lunch someone replaced the paper and the salary docs ended up spread out on the printer table for everyone to view. Oops. He could have used the secure-print option, but apparently didn't know about it.

      Plus there's the fact that the print server is likely not very secure so the document could be intercepted there, many office copier/printers these days have on-board storage and might hold a copy of the document for who knows how long, and, printers are rarely patched in most offices and are often riddled with vulnerabilities. Plus, cloud-print from mobile devices goes through unknown servers so you may as well just email it in plain text than cloud print it.

    11. Re:It's a vast field.... by Java+Pimp · · Score: 5, Interesting

      This. As someone who has 16 years under my belt I'm finding it more and more difficult to branch into areas which I've had little experience because to justify my salary I'm expected to already be an expert. Which is a shame because I have at least another 20 years of new technologies to learn before I retire.

      --
      Ascalante: Your bride is over 3,000 years old.
      Kull: She told me she was 19!
    12. Re:It's a vast field.... by Slashdot+Parent · · Score: 5, Insightful

      It all comes down to what you define as "general knowgledge" for a developer should be and that is highly subjective.

      Can I be snarky for a moment and just enjoy the irony of a sentence that wonders what should be considered to be "general knowledge", and it has the word "knowledge" misspelled? :) Continuing with the theme, I'm sure I just made a run-on or something in the midst of my pedantry.

      OK, back to business. This is a hard question to answer for a senior developer, what should be considered to be "general knowledge". I think that to be a successful developer at the senior level, you really need to know a little bit about a lot of things, and be able to look up what you don't know.

      By way of example, as a developer, if I were to see something like "192.168.0.0/24", I recognize that immediately as an IP address range in CIDR notation. Mind you, I have no earthly clue how to compute that range--I'm not a network guy--but I know what it is in the general sense. Enough to google for "CIDR calculator" in order to compute the range in a format that I understand.

      Part of being a developer is having a decent working knowledge of security concepts. Like "Oh, I'm sending a file across the public Internet. Someone could intercept that. I'd better protect it somehow with encryption." Maybe the developer doesn't quite know what type of encryption to use yet. Should the connection be encrypted, or the file? Or both? Is it required to verify the authenticity of the file? Should it be signed? Or is it good enough to verify the remote host? Or some type of login?

      Incidentally, I disagree with OP that the answer of "The person started off by asking me if it was an excel file, a PDF, etc." was totally unacceptable. Excel and the PDF standards both have encryption support, so if the "sensitive data" were an Excel file, the path of least resistance would be to pointy-clicky through the menu and click "Encrypt this here spreadsheet" (or whatever the command is). Likewise with the PDF, but with Acrobat instead. Of course this does not solve the general problem of "how do I protect sensitive data?", but maybe he doesn't want to bother looking up and verifying your public key, installing GPG or setting up S/MIME or whatever if a simple solution exists. If I were to send you a spreadsheet of salary data for the company, you can bet I'd just encrypt the fucker within excel and tell you the password via some other channel like the telephone.

      --
      They don't grade fathers, but if your daughter's a stripper, you fucked up. --Chris Rock
    13. Re:It's a vast field.... by Culture20 · · Score: 2

      Anyone who works with a computer as their primary tool should know basic concepts of encryption. They shouldn't need to know how to use an algorithm in a specific programming language or a pencil and paper to encrypt something, but they should be familiar with public/private keys and how they might be used in general. Too many people are still emailing passwords et al unencrypted. And not just bankers or secretaries.. programmers and even sysadmins seem ignorant of how to use encryption for communications.

    14. Re:It's a vast field.... by jandrese · · Score: 2

      Printers and print servers tend to have hilariously poor security. Printer companies just don't care. That's why most organizations go to great pains to partition them off and try to run their own print servers as intermediaries.

      --

      I read the internet for the articles.
    15. Re:It's a vast field.... by ub3r+n3u7r4l1st · · Score: 2

      So I assume you forgot about the SONY hack that cost them billions. Let alone various other security incidents in countless firms.

    16. Re:It's a vast field.... by thechemic · · Score: 5, Insightful

      You're asking "developers" questions about "information security" by using vaguely worded questions that even "information security" experts would need to clarify, and when you don't get the results you're looking for, you take to the internet and declare that you are "worried about the quality of developers/engineers". I am quite sure that many of your interviewees have left your facility worried about the leadership qualities at your firm as well.

      Try asking very broad open-ended questions such as, "Tell me about your general understanding of different types of encryption processes, and elaborate on any experiences you have using them." You might find that interviewees dump so much information on you about encryption that you can't get them to shut up.

      --
      Let's make like a bird... and get the flock outta here.
    17. Re:It's a vast field.... by brian.stinar · · Score: 4, Interesting

      I've found this to be much easier as a contractor. I have different rates for different skills that I have, versus my less-skilled areas, and my less skilled employees. One major problem with W2 style employment is that it is inflexible. People can become rapidly more, or less, valuable based on their skills (attitudes, or whatever), and their compensation doesn't quickly change. Quite often, what happens with me is that a client hires me for something I am very skilled at, that I can sell them well, and then after that is finished and good, they realize they need other things too that I'm not quite as skilled at. I can have a conversation with them about giving them a discount on the rate no problem, and because of the relationship we've built up, they normally have no issue subsidizing (at a discount) my learning. Typically, I try and charge them about what an employee would make for things I'm not (yet) good at, and around 2-3x what an employee would make for things I am good at. Plus, all of this is legal. Depending on your state, there are all sorts of laws about cutting employee's salaries and/or firing them.

      The downside of this flexibility is that the income is also quite flexible. If you are expecting a consistent, senior level salary, then I think you'll be consistently doing things you're already senior level at.

      Or become part of a fully funded startup. That is a crazy roller coaster ride one of my buddies is getting on, and it sounds like a psychedelic combination of contracting, W2 employment, and doing everything that needs to be done, now. I've been a part of an unfunded startup, and I learned a TON quickly, but I also never got paid and (now) never expect to.

    18. Re:It's a vast field.... by Altus · · Score: 2

      Don't undersell yourself. If you work really hard I'm sure you can get poor a lot more quickly

      --

      "In America, first you get the sugar, then you get the power, then you get the women..." -H. Simpson

    19. Re:It's a vast field.... by jythie · · Score: 2

      This touches on one of the points of why questions like these are bad. There are many things a good developer will not know off the top of their head but can easily find out when it pops up. However, asking during an interview usually comes across as wanting an answer pulled from existing knowledge.

    20. Re:It's a vast field.... by TheGratefulNet · · Score: 2

      good point. I've been hit, countless times, with very specific questions that the interviewer 'knew' everyone should know, but it was clearly his pet area of study. "I know this, how come you don't? sorry, not qualified. next!"

      I could turn it around, but I don't. there are a lot of things I know in my decades of being in tech that I'm quite sure the interview guy won't know. "hey, is a 2n2222 a diode, an npn transistor or a metal film resistor?". seems quite simple to me, even as a software guy. really - you don't know this, mr. interviewer? I knew this 30 yrs ago. gee, I guess your company doesn't hire smart people.

      works both ways. but of course, during interviews, it never really does work both ways ;(

      interviewing is one of the most painful things I have had to do in my life. the people (mostly younger kids) with extreme egos and a strong dislike for people over 30 - makes me want to puke.

      --

      --
      "It is now safe to switch off your computer."
    21. Re:It's a vast field.... by k8to · · Score: 4, Insightful

      FWIW, I think that's a mistake. Why trust the opaque "encryption" feature of the application like Excel or acrobat when you can use something well-proven?

      Unless you only want to dissuade casual observation, in which case any number of simple methods may work that involve no encryption.

      --
      -josh
    22. Re:It's a vast field.... by Sarten-X · · Score: 4, Interesting

      For what it's worth, the best interview I've ever had was mostly nonspecific questions. In the interest of making the world a better place, here's a few of the questions:

      • On that blank whiteboard, go draw a system you worked on and explain it.
      • What do you do in your spare time, and why do you like it?
      • I noticed your resume says you worked on a church sound system. My church's sound system is old, and is pretty much just a microphone and a speaker up front. What kind of improvements are out there that would give us the best bang for our buck to improve the quality of the service?

      In retrospect, all of those questions, though sometimes posed as casual banter, were either nonspecific or relating to my own knowledge domain, rather than directly relating to the job itself. The first question gave the interviewers insight into how well I organized my thoughts and could explain a complex system on the fly. The second question is an inquiry into my work/life balance and whether I would actually enjoy my job, and the last is a chance to demonstrate problem-solving and meeting requirements.

      The job in question was mostly server administration. There were a few questions about Active Directory, Linux permissions, and network design. I botched a few of those (mostly all of networking), but I still got the job because my answers showed that I was the sort of person who could recognize my own shortcomings, and learn what I need to know when it was needed.

      --
      You do not have a moral or legal right to do absolutely anything you want.
    23. Re:It's a vast field.... by Slashdot+Parent · · Score: 2

      FWIW, I think that's a mistake. Why trust the opaque "encryption" feature of the application like Excel or acrobat when you can use something well-proven?

      I don't necessarily disagree with this point, but I will happily answer the question.

      As I'm sure you are well-aware, security is not a binary value (secure vs. insecure). Because any security measure can be defeated given enough time and money, it's more of an economics problem (perceived value of defeating the security measure vs. cost to defeat security measure). There's also a convenience factor in there, because if the security measure makes life too difficult, then no one will use it properly (passphrases written on sticky notes, mouse movers to prevent screens from locking, etc.).

      I haven't googled for it, but I doubt that there are any known exploits against Excel encryption other than brute-forcing the passphrase. MS surely would have fixed it if there were. We also don't know how sensitive the information is and who might be trying to get it. Is a simple Excel encrypt good enough? We don't have enough information to know, but I suspect that it's fine.

      I can even envision a situation where Excel encryption is better than a PKI solution like GPG. Imagine a situation where a firm is under investigation and has to turn all email over to opposing counsel. Opposing counsel is reviewing emails and encounters this encrypted spreadsheet. What happens now?

      In the case of Excel encrypted: Them: "Give me the passphrase!" You: "Uhh, that was like a year ago. I don't remember it." So now they have to choose whether it's worth brute-forcing or to just move on.

      In the case of GPG encrypted: Them: "We have the private key from discovery, so give us the passphrase!" You: "Uhhh, I don't remember the passphrase." Them: "Bullshit! You just signed an email with it 5 minutes ago, dumbass!"

      Ridiculous? I dunno. But anyway, I think that Excel encryption has its place in a business setting. It's not like you're protecting nuclear launch codes.

      --
      They don't grade fathers, but if your daughter's a stripper, you fucked up. --Chris Rock
    24. Re:It's a vast field.... by lgw · · Score: 5, Funny

      You aren't evaluating candidates. You are making a common interviewing mistake and fishing for specific answers. You (wrongly) assume that a matching answer is a good answer.

      To put it another way, "what do I have in my pocket?" is not a legitimate riddle!

      --
      Socialism: a lie told by totalitarians and believed by fools.
    25. Re:It's a vast field.... by lgw · · Score: 2

      For what it's worth, the best interview I've ever had was mostly nonspecific questions. In the interest of making the world a better place, here's a few of the questions:

              On that blank whiteboard, go draw a system you worked on and explain it.

      The best interview question I was ever asked (for a senion dev position) was:

      "On that blank whiteboard, go draw this system I worked on and explain it."

      Obviously, he wasn't expecting me to answer in an hour what had take a team a months to do, but they had had lengthy discussions about the pros and cons of a variety of designs, and so he could tell beyond just his opinion whether my idea was one of the smarter or dumber ones from that design process.

      For the curious, the system was VMware's vmotion - moving a running VM from one host to another without disruption. None of the details were relevant to the job I was applying for, but my design skills and intuitions were. I really enjoyed that interview session.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    26. Re:It's a vast field.... by Dynedain · · Score: 3, Insightful

      Exactly the submitter's problem. He doesn't realize that PDF and Excel both have built in file encryption as part of their formats. Even Zip does as well!

      If he phrased his question differently, he'd get a different answer. "How would I securely encrypt an arbitrary file" - that's a very different problem then most business users who simply need to send a PDF or XLS with private details to a client or someone else in the office.

      --
      I'm out of my mind right now, but feel free to leave a message.....
    27. Re:It's a vast field.... by RingDev · · Score: 4, Insightful

      The beauty of this post is that in 2 sentences you have just educated any readers lacking this knowledge to the point that the OP's interview question could be answered.

      This is the danger of specific knowledge questions. Knowing the answer of the top of your head is largely immaterial. Google is just a finger stroke away. And thanks to JITC (Just in time Comprehension) specific knowledge is less critical than general knowledge and thought process.

      I have a couple of things I like to look for in an interview. I like to know what a person is passionate about. A person who really enjoys coding, who works on open source projects on the side, does game mods, toys with the latest new technologies, etc... is likely someone who is always going to be pushing for a better solution.

      I also have a white board exercise I like to do because it has an easy answer but can be thrown a curve ball based on inputs. Most folks miss the curve ball, so when we point it out, we can see how they debug code.

      Those two general points helped to form one of the greatest development teams I've ever worked with. There were days where it took a lot of cat herding to keep some of them on task, but most of the time, you put a problem in front of them, and they will attack it with vigor and get you a solid product at the end of the day.

      -Rick

      --
      "Most people in the U.S. wouldn't know they live in a tyrannical state if it walked up and grabbed their junk." - MyFirs
    28. Re:It's a vast field.... by BarbaraHudson · · Score: 3, Funny

      Q: Describe to me the basic process of public/private key encryption.
      A: (a long string of incomprehensible sounds, something like you might hear coming out of a pentacostal church when they "speak in tongues")
      Q: Are you okay?
      A: Sure, I answered your question. My answer is encrypted. The encryption is unbreakable.
      (try proving otherwise. :-) )

      --
      "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
  2. Hopefully the applicants had a relevent backround by gatkinso · · Score: 4, Insightful

    Because PKI is more of a specialization, not a fundamental.

    --
    I am very small, utmostly microscopic.
  3. Yes... by Anonymous Coward · · Score: 2, Insightful

    Having been interviewing people recently, it's almost impossible to find people who are half decent. Slashdot likes to make out like there's a huge glut of good engineers without jobs in the US. If it's true, then I haven't found them. What there is is a huge number of people who don't understand how anything at all works.

    1. Re:Yes... by fractoid · · Score: 2

      Slashdot likes to make out like there's a huge glut of good engineers without jobs in the US.

      There's a huge glut of engineers who think they're good. Draw your own conclusions.

      --
      Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
    2. Re:Yes... by Oligonicella · · Score: 3, Funny

      This announcement brought to you by the H1 Visa Promotional Board.

    3. Re:Yes... by tibit · · Score: 4, Insightful

      I must, sadly, second that. There's a lot of engineers who have vastly overinflated opinions of themselves. In my hiring, I try to be modest, since I know I'm not good at most things, and always look for people better than myself in some way - mostly to learn from them. They are very, very hard to find. But then I spend about 15% of my time reading "random" technical writings about all sorts of subjects, just so that I won't look like a total idiot when faced with fields I normally don't deal with. It helps to gain perspective and understanding of the limitations of one's knowledge.

      --
      A successful API design takes a mixture of software design and pedagogy.
    4. Re:Yes... by Lunix+Nutcase · · Score: 2

      Why would you have done a whole bunch of free work where only Netflix benefits?

    5. Re:Yes... by garcia · · Score: 3, Insightful

      Depending on what need I'm trying to fill, I hire 90% for culture fit and 10% for technical ability. Most often, people can learn to improve their technical ability, especially b/c there is very rarely any single individual who can fill an open req 100%. That said, what I have found cannot be learned as well, is how to fit into an organization's culture.

    6. Re:Yes... by Grax · · Score: 5, Informative

      I keep hearing how hard it is to find good people but then the recruiters tell me that the potential employer can't meet my price point and that is the end of the discussion.

    7. Re:Yes... by AK+Marc · · Score: 3, Insightful

      I've found that about 15-20% of all people in all fields are bad. Medical is one of the few exceptions to that, because of the additional hurdles designed to remove the lower performers. Even certified Engineers (mechanical, electrical), there are many incompetent ones.

      What I see with IT is that people demand the top 5% and somehow think that's "average". If 99% of your applicants are incompetent, your standards are the error, not the applicants.

    8. Re:Yes... by vovin · · Score: 2

      So what are saying is that you that at your company, or the positions that you are filling, you just need warm bodies.
      What you are saying, bluntly, is that you are just building a social club where people are paid to sit around and be nice.

      What is funny is that when someone asks me if Bob is good candidate and my response is that Bob's a nice guy what I mean is
      that Bob is a moron but he tells funny stories. Sure I like to work with Bob, but I sure a hell am not going to give Bob anything
      to do that in anyway needs to be done, ever.

      So Garcia, where I can I sign-up to hang out with you and the Bob's?

      NB: Bob is a fictitious name used so as not to directly specify any particular Fred I happen to be working with at the moment.

    9. Re:Yes... by BigDaveyL · · Score: 4, Insightful

      I would agree.

      It's not just "we want the top 5%," but "we want the top 5% that will take the median salary for the job title in our particular locale"

    10. Re:Yes... by mrchaotica · · Score: 2

      Mod parent up. Is there some part of West Bumfuck in the state of Nowhere that has a horde of kick-ass programmers that is unemployed? If so, clue us all in and companies will shower them with six figure jobs.

      Yes, they're everywhere that isn't northern California.

      I, for one, would be perfectly happy to work for some stereotypical silicon valley tech company... but I'm not about to trade my $100k 3-bedroom house in Atlanta for a million-dollar shoebox-sized shithole to do it. You want my skills? You come to me.

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    11. Re:Yes... by mrchaotica · · Score: 2

      as a bay area resident, I'm an ignorant bigot who thinks everywhere in the South is like a scene out of the movie "Deliverance."

      FTFY.

      FYI, Atlanta and other urban parts of the South (which are where the programming jobs are) are just as liberal as Silly Valley, and I'm sure rural/small town California (e.g. Redding) is just as conservative as the rural South. The only real difference that makes California "blue" and Georgia "red" is that California has a larger proportion of urban population.

      I get value from the area I live in and I can relate to the people in my area

      Yeah, I get value from my walkable, transit-friendly area and can relate to my hippie / hipster / gay / progressive / multiracial / environmentalist / whatever neighbors too.

      I would have nothing at all in common with typical southern attitudes

      What, you Californians think you have some sort of monopoly on enlightened values? You need to check your hypocrisy, mister "more-tolerant-than-thou!"

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  4. Your company is probably shit by Anonymous Coward · · Score: 2, Interesting

    Are you going through a staffing agency? Expecting them to find you a "senior" developer who will work for 50k a year? Do you only look for resumes with decades of experience, which usually amounts to sitting in an office chair jacking off?

    Why would you expect every developer to be an expert in cryptography?

    1. Re:Your company is probably shit by droidjd · · Score: 3, Insightful

      An "expert in cryptography"? He's looking for someone who can tell him to use a public/private key pair... that really should be common knowledge in software engineering.

    2. Re:Your company is probably shit by DickBreath · · Score: 2, Insightful

      I don't expect every developer to be an expert in cryptography. I do expect every developer to have a basic understanding of cryptography, which would include the type of understanding that the poster was asking for. What is PKI? How would I use it? I don't expect you to develop a secure cryptographic library and I don't expect you to develop the microprocessor in your computer. But I expect you to have a basic understanding of how a microprocessor works.

      --

      I'll see your senator, and I'll raise you two judges.
    3. Re:Your company is probably shit by Lunix+Nutcase · · Score: 4, Insightful

      that really should be common knowledge in software engineering.

      For what reason exactly? Cryptography doesn't apply to many fields of software.

    4. Re:Your company is probably shit by Lunix+Nutcase · · Score: 4, Insightful

      I'm pretty sure knowing about algorithms, data structures, and being able to quickly pick up new languages/frameworks/etc. is far more relevant to the quality of a software developer than knowing some single specialty of software.

    5. Re:Your company is probably shit by Lunix+Nutcase · · Score: 2

      How many deployment avenues don't use cryptographic signatures?

      Plenty of them.

      Usually you're either producing downloadable code, in which case the packages or tarballs are generally signed, or deploying to an HTTP or similar server, in which case you should at least understand what the purpose of TLS is.

      Plenty of people make installers that aren't signed and there are tons of sites that don't use TLS.

    6. Re: Your company is probably shit by Lunix+Nutcase · · Score: 2

      Front-end web development, database programming, audio/video/DSP, compiler/dev tools, computer graphics, game programming are just a few things you can do without ever needing to use cryptography or needing to know anything about it to do your job.

  5. This is stupid by Lunix+Nutcase · · Score: 4, Insightful

    For instance, today I asked an engineer with 20+ years of experience to describe to me the basic process of public/private key encryption. This engineer had no clue.

    Yeah, and? Not everyone is going to know the ins-and-outs of every single field of software.

    I am disappointed with the applicants thus far, and quite frankly it has me worried about the quality of developers/engineers available to us.

    Unless you claim that you know everything about everything, I'm sure I could find areas that you had no clue about as in these engineers you refer to in the previous sentence. Does that make you a bad developer?

    1. Re:This is stupid by michaelggreer · · Score: 5, Insightful

      Looks like all the comments are trending this way, and I agree. The interviewer seems to be looking to "defeat" his interviewees, which is a classic engineer social mistake. This guy likely shouldn't be a hiring manager.

  6. It's like the medical field by JohnFen · · Score: 4, Insightful

    There is far more that can be known than a single person can know, so you should never, ever assume that a developer is skilled (or even knowledgeable) in a particular specialty based only on the number of years experience they have. I think you're doing a disservice in your process for finding qualified applicants: if you want them to know about PKI, for example, then you need to specify that in the job listing.

  7. Did they ask if they could look it up? by sandytaru · · Score: 5, Insightful

    You don't need to hire experts right off the bat. What you want to hire is someone who recognizes that they don't know the answer, and tells you that, and then immediately says they'd go research it to find out. "Can I Google that?" is a perfectly valid answer sometimes. If you hire a person who knows how to learn whatever it is you need them to become an expert in, you'll have a new employee who is not only going to be a valuable asset for where you're hiring them, but also has the flexibility to expand to other areas when necessary.

    TL;DR: Stop looking for purple unicorns, and start looking for fast learners.

    --
    Occasionally living proof of the Ballmer peak.
    1. Re:Did they ask if they could look it up? by ramoneThePoolGuy · · Score: 3, Interesting

      I agree with this in general. The last developer I hired hadn't ever written any code in our core language, but he demonstrated in the interview an eagerness to learn and had developed in other languages. He is a really smart guy so we hired him. Sometimes you need some folks though that have a lot experience in doing what you're trying to do with new initiatives...obviously they need to be able to learn as well, but the experience is critical for some positions.

  8. Physical encryption. by fahrbot-bot · · Score: 5, Funny

    "Suppose you wanted to send me a file with very sensitive information, how would you encrypt it in such a way that I would decrypt it?"

    I'd use a cross-cut shredder, then send it to you in a paper bag along with some Scotch tape. (You didn't specify how easy it needs to be to decrypt, especially if I include some random shredded pages in the mix.)

    Works for most types of files: Excel, PDF, etc...

    --
    It must have been something you assimilated. . . .
    1. Re:Physical encryption. by AnontheDestroyer · · Score: 2

      I'd zip them into a password-protected archive. Why the hell is this idiot expecting PKI for everything?

      Too much functional fixedness. Pass.

      -

    2. Re:Physical encryption. by fahrbot-bot · · Score: 4, Funny

      Ah...so you padded the files and salted the encryption algorithm. Very good!

      Now, all you need is a gaggle of quantum monkeys to decrypt it.

      When took LISP way back in college, the instructor asked a student what he wanted out of the class. The kid said, "an A". The instructor said, "no problem" and wrote "A" on the blackboard. Then he asked the kid his name and wrote it on the blackboard - "Steve's A". The instructor said, "I imagine you'll want to take that home with you," erased the writing and smacked the eraser down on the kid's notebook. The instructor then remarked, "notice how your grade has been encrypted and stored as a nice little bit pattern for you."

      Ah, college...

      --
      It must have been something you assimilated. . . .
  9. Common Problem by BradMajors · · Score: 4, Insightful

    This is a common problem... interviewers asking questions that have no relevance to any of my work experience or interests.

  10. About half are below average.... by QuietLagoon · · Score: 5, Funny

    And about half are above average.

    1. Re:About half are below average.... by Tower · · Score: 2, Funny

      This, of course, depends significantly on whether by "average" you mean the mode, median, or mean, which in a non-bellcurve distribution such as a programmers or software engineers can be very different.

      --
      "It's tough to be bilingual when you get hit in the head."
  11. Re:Hopefully the applicants had a relevent backrou by Austerity+Empowers · · Score: 5, Insightful

    This is a problem I see in the entire STEM field. You work on technology X for a while, you learn it inside and out, and you expect everyone else who is "qualified" knows what you know. You want to hire someone with no ramp, who is going to drop in on day 1 and start doing great stuff, just as soon as he sets a password to his laptop.

    In practice the fields are so huge, that it's fairly unlikely anyone has the domain knowledge you've acquired in your niche, unless you hire direct from a competitor (in which case you better pay well, or be offering something huge). A more reasonable approach is to weed people out based on their general skillset (i.e. what they should have learned in school), based on resume lies, and general attitude and disposition: excessive use of the passive voice, reluctance to commit to anything, points in their discussion where they failed to pursue issues to the next level, excessive number of employers, etc. Then expect it's 6 months before they start producing something that doesn't require you to hit them for. If you're afraid they will leave in 6 months, you're not paying enough or else you hired an incompetent and he's doing you a favor.

  12. Yes... by Anonymous Coward · · Score: 4, Interesting

    There is a huge pool of EMPLOYED engineers. Even when they switch jobs they don't generally go through the typical application process circus. The problem is that the people who have been unemployed for months are the most likely to get an interview strictly because of motivation and availability.

    It IS very hard to find good people, because they all already have jobs and aren't willing to switch to come work for you.

    One good way is to chase shop layoffs (the kind where they close the whole shop, not just trim a few people), and headhunt there. Laid off people tend to be much better than fired people or people who can't get hired by anyone.

  13. Relevant questions.. by muhula · · Score: 4, Insightful

    Are you a hot magnet company? (well known pre-IPO) Are you paying above market value?

    My guess is that the best devs have already been scooped up, and the ones interviewing are comfortable enough where they are

  14. Re:But where/when does one explicitly learn securi by Lunix+Nutcase · · Score: 5, Funny

    You learn it on your own time at your own expense. Duh. You aren't one of those "freeloaders" that expect their employer to invest any of their time or money in the growth and career development of their employees do you?

  15. Going along with the trend of the discussion by kdub007 · · Score: 2

    I agree with all of the above. No one person is going to be an expert on everything programming/IT. Case in point, I spent the first 18 years of my career as a developer...in many languages. I recently made a career shift and became a Network Administrator for a company. I made it clear to them that while I had exposure to that side of things, I was by no means a Net Admin. I didn't know shite about Exchange administration when I started 6 months ago. I know WAY more now, but only enough to know that I still don't know shite about it. In my interview, I was asked a very interesting question by my potential boss...I thought it was a good one, and applies across technological and for that matter, any fields. He asked, "How's your Google-Fu?" At first I didn't know what he meant, so I asked, and he explained that he was asking about my Google usage abilities. I responded that I basically look everything up (generally using Google.) I asked, "Why should I figure it out and make mistakes along the way when no doubt someone else has figured it out already?" He hired me the next day, and gave me a large raise just this week. The questions I would be asking are not about what potential employees already know about a specific subject, but more about how quickly they can learn. There are of course exceptions to every rule...I would not hire a Neural Surgeon unless they had extensive training in the field :)

    --
    The correct answer is 42.
  16. It's a vast field.... by Anonymous Coward · · Score: 4, Interesting

    We have had to get away from getting into looking for too specific skill-sets and instead look for overall qualities, such as how they learn over the course over an interview loop, as well as team fit, if we can find someone that shows up, demonstrates the ability to learn, and gets along well with others, if they demonstrate some level of intelligence then they should be able to pickup the specific skills in a short amount of time, that's what those 20+ years of experience should have taught those people. Don't get me wrong we do dig into the technical understanding but it's usually around design patterns, and overall good coding qualities.

  17. About 1 in 20 ? by Laxator2 · · Score: 2

    I did have to interview quite a few people in a year, when we were re-building our team.
    We interviewed about 40 people before getting 2 of them who actually knew the stuff they advertised on their CVs.
    One extreme case, was a candidate who put on his CV that he wrote a compiler for C++.
    I expected him to know quite a bit about the language itself, but the discussion did not get past the point where I asked about the number of operations needed to find an element in a sorted array of length N.
    As for the people that were already working in the place, one could spot who was trying to maximize the pain for the ones left behind, in case he was let go.
    A relevant example is a developer who made sure that his code made calls to a library for which he was the only one with a valid license. Had he been let go, the whole system would stop working.

  18. Re:Hopefully the applicants had a relevent backrou by DickBreath · · Score: 2

    I am not an expert on cryptography. But I know which algorithms I would use. I know how PKI works. I understand how to use PKI either to encrypt, or to authenticate. I understand what a certificate and certificate chain are. I understand the basic principles.

    I would not write home grown code. I would definitely select mature, well tested libraries. But I understand what to use and how to use it.

    I've been working since the days of the Apple II. It seems pretty basic to understand the basics of cryptography. Asking whether the document is PDF or Excel demonstrates a lack of understanding. The document type is irrelevant. It is a file of bytes. You want to send those bytes securely. (And you may want the receiver to be able to verify that it actually came from you.)

    --

    I'll see your senator, and I'll raise you two judges.
  19. Humans are bad at software by fractoid · · Score: 4, Interesting

    Genuine answer is "most of them", but only because virtually everyone is terrible at software development. Note that even terrible developers will get there eventually and if you're developing simple software they may still be your best bet. You only need excellent software developers (which implies strong analytical and creative skills) if you're working on something interesting. If you're grinding out simple business logic you are probably better off with mediocre developers because they won't get bored. A scalpel is sharper than a bread knife, but it's not very useful for slicing bread.

    In my career, out of the ~50 I've worked directly with, I've worked with maybe three developers that I'd class as excellent. A few that were "good" for various definitions of that word. The rest were marginal at best, but they still got things done after a fashion.

    --
    Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
  20. Title Encapsulates Bad Premise by idontgno · · Score: 4, Insightful

    Title asks "Ask Slashdot: What Portion of Developers Are Bad At What They Do?"

    Title actually means "Ask Slashdot: What Portion of Developers Are Bad At What I Do?"

    If a functional understanding of a fairly specialized technological area is what you have in mind, don't assume it's widespread.

    That's like getting bent out of shape if the local mechanic (fully trained and certified, even) doesn't know the detailed intricacies of ECM programming.

    If you want a broadly expert Renaissance Engineer, I hope you're prepared to pay more than the usual one-trick-monkey pay. You're not talking about an engineer, there. Something more like Chief Engineer or Chief Scientist.

    --
    Welcome to the Panopticon. Used to be a prison, now it's your home.
  21. It's partially a symptom of management by NerdStarDJ · · Score: 2

    I keep running into folks who are locked into a very reactive mindset and require explicit direction because management refuses to let them work / think independently. Sometimes it just ends up being easier to be told what to do than it is to stick your neck out on the line to try and do something innovative. It goes back to the silo mantra. Stay out of my (Network / Security / Database / Workstation) Sandbox!

  22. College requirements are why.... by Anonymous Coward · · Score: 4, Interesting

    I'll be frank and post anon to avoid harming my image.

    I was smart enough to see that College was a huge waste of time. I dropped out of high school senior year to go move and live on my own. Wasn't about to sign up for a whole new school just to finish part of a year so I never even got a high school diploma.

    However I self taught myself programming before I turned 10 years old and have been coding on a unix machine of some sorts with C/C++ for nearly 18 years now. I'm only 27.

    I go to the conferences and attend every single event that I can find because I have *passion* for programming and technology. Through meeting people at conferences I was given a rather high paying developer job despite my lack of credentials. (I earn over $100K in a place where rent for a decent sized house and garage is less than $1000/month).

    I decided to move awhile back and I can't seem to find anyone in a Red state that will even give me the time of day. I have 8 years of professional senior-architect level experience and tax documents proving I earned the big bucks with no degree. I had to go back to a Blue state where suddenly I got called back for interviews immediately and was visiting 2-3 in person interviews a week. 2 weeks later I was employed again.

    Turns out your HR drones are likely keeping guys like me from even getting a second look. Stop taking the guys who can't see a shortcut and wasted a lot of time and money on college. Those people are the fools. I skipped doing all their hard work, skipped their debt, yet I have better skills due to my passion and I absolutely embarrass them when you get us side-by-side. I grew up coding and literally was an expert before the other guy even tried getting into college.

    I now work in a Venture Capital capacity with lots of big clients who almost wouldn't believe me if I told them I had no credentials. They think I'm an MBA because I act geeky and seem to know something about almost every computer science topic.

    So my advice to you is stop filtering. I only work for places that will give me the time of day when I hand in a resume with not one educational resource. That proves to me that what I can do is what matters, not how rich my parents were or what I *did*.

    So focus on what people can do. Not what they did. Seriously. You'll find some crazy smart guys who this whole time weren't even being called back.

    1. Re:College requirements are why.... by david_thornley · · Score: 3, Insightful

      If a company gets more applications for a position than it can deal with, it's going to filter them down. The hiring manager's job is to get somebody good with reasonable effort, not to get the best regardless of cost, and high school dropouts are generally unlikely to be all that good.

      Nor do I know that you're any good. You are certainly confident, which is in my experience more likely Dunning-Kruger than genuine expertise. The best people I've worked with have been at least somewhat modest, because they have had a clue as to a whole lot of things they didn't know. Your confidence and possible social skills may be getting you jobs that you really can't do well, and don't realize you aren't doing well. Convincing people that you're an MBA is not something a typical developer does, those being different skills.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    2. Re:College requirements are why.... by radish · · Score: 3, Insightful

      Meh. I wouldn't hire you because you come across as an arrogant prick who thinks he knows better than everyone else. That's a team dynamic issue, which is every bit as important as what you can or can't do technically.

      That aside, your general point is sound - what matters is the person not what certifications they have. However, as others have mentioned there is a value to a (good) formal CS education, at least for the work I do. Self taught people tend to learn the minimum needed to solve the problem they face. There's a whole bucket of academic stuff (logic, complexity, stats) that don't often fall into that category but which are really useful as background knowledge. Someone teaching themselves python or ruby is unlikely to spend much time learning about CPU cache design, but that can be surprisingly useful when it comes to optimizing stuff. Just examples, there are always exceptions :)

      --

      ---- Den ene knappen er powerknapp, den andre er Bender voice knapp "Bite My Shiny Metal Ass"

  23. Avoid Q&A style interviews by HappyDrgn · · Score: 3, Informative

    I've had a lot more success hiring great people when I stopped interviewing in a Q&A format and instead spend the time learning how the candidate solves problems. I typically spend 5-10 minutes asking some specific questions about technologies on their resume. Then I define a fictitious project and spend the remaining time ( typically an hour ) learning about how they might solve it, dive deep into a few areas, do some white boarding, a little bit of impromptu code examples and discuss the potential long term problems and solutions. You get a better feel for the breadth of someone's knowledge and their ability to think soundly on their feet. It lets you know that they have the knowledge and ability to apply it to a problem.

  24. PDF encryption by oneiros27 · · Score: 4, Informative

    I asked another applicant a similar question: "Suppose you wanted to send me a file with very sensitive information, how would you encrypt it in such a way that I would decrypt it?" The person started off by asking me if it was an excel file, a PDF, etc.

    You should've answered the person, because then they might've told you that there's an encyption standard for PDF. I use it with my tax-preparer, so that we don't need to deal with other programs that would decrypt the file (and then potentially leave an unencrypted copy lying about).

    Excel offers password protection to restrict modifications, it wouldn't surprise me if they offered encryption, too.

    So in this case, it might not be that the person sucks at his job ... it might be that you are, because you had a pre-conceived notion of what the answer should be, rather than finding out how that person would handle the problem. It's entirely possible that they could come up with a better solution than yours.

    And as for the the question of what proportion are bad ... you have to remember that you're hiring people. The people who really know what they're doing are likely either going to be paid well, or have an established network that they can tap when they need a job. (Rather than answer some random job posting where they don't know if it'll be worse than their past job, and/or have to jump through hoops answering poorly thought up interview questions).

    If you mention to your current developers that you're hiring, and they can't manage to find people to refer, that's possibly a sign that none of them would be willing to subject their friends to come work for you. And if that's the case, you might have problems when one of their friends' companies are hiring.

    --
    Build it, and they will come^Hplain.
    1. Re:PDF encryption by MooseTick · · Score: 2

      "The person started off by asking me if it was an excel file, a PDF, etc"

      He may have also been trying to determine the size of the file. You may attack the problem differently if it is a 200k pdf vs a 40GB log file.

  25. Re:Hopefully the applicants had a relevent backrou by gbjbaanb · · Score: 2

    Sortof, I find that the situation is:

    You work on technology X for a while, you learn it inside and out, and you expect everyone else who is "qualified" knows what you know. but they moved on from that technology a couple of years ago and now only want to develop in Java/Erlang/Ruby/Node/Scala (* delete as applicable as depending on which year this decade you were hiring).

    even more mature technologies like .NET are stuffed full of so much churn that no-one really has time to become a master of any of it. Like my mate who was brought into a ASP.NET shop, he learned their tech stack, then one day noticed the trunk had changed a lot, so went to ask the architects who said "oh yes, we decided to move forward with our DB tech, so we're using a repository pattern now". So he goes and learns all about that, does some work on a branch, then goes to merge and... its all changed again. So goes to see the architects who say "ooh no, we decided repository pattern wasn't good enough so we've changed to using entity framework". Now that shop was just stupid, but to a lesser extent this is what is happening all over the industry.

    For example, this guy is getting burnt by it.

    Whilst I agree that change is necessary to keep things progressing, we're almost in a throwaway culture in ITT where everything we ever did is not good enough and has to be replaced. While there are forces pushing against this (for example, all the people who want to do the big rewrite now know its a bad idea) we still have change via refactoring and flavour-of-the-month tech patterns and frameworks pushed at us.

    Only when the industry gets the idea that stable is a good thing and making products is what we should be focussed on doing (ie not changing tech all the time) will this industry be as good career as the other engineering professions.

  26. Re:Excel file by DickBreath · · Score: 3, Informative

    Your question demonstrates that you don't understand the problem. How do I securely send you a file? If I use Excel's encryption, then we have a new problem: how do I send you the password to open it?

    Furthermore, it is a legitimate question to consider whether you should trust Excel's security. (And I'm not picking on Microsoft. At least not this time.) You don't have access to Excel's source code. You can't know it is secure. You could sleep a lot better if you simply assume the Excel is just like any file, and like any other file, you encrypt it and sign it with PKI so that the person on the other end can decrypt it and verify it is from you. (Actually encrypt and sign a small key to a more efficient symmetric algorithm.)

    --

    I'll see your senator, and I'll raise you two judges.
  27. I'd say ALL developers are bad at what they do (*) by Vic+Metcalfe · · Score: 2

    I'm employed as a senior developer. I've been working in the field for about 25 years. The problem is that the job of software developer is that of an inventor with a massive assortment of parts to build from and methods to build with. Add to that the fact that clients don't really understand the problem they're asking the developer to solve and that the problem is usually outside of the developer's core knowledge areas. Ask a dozen experienced developers how they would solve a problem and you're likely to get a dozen different answers, and if you tried to implement each of them you'd find reasons that they're all bad in one way or another.

    Instead of looking for a dev who isn't bad at what they do, look for one who is passionate about building software and not *very* bad at building it.

    (*) Except maybe Donald Knuth. That dude knows his shit. But even he choses some bazaar tools to solve problems making it difficult to work with other devs.

  28. Asking the wrong questions, using the wrong metric by merick · · Score: 5, Informative

    I'm a web developer and I also haven an interest in understand public-private key crypto, PGP, steganography, physical security etc. The thing is, You don't need *any* of that to build good, secure websites. You should be asking about things from the OWASP Top 10 List if you want to gauge their ability to write secure code.

    https://www.owasp.org/index.ph...

    Otherwise you're judging them for not having the same "other" unrelated-to-your-job security interests as you.

    They should understand that they aren't trained enough to build their own authentication encryption systems correctly. They should use generally accepted procedures like BCrypting passwords with a unique per-user SALT that also uses a site-specific key. And that other sensitive fields should be blocked from being recorded in logs, data should be encrypted at rest, etc. But if they have poor OWASP skills, the sensitive data is still readable because it is accessed through the application which is decrypting it for an attacker.

    You're asking the wrong things and judging on unrelated skills.

  29. I'll let you in on a secret... by endus · · Score: 5, Insightful

    Almost everybody is extremely bad at their jobs. Especially in IT, but in general too. I would say a solid 85% of people working in IT today should not be in the field.

    I work in Security and so my job is basically to know, at a high level, how other people should do their jobs. Of course there are compromises that have to be made for functionality and cost, but in reality most IT systems are developed and architected in a way that no one should architect anything for any reason. The amount of money that's wasted because of poor infrastructure is astonishing. Companies could have an architecture that's twice as secure and probably half the cost to maintain if they were willing to make a one time investment in doing it properly.

    Developers are a weird animal too. I know I'm playing with fire saying this on Slashdot. :) In my experience developers have a deep understanding of how systems work and are designed (obviously), but their understanding is *extremely* narrow. This is by no means true of all developers, but it's true of a lot. They can write brilliant code, but they can't tell you how to go about FTP-ing a file, how to encrypt an email, or how a domain works. It's a specialized skill set.

    At a previous company I had to call support because my computer didn't grok with the domain and wasn't getting group policy. The tech, with her domain admin access, comes over and is obviously floundering trying to fix the problem. I suggest running a DOS command I know...she googles it and pulls it up...she gets to the command prompt and starts typing, "command\optionfoobar-x7", etc. How can you possibly be in that field and not know the *most basic structure* of a DOS command? I don't care if you know the command and options, everyone googles that crap, but you don't know how to type it in properly? A backslash and no spaces? Really? Even when you're looking at a webpage which has it verbatim?

    Its no wonder things are in the state they're in.

  30. Dunning Kreuger effect by tempest69 · · Score: 4, Insightful

    I've sat through an upsetting number of tech interviews. Getting someone at the high end is a really horrible experience. People come in with very impressive resume's only to show no real skillset.

    I don't think having some lack of understanding of encryption is a non-starter.
    But I do want to see that someone has a good breadth of experience, and can talk about a good number of things at some base understanding:
    How a file system works,
    how a network works,
    how memory works,
    how a repository works,
    how a software build works,
    how to use editor functions far beyond what can be done by microsoft notepad,
    how to use a regex,
    how to make a presentation from data,
    how to make a lamp webpage,
    how to merge tables from multiple databases,
    how to do statistical tests on data,
    how to set up proper controls for experiments,
    how to write. The other part is that bad applicants pervade the pool. Good hires get hired, and held onto -- Bad hires don't get hired, or get released back in the pool. If you want a good hire, there is a bunch of crap applicants to wade through, or you pay the cash to lure talent away from a lucrative job.

    Oh the subject.. Eventually gave up on hiring a senior, and posted for a junior position, and got far better applicants than we ever saw for the senior position.

    1. Re:Dunning Kreuger effect by angel'o'sphere · · Score: 4, Insightful

      So you are a bad interviewer, too.

      'How file systems work' would span one book, minimum.
      So what is your question?

      What do you mean with 'Repository'? Certainly not what a hard core information manager means. You likely mean either a source code control/version control system or an artifact repository like maven/ivy. So you see: I likely had given the wrong answer, because I had said: a Repository is a version of a database that contains metadata (true meta data, not table descriptions) about its data, usually it is a graph database that uses 3 primitives, entity, link and attribute, to define the metamodel which is used to instantiate the model. Wow, that is a Repository, and is very likely not what you meant.

      The rest of your questions are kinda bollocks, too. I certainly never memorized all dialects of regular expressions.

      I google them when I need them ...

      'How to make a lamp' web page, what a stupid question is that anyway? Is P python or Perl or PHP? Why the L? What is wrong with a Mac? Why Apache? Can't it be an tomcat? Is the M MySQL? Why not Postgres? Ah, the P was given.

      The correct question would perhaps be: what would you consider/think about if you had to serve dynamic web pages?

      What actually is a 'bad hire' and a 'good hire'? Candidates? Is that new 1337 speak for people applying forma job?
      If I'm a 'hire' for you, then I certainly don't want to work for you, thanx.

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  31. Stop being an obnoxious tech snob by kid_wonder · · Score: 2

    You post two examples of questions you asked your applicants.

    Exactly zero of them applied directly to the actual work they would be doing.

    I am fucking sick and tired of being asked moronic questions during interviews - and horrified when people I work with ask them. Why do you feel the need to show people how much they don't know, and pretend you are smarter than them?

    If you want to pretend to want to find out how smart your applicant is, by all means continue. Otherwise just administer an IQ test and have them write some code related to the product they will be working on. Then, for gods sake, ask them about themselves.

    The interview is not about you -- it's about the applicant. When you find a decent one you do want *them* to actually want to work with *you* right?

    --

    "Oh, you hate your job? There's a support group for that, it's called everyone, they meet at the bar."
  32. What Portion of Companies Are Bad At What They Do? by dougg76 · · Score: 5, Insightful
    OP this might or might not apply to your situation

    I would like it flip it around and ask you why do you think your companies are actually worth working for? Are you going to employ us when we are 40, 50, 60+? Are you going to ask me a bunch of stupid questions even though I have 20 years of work in my portfolio? I just don't understand why its so acceptable for employers to be so arrogant in the IT world compared to other professions.

    • Do we ask medical professionals to play with putty during an interview to show us how they work?
    • Do we ask engineers to play with toothpicks and tape to build a bridge to assess their worthiness?
    • Do we ask a chef to make a cup of gravy? (they hate that)

    If companies really wanted good people they would:

    • Treat their current employees better.
    • Pay them market rate instead of rewarding job hopping.
    • Learn how to manage.
    • Build a reputation that will attract good talent.
    • Learn how to be professional.

    I have found that software development might be a decent job, but a horrible career. I'm going to go raise goats and make cheese (sorry ranting)

    --
    I laugh at inappropriate times.
  33. What the hell was wrong with the answer? by Slashdot+Parent · · Score: 2

    I asked another applicant a similar question: "Suppose you wanted to send me a file with very sensitive information, how would you encrypt it in such a way that I would decrypt it?" The person started off by asking me if it was an excel file, a PDF, etc.

    Why are you holding this up as an answer to be ridiculed? This is a perfectly fine way to approach the problem.

    Many sensitive documents are in Excel format and Excel has an encryption function (same with the PDF standard). If I were to send a sensitive Excel file to someone, I would most likely just encrypt it within Excel, send it on its merry way, and then just deliver the password to you out of band (like via the telephone). That is secure enough for most corporate purposes. It's not like I'm sending you nuclear launch codes or anything.

    Obviously that doesn't work in the general sense because not all document types have specs that support encryption, but what's wrong with taking the easy route? I can pointy-clicky encrypt an Excel file much more quickly than you can organize a key exchange, verify each other's keys' authenticity, etc. Your way would be more secure, true, but sometimes, you just need to email a fucking Excel file and get on with your life.

    --
    They don't grade fathers, but if your daughter's a stripper, you fucked up. --Chris Rock
  34. Web Developer/Public-Private Key? by Jason+Levine · · Score: 4, Informative

    I'm not sure if this was a web developer position you were interviewing for, but your statement of "these developers are building sites that need to be secure" makes me think it is. Let me speak as a web developer who's been at this for over twenty years.

    I've never once in my position needed to know public/private key encryption to secure files for my job. If you asked me right now how to do this, I'd have no clue. If my manager were to walk over to me now and tell me to do this, I'd need some time to familiarize myself with the process. This would mean using Google to find articles on the subject. Possibly with an addition of purchasing books on the topic or going for training, but mostly Google. I pride myself on my Google-Fu. It can be an invaluable skill to a developer.

    How do I secure my websites without knowledge of public/private key encryption then? I know how to set up SSL certificates and send traffic via HTTPS. (Yes, this is a form of public/private key encryption, but I don't know the intricacies of it. I just know how to set it up.) I also know to sanitize my inputs so a user entering "LastName=Jones' 1=1; Delete From Users" in the URL won't delete all of our records. I know not to take user input and just spit it out on my webpage. I know to look for the edge cases where security could fail and protect against them. When I'm building websites/apps, I think "how would I break this if I were malicious" and then I protect against these attacks. Is my security 100% effective? I'm sure not. Nobody's is, but I take pride in securing my sites as much as I possibly can.

    All without being able to recite Public/Private Key Encryption details on command. Unless the job directly requires this knowledge, I'd inquire as to why this was such a deal-breaking question and why you've come to the conclusion that so many developers are bad at what they do because they can't immediately recite the details of every technology you toss their way.

    --
    My sci-fi novel, Ghost Thief, is now available from Amazon.com.
  35. You can't necessarily tell someone is incompetent. by hey! · · Score: 2

    Some people just choke in interviews. Worse, other people sound *great* in interviews. What I find is the best guide is references, especially if you can *interview* the references. Just be aware that you have to scale the response you get. If the reference sounds very positive and enthusiastic, the candidate is just OK.

    Anyhow, I wouldn't necessarily expect a senior developer to automatically have much experience with public key encryption. Most developers in "hot" fields like mobile apps will have some familiarity with it because of app signing, but you can easily spend twenty years as a developer in certain kinds of contexts without ever having to give much thought to it.

    You interview developers with 20+ years of experience? Good for you! I found it so hard to land an interview with 25 years of experience as a lead developer that I decided to leave the field. People just assumed because I was over 50 I wasn't up to date with the latest technologies.

    --
    Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  36. Re:Hopefully the applicants had a relevent backrou by VGPowerlord · · Score: 3, Insightful

    Honestly, why would you need to reverse a linked list in a real application?

    Hell, if you knew you were going to have to traverse it in reverse at some point, why didn't you just make it a doubly linked list in the first place?

    --
    GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
  37. Re:Hopefully the applicants had a relevent backrou by Pow · · Score: 2

    Honest real life application:

    Producer-consumer with lock-free implementation.
    Producer thread (or threads) queues to linked list atomically (insert at head using compare-and-exchange).
    Consumer thread periodically empties the list by exchanging head pointer with NULL (compare-and-exchange). To make this list FIFO, consumer will now need to reverse the list.

    Why not doubly linked list? Because we want a lock-free implementation for scalability.

  38. Re:Hopefully the applicants had a relevent backrou by lgw · · Score: 2

    I've never needed to do any such thing, and it's been 20-mumble years since college, but I can damn well answer such a trivial question, as fast as I can write. If you can't, then IMO you can't solve very basic coding problems. I don't like or use this question, because it's one people memorize, but I'd be quite comfortable rejecting anyone who couldn't figure it out (making allowances if they don't remember C pointer syntax, but still got the approach right).

    --
    Socialism: a lie told by totalitarians and believed by fools.