Slashdot Mirror


Software Engineer Detained At JFK, Given Test To Prove He's An Engineer (mashable.com)

New submitter mendred quotes a report from Mashable: Celestine Omin, a software engineer at Andela -- a tech startup that connects developers in Africa with U.S employers -- had a particularly unwelcoming reception when he deplaned at John F. Kennedy Airport and was given a test to prove he was actually a software engineer. A LinkedIn post detailing Omin's challenging experience explained that upon landing in New York after spending 24 miserable hours on a Qatar Airways flight, he was given some trouble about the short-term visa he obtained for his trip. According to the post, an unprepared and exhausted Omin waited in the airport for approximately 20 minutes before being questioned by a Customs and Border Protection officer about his occupation. After several questions were asked, he was reportedly brought to a small room and told to sit down, where he was left for another hour before another customs officer entered and resumed grilling him. Omin was instructed to answer the following questions: "Write a function to check if a Binary Search Tree is balanced," and "What is an abstract class, and why do you need it."

12 of 553 comments (clear)

  1. Re:In What Language? by OrangeTide · · Score: 5, Insightful

    "What is an abstract class, and why do you need it"

    Not a very FORTH friendly question. I'm an old C programmer and while I could make an educated guess, I don't think I would be able to confidently answer the question after a long flight.

    Checking if a binary search tree is balanced is something a student has to do, you usually have to write these sorts of things once or twice in your entire career.

    On the other hand I could sit down and discuss HDMI specification all day and night with border agents. They'd likely pass out from boredom.

    --
    “Common sense is not so common.” — Voltaire
  2. I'd fail that binary search tree test by mfearby · · Score: 5, Insightful

    It's been so long since I even looked at having to do one of those, that I would be put back on the next plane home, LOL.

  3. Not at the border by Anonymous Coward · · Score: 5, Insightful

    It's total nonsense that the USA is detaining and turning away so many people at the border. By the time someone gets to the border (with visa in hand), the only question should be whether they match the visa - whether they are who they say they are. The "extreme vetting", or whatever you want to call it, should have already happened when the were granted the visa.

    Of course, if you really have evidence that someone is planning a terrorist attack on the USA then rather than simply turning them away to try again later you should be letting them in - and then throwing them straight in jail.

  4. Re:Not in the summary: by OverlordQ · · Score: 5, Insightful

    That's something that should be checked before issuing a Visa, not after they're already on the fucking plane here.

    --
    Your hair look like poop, Bob! - Wanker.
  5. Re:Not in the summary: by Anonymous Coward · · Score: 4, Insightful

    This is an understandable and completely normal security precaution.

    Really?

    Haven't most of the Islamic terrorists who've been caught trying to fuck with airports and air traffic been trained engineers?

  6. The correct answer: look on stack overflow by mveloso · · Score: 5, Insightful

    The correct answer to all of these questions is "why don't you look on stackoverflow?"

  7. Re: USA! USA! USA! by LiENUS · · Score: 4, Insightful

    Like it or not that's what a sane immigration policy looks like.

    Lol no sane immigration policy has border patrol agents administering visas at the border. This shit woulda been done when the visa was issued waaay before he gets to the border.

  8. Re:Interesting story by Calydor · · Score: 4, Insightful

    I am impressed with the questions. These are questions that any competent programmer should be able to answer, but a non-programmer (such as a shoe or underwear bomber) would not have a clue. This actually seems like a pretty good test.

    Call me incompetent, then. I've been making a decent living as a software engineer in this country for 25 years, having graduated from a reasonably prestigious school with a 4 years CS degree. Not once since college have I ever had a need to write code to construct or balance a tree on my own. I doubt very much that I could come up with a function to balance a tree out of the blue with no prep or review, nor is there much real world need for most developers to do so.

    Not to mention after 24-30 hours on a plane.

    --
    -=This sig has nothing to do with my comment. Move along now=-
  9. Almost nobody needs know how to balance a B-Tree by jtara · · Score: 5, Insightful

    Almost nobody today has a need to know how to balance a B-Tree. Unless they happen to work on the innards of a database system, library, etc.

    Sure, I learned this 35 years ago, and sure we had to do it for some class. I suppose Computer Science students still have to do it today. I've even done it in practice, but it was a LONG time ago. I would have to look it up, as would most software engineers.

    In fact, any software engineer that would write something like this off the top of their head is engaging in bad practice. That would be my answer!

    As a practical matter today, if you really needed to do it, you would search for best algorithms. And then question whoever asked you to do this, as B-Trees are pretty old and lame at this point There are better data structures to accomplish the goal.

    What next? Ask somebody to write a compiler? "Sure, get me the Dragon Book..." (But, as well, that is surely obsolete today, as well.)

    The border agent either Googled for some questions to ask a software engineer, or failed a Google interview exam. Which - I've read, Google doesn't do any more, and for good reasons.

  10. Re:USA! USA! USA! by AmiMoJo · · Score: 4, Insightful

    Well... I didn't want to go there anyway.

    --
    const int one = 65536; (Silvermoon, Texture.cs)
    SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  11. Re:Interesting story by citylivin · · Score: 5, Insightful

    "Very few people can and will bullshit confidently in such a circumstance."

    Except, you know, an expert at getting through borders undetected, or anyone who has experience with social engineering...

    So congrats, you weeded out the amateur criminals, and have a false sense of security about the professional ones.

    --
    As a potential lottery winner, I totally support tax cuts for the wealthy
  12. Re: USA! USA! USA! by Roger+W+Moore · · Score: 4, Insightful

    Most nations are smart and know that just having one part of a gov giving out a visa in another nation is not really that secure.

    No actually they do not know that because that is what every government I have ever applied for a visa from has done. How is this any less secure than a passport?

    So a second line of questions are in place to ensure the visa and person are correct when entering the USA.

    This second line of questions needs to be ones that the border guard is qualified to ask and understand the answer to. Such as who you are, what your business is etc. Having an unqualified individual trying to ask technical questions they do not understand is just stupid. When I worked at Fermilab 10+ years ago a colleague of mine was stopped at the US border and when he said he was a physicist the guard got out a large book, flipped through it, and asked him what "potential energy" was but, despite answering correctly, because he did not reproduce the exact answer given in the book he almost got denied entry.

    By all means protect your borders but please do it in a sensible, effective manner.